org.camunda.bpm.engine.rest.dto.migration
Class MigrationPlanReportDto

java.lang.Object
  extended by org.camunda.bpm.engine.rest.dto.migration.MigrationPlanReportDto

public class MigrationPlanReportDto
extends Object


Field Summary
protected  List<MigrationInstructionValidationReportDto> instructionReports
           
 
Constructor Summary
MigrationPlanReportDto()
           
 
Method Summary
static MigrationPlanReportDto emptyReport()
           
static MigrationPlanReportDto form(MigrationPlanValidationReport validationReport)
           
 List<MigrationInstructionValidationReportDto> getInstructionReports()
           
 void setInstructionReports(List<MigrationInstructionValidationReportDto> instructionReports)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

instructionReports

protected List<MigrationInstructionValidationReportDto> instructionReports
Constructor Detail

MigrationPlanReportDto

public MigrationPlanReportDto()
Method Detail

getInstructionReports

public List<MigrationInstructionValidationReportDto> getInstructionReports()

setInstructionReports

public void setInstructionReports(List<MigrationInstructionValidationReportDto> instructionReports)

form

public static MigrationPlanReportDto form(MigrationPlanValidationReport validationReport)

emptyReport

public static MigrationPlanReportDto emptyReport()


Copyright © 2016 camunda services GmbH. All rights reserved.