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
FieldsFields inherited from class org.flowable.engine.impl.bpmn.behavior.AbstractBpmnActivityBehavior
multiInstanceActivityBehavior, v5MultiInstanceActivityBehaviorFields inherited from class org.flowable.engine.impl.bpmn.behavior.FlowNodeActivityBehavior
bpmnActivityBehavior -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.flowable.engine.impl.bpmn.behavior.IntermediateCatchEventActivityBehavior
deleteOtherEventsRelatedToEventBasedGateway, eventCancelledByEventGateway, getPrecedingEventBasedGateway, leaveIntermediateCatchEventMethods inherited from class org.flowable.engine.impl.bpmn.behavior.AbstractBpmnActivityBehavior
executeCompensateBoundaryEvents, findBoundaryEventsForFlowNode, getMultiInstanceActivityBehavior, getProcessDefinition, getV5MultiInstanceActivityBehavior, hasLoopCharacteristics, hasMultiInstanceCharacteristics, leave, setMultiInstanceActivityBehavior, setV5MultiInstanceActivityBehaviorMethods inherited from class org.flowable.engine.impl.bpmn.behavior.FlowNodeActivityBehavior
leaveIgnoreConditions, parseActivityType
-
Field Details
-
declaration
-
-
Constructor Details
-
DocumentEventCatchEventBehavior
-
-
Method Details
-
execute
public void execute(org.flowable.engine.delegate.DelegateExecution execution) - Specified by:
executein interfaceorg.flowable.engine.impl.delegate.ActivityBehavior- Overrides:
executein classorg.flowable.engine.impl.bpmn.behavior.IntermediateCatchEventActivityBehavior
-
trigger
public void trigger(org.flowable.engine.delegate.DelegateExecution execution, String triggerName, Object triggerData) - Specified by:
triggerin interfaceorg.flowable.engine.impl.delegate.TriggerableActivityBehavior- Overrides:
triggerin classorg.flowable.engine.impl.bpmn.behavior.IntermediateCatchEventActivityBehavior
-
getDeclaration
-