Uses of Class
org.camunda.bpm.engine.rest.dto.migration.MigrationInstructionDto

Packages that use MigrationInstructionDto
org.camunda.bpm.engine.rest.dto.migration   
 

Uses of MigrationInstructionDto in org.camunda.bpm.engine.rest.dto.migration
 

Fields in org.camunda.bpm.engine.rest.dto.migration declared as MigrationInstructionDto
protected  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 MigrationInstructionDto
protected  List<MigrationInstructionDto> MigrationPlanDto.instructions
           
 

Methods in org.camunda.bpm.engine.rest.dto.migration that return MigrationInstructionDto
static MigrationInstructionDto MigrationInstructionDto.from(MigrationInstruction migrationInstruction)
           
 MigrationInstructionDto MigrationInstructionValidationReportDto.getInstruction()
           
 MigrationInstructionDto MigratingActivityInstanceValidationReportDto.getMigrationInstruction()
           
 MigrationInstructionDto MigratingTransitionInstanceValidationReportDto.getMigrationInstruction()
           
 

Methods in org.camunda.bpm.engine.rest.dto.migration that return types with arguments of type MigrationInstructionDto
 List<MigrationInstructionDto> MigrationPlanDto.getInstructions()
           
 

Methods in org.camunda.bpm.engine.rest.dto.migration with parameters of type MigrationInstructionDto
 void 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 MigrationInstructionDto
 void MigrationPlanDto.setInstructions(List<MigrationInstructionDto> instructions)
           
 



Copyright © 2016 camunda services GmbH. All rights reserved.