org.camunda.bpm.engine.impl.migration.validation.instruction
Class AdditionalFlowScopeInstructionValidator
java.lang.Object
org.camunda.bpm.engine.impl.migration.validation.instruction.AdditionalFlowScopeInstructionValidator
- All Implemented Interfaces:
- MigrationInstructionValidator
public class AdditionalFlowScopeInstructionValidator
- extends Object
- implements MigrationInstructionValidator
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AdditionalFlowScopeInstructionValidator
public AdditionalFlowScopeInstructionValidator()
validate
public void validate(ValidatingMigrationInstruction instruction,
ValidatingMigrationInstructions instructions,
MigrationInstructionValidationReportImpl report)
- Description copied from interface:
MigrationInstructionValidator
- Check that a migration instruction is valid for a migration plan. If it is invalid
a failure has to added to the validation report.
- Specified by:
validate in interface MigrationInstructionValidator
- Parameters:
instruction - the instruction to validateinstructions - the complete migration plan to validatereport - the validation report
getClosestPreservedAncestorScopeMigrationInstruction
protected ValidatingMigrationInstruction getClosestPreservedAncestorScopeMigrationInstruction(ValidatingMigrationInstruction instruction,
ValidatingMigrationInstructions instructions)
Copyright © 2016 camunda services GmbH. All rights reserved.