org.camunda.bpm.engine.impl.migration.validation.instruction
Class ConditionalEventUpdateEventTriggerValidator
java.lang.Object
org.camunda.bpm.engine.impl.migration.validation.instruction.ConditionalEventUpdateEventTriggerValidator
- All Implemented Interfaces:
- MigrationInstructionValidator
public class ConditionalEventUpdateEventTriggerValidator
- extends Object
- implements MigrationInstructionValidator
- Author:
- Christopher Zell
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MIGRATION_CONDITIONAL_VALIDATION_ERROR_MSG
public static final String MIGRATION_CONDITIONAL_VALIDATION_ERROR_MSG
- See Also:
- Constant Field Values
ConditionalEventUpdateEventTriggerValidator
public ConditionalEventUpdateEventTriggerValidator()
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
Copyright © 2017 camunda services GmbH. All rights reserved.