public interface MigrationPlanValidationReport
| Modifier and Type | Method and Description |
|---|---|
List<MigrationInstructionValidationReport> |
getInstructionReports() |
MigrationPlan |
getMigrationPlan() |
Map<String,MigrationVariableValidationReport> |
getVariableReports() |
boolean |
hasInstructionReports() |
boolean |
hasReports() |
boolean |
hasVariableReports() |
MigrationPlan getMigrationPlan()
boolean hasReports()
true if either instruction or variable reports exist, false otherwiseboolean hasInstructionReports()
boolean hasVariableReports()
true if variable reports exist, false otherwiseList<MigrationInstructionValidationReport> getInstructionReports()
Map<String,MigrationVariableValidationReport> getVariableReports()
Copyright © 2013–2021 camunda services GmbH. All rights reserved.