Uses of Class
org.camunda.bpm.engine.rest.dto.migration.MigrationInstructionValidationReportDto
-
Packages that use MigrationInstructionValidationReportDto Package Description org.camunda.bpm.engine.rest.dto.migration -
-
Uses of MigrationInstructionValidationReportDto in org.camunda.bpm.engine.rest.dto.migration
Fields in org.camunda.bpm.engine.rest.dto.migration with type parameters of type MigrationInstructionValidationReportDto Modifier and Type Field Description protected java.util.List<MigrationInstructionValidationReportDto>
MigrationPlanReportDto. instructionReports
Methods in org.camunda.bpm.engine.rest.dto.migration that return MigrationInstructionValidationReportDto Modifier and Type Method Description static MigrationInstructionValidationReportDto
MigrationInstructionValidationReportDto. from(MigrationInstructionValidationReport instructionReport)
Methods in org.camunda.bpm.engine.rest.dto.migration that return types with arguments of type MigrationInstructionValidationReportDto Modifier and Type Method Description static java.util.List<MigrationInstructionValidationReportDto>
MigrationInstructionValidationReportDto. from(java.util.List<MigrationInstructionValidationReport> instructionReports)
java.util.List<MigrationInstructionValidationReportDto>
MigrationPlanReportDto. getInstructionReports()
Method parameters in org.camunda.bpm.engine.rest.dto.migration with type arguments of type MigrationInstructionValidationReportDto Modifier and Type Method Description void
MigrationPlanReportDto. setInstructionReports(java.util.List<MigrationInstructionValidationReportDto> instructionReports)
-