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

Packages that use MigrationInstructionValidationReportDto
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
protected  List<MigrationInstructionValidationReportDto> MigrationPlanReportDto.instructionReports
           
 

Methods in org.camunda.bpm.engine.rest.dto.migration that return MigrationInstructionValidationReportDto
static MigrationInstructionValidationReportDto MigrationInstructionValidationReportDto.from(MigrationInstructionValidationReport instructionReport)
           
 

Methods in org.camunda.bpm.engine.rest.dto.migration that return types with arguments of type MigrationInstructionValidationReportDto
static List<MigrationInstructionValidationReportDto> MigrationInstructionValidationReportDto.from(List<MigrationInstructionValidationReport> instructionReports)
           
 List<MigrationInstructionValidationReportDto> MigrationPlanReportDto.getInstructionReports()
           
 

Method parameters in org.camunda.bpm.engine.rest.dto.migration with type arguments of type MigrationInstructionValidationReportDto
 void MigrationPlanReportDto.setInstructionReports(List<MigrationInstructionValidationReportDto> instructionReports)
           
 



Copyright © 2016 camunda services GmbH. All rights reserved.