org.camunda.bpm.engine.migration
Interface MigrationPlanValidationReport

All Known Implementing Classes:
MigrationPlanValidationReportImpl

public interface MigrationPlanValidationReport

Collects the migration instruction validation reports for all instructions of the migration plan which contain failures.


Method Summary
 List<MigrationInstructionValidationReport> getInstructionReports()
           
 MigrationPlan getMigrationPlan()
           
 boolean hasInstructionReports()
           
 

Method Detail

getMigrationPlan

MigrationPlan getMigrationPlan()
Returns:
the migration plan of the validation report

hasInstructionReports

boolean hasInstructionReports()
Returns:
true if instructions reports exist, false otherwise

getInstructionReports

List<MigrationInstructionValidationReport> getInstructionReports()
Returns:
all instruction reports


Copyright © 2017 camunda services GmbH. All rights reserved.