there is not more than one instruction that maps to the target gateway
- Author:
- Thorben Lindhauer
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GatewayMappingValidator
public GatewayMappingValidator()
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
validateIncomingSequenceFlows
protected void validateIncomingSequenceFlows(ValidatingMigrationInstruction instruction,
ValidatingMigrationInstructions instructions,
MigrationInstructionValidationReportImpl report)
validateParentScopeMigrates
protected void validateParentScopeMigrates(ValidatingMigrationInstruction instruction,
ValidatingMigrationInstructions instructions,
MigrationInstructionValidationReportImpl report)
validateSingleInstruction
protected void validateSingleInstruction(ValidatingMigrationInstruction instruction,
ValidatingMigrationInstructions instructions,
MigrationInstructionValidationReportImpl report)
isWaitStateGateway
protected boolean isWaitStateGateway(ActivityImpl activity)
Copyright © 2017 camunda services GmbH. All rights reserved.