Uses of Class
org.camunda.bpm.engine.rest.dto.migration.MigrationInstructionDto
Packages that use MigrationInstructionDto
-
Uses of MigrationInstructionDto in org.camunda.bpm.engine.rest.dto.migration
Fields in org.camunda.bpm.engine.rest.dto.migration declared as MigrationInstructionDtoModifier and TypeFieldDescriptionprotected MigrationInstructionDto
MigrationInstructionValidationReportDto.instruction
protected MigrationInstructionDto
MigratingActivityInstanceValidationReportDto.migrationInstruction
protected MigrationInstructionDto
MigratingTransitionInstanceValidationReportDto.migrationInstruction
Fields in org.camunda.bpm.engine.rest.dto.migration with type parameters of type MigrationInstructionDtoModifier and TypeFieldDescriptionprotected List<MigrationInstructionDto>
MigrationPlanDto.instructions
Methods in org.camunda.bpm.engine.rest.dto.migration that return MigrationInstructionDtoModifier and TypeMethodDescriptionstatic MigrationInstructionDto
MigrationInstructionDto.from
(MigrationInstruction migrationInstruction) MigrationInstructionValidationReportDto.getInstruction()
MigratingActivityInstanceValidationReportDto.getMigrationInstruction()
MigratingTransitionInstanceValidationReportDto.getMigrationInstruction()
Methods in org.camunda.bpm.engine.rest.dto.migration that return types with arguments of type MigrationInstructionDtoMethods in org.camunda.bpm.engine.rest.dto.migration with parameters of type MigrationInstructionDtoModifier and TypeMethodDescriptionvoid
MigrationInstructionValidationReportDto.setInstruction
(MigrationInstructionDto instruction) void
MigratingActivityInstanceValidationReportDto.setMigrationInstruction
(MigrationInstructionDto migrationInstruction) void
MigratingTransitionInstanceValidationReportDto.setMigrationInstruction
(MigrationInstructionDto migrationInstruction) Method parameters in org.camunda.bpm.engine.rest.dto.migration with type arguments of type MigrationInstructionDtoModifier and TypeMethodDescriptionvoid
MigrationPlanDto.setInstructions
(List<MigrationInstructionDto> instructions)