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 List<MigrationInstructionValidationReportDto>MigrationPlanReportDto. instructionReportsMethods in org.camunda.bpm.engine.rest.dto.migration that return MigrationInstructionValidationReportDto Modifier and Type Method Description static MigrationInstructionValidationReportDtoMigrationInstructionValidationReportDto. from(org.camunda.bpm.engine.migration.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 List<MigrationInstructionValidationReportDto>MigrationInstructionValidationReportDto. from(List<org.camunda.bpm.engine.migration.MigrationInstructionValidationReport> instructionReports)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 voidMigrationPlanReportDto. setInstructionReports(List<MigrationInstructionValidationReportDto> instructionReports)
-