Package | Description |
---|---|
org.camunda.bpm.engine.rest.dto.migration |
Modifier and Type | Field and Description |
---|---|
protected MigrationInstructionDto |
MigrationInstructionValidationReportDto.instruction |
protected MigrationInstructionDto |
MigratingTransitionInstanceValidationReportDto.migrationInstruction |
protected MigrationInstructionDto |
MigratingActivityInstanceValidationReportDto.migrationInstruction |
Modifier and Type | Field and Description |
---|---|
protected List<MigrationInstructionDto> |
MigrationPlanDto.instructions |
Modifier and Type | Method and Description |
---|---|
static MigrationInstructionDto |
MigrationInstructionDto.from(MigrationInstruction migrationInstruction) |
MigrationInstructionDto |
MigrationInstructionValidationReportDto.getInstruction() |
MigrationInstructionDto |
MigratingTransitionInstanceValidationReportDto.getMigrationInstruction() |
MigrationInstructionDto |
MigratingActivityInstanceValidationReportDto.getMigrationInstruction() |
Modifier and Type | Method and Description |
---|---|
List<MigrationInstructionDto> |
MigrationPlanDto.getInstructions() |
Modifier and Type | Method and Description |
---|---|
void |
MigrationInstructionValidationReportDto.setInstruction(MigrationInstructionDto instruction) |
void |
MigratingTransitionInstanceValidationReportDto.setMigrationInstruction(MigrationInstructionDto migrationInstruction) |
void |
MigratingActivityInstanceValidationReportDto.setMigrationInstruction(MigrationInstructionDto migrationInstruction) |
Modifier and Type | Method and Description |
---|---|
void |
MigrationPlanDto.setInstructions(List<MigrationInstructionDto> instructions) |
Copyright © 2022. All rights reserved.