org.camunda.bpm.engine.impl.migration.validation.instruction
Class ConditionalEventUpdateEventTriggerValidator

java.lang.Object
  extended by org.camunda.bpm.engine.impl.migration.validation.instruction.ConditionalEventUpdateEventTriggerValidator
All Implemented Interfaces:
MigrationInstructionValidator

public class ConditionalEventUpdateEventTriggerValidator
extends Object
implements MigrationInstructionValidator

Author:
Christopher Zell

Constructor Summary
ConditionalEventUpdateEventTriggerValidator()
           
 
Method Summary
protected  boolean isEvent(ActivityImpl activity)
           
 void validate(ValidatingMigrationInstruction instruction, ValidatingMigrationInstructions instructions, MigrationInstructionValidationReportImpl report)
          Check that a migration instruction is valid for a migration plan.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConditionalEventUpdateEventTriggerValidator

public ConditionalEventUpdateEventTriggerValidator()
Method Detail

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 validate
instructions - the complete migration plan to validate
report - the validation report

isEvent

protected boolean isEvent(ActivityImpl activity)


Copyright © 2016 camunda services GmbH. All rights reserved.