Class DocumentEventCatchEventBehavior

java.lang.Object
org.flowable.engine.impl.bpmn.behavior.FlowNodeActivityBehavior
org.flowable.engine.impl.bpmn.behavior.AbstractBpmnActivityBehavior
org.flowable.engine.impl.bpmn.behavior.IntermediateCatchEventActivityBehavior
com.flowable.platform.engine.impl.documentevent.bpmn.DocumentEventCatchEventBehavior
All Implemented Interfaces:
Serializable, org.flowable.engine.impl.delegate.ActivityBehavior, org.flowable.engine.impl.delegate.TriggerableActivityBehavior

public class DocumentEventCatchEventBehavior extends org.flowable.engine.impl.bpmn.behavior.IntermediateCatchEventActivityBehavior
See Also:
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected final DocumentEventDeclaration
     

    Fields inherited from class org.flowable.engine.impl.bpmn.behavior.AbstractBpmnActivityBehavior

    multiInstanceActivityBehavior, v5MultiInstanceActivityBehavior

    Fields inherited from class org.flowable.engine.impl.bpmn.behavior.FlowNodeActivityBehavior

    bpmnActivityBehavior
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    execute(org.flowable.engine.delegate.DelegateExecution execution)
     
     
    void
    trigger(org.flowable.engine.delegate.DelegateExecution execution, String triggerName, Object triggerData)
     

    Methods inherited from class org.flowable.engine.impl.bpmn.behavior.IntermediateCatchEventActivityBehavior

    deleteOtherEventsRelatedToEventBasedGateway, eventCancelledByEventGateway, getPrecedingEventBasedGateway, leaveIntermediateCatchEvent

    Methods inherited from class org.flowable.engine.impl.bpmn.behavior.AbstractBpmnActivityBehavior

    executeCompensateBoundaryEvents, findBoundaryEventsForFlowNode, getMultiInstanceActivityBehavior, getProcessDefinition, getV5MultiInstanceActivityBehavior, hasLoopCharacteristics, hasMultiInstanceCharacteristics, leave, setMultiInstanceActivityBehavior, setV5MultiInstanceActivityBehavior

    Methods inherited from class org.flowable.engine.impl.bpmn.behavior.FlowNodeActivityBehavior

    leaveIgnoreConditions, parseActivityType

    Methods inherited from class Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Constructor Details

  • Method Details

    • execute

      public void execute(org.flowable.engine.delegate.DelegateExecution execution)
      Specified by:
      execute in interface org.flowable.engine.impl.delegate.ActivityBehavior
      Overrides:
      execute in class org.flowable.engine.impl.bpmn.behavior.IntermediateCatchEventActivityBehavior
    • trigger

      public void trigger(org.flowable.engine.delegate.DelegateExecution execution, String triggerName, Object triggerData)
      Specified by:
      trigger in interface org.flowable.engine.impl.delegate.TriggerableActivityBehavior
      Overrides:
      trigger in class org.flowable.engine.impl.bpmn.behavior.IntermediateCatchEventActivityBehavior
    • getDeclaration

      public DocumentEventDeclaration getDeclaration()