Class MigrationPlanReportDto
java.lang.Object
org.camunda.bpm.engine.rest.dto.migration.MigrationPlanReportDto
-
Field Summary
Modifier and TypeFieldDescriptionprotected List<MigrationInstructionValidationReportDto>
protected Map<String,
MigrationVariableValidationReportDto> -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic MigrationPlanReportDto
static MigrationPlanReportDto
form
(MigrationPlanValidationReport validationReport) void
setInstructionReports
(List<MigrationInstructionValidationReportDto> instructionReports) void
setVariableReports
(Map<String, MigrationVariableValidationReportDto> variableReports)
-
Field Details
-
instructionReports
-
variableReports
-
-
Constructor Details
-
MigrationPlanReportDto
public MigrationPlanReportDto()
-
-
Method Details
-
getInstructionReports
-
setInstructionReports
-
getVariableReports
-
setVariableReports
-
form
-
emptyReport
-