Class IntermediateCatchTimerEventActivityBehavior
java.lang.Object
org.activiti.engine.impl.bpmn.behavior.FlowNodeActivityBehavior
org.activiti.engine.impl.bpmn.behavior.AbstractBpmnActivityBehavior
org.activiti.engine.impl.bpmn.behavior.IntermediateCatchEventActivityBehavior
org.activiti.engine.impl.bpmn.behavior.IntermediateCatchTimerEventActivityBehavior
- All Implemented Interfaces:
Serializable, ActivityBehavior, TriggerableActivityBehavior
public class IntermediateCatchTimerEventActivityBehavior
extends IntermediateCatchEventActivityBehavior
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected org.activiti.bpmn.model.TimerEventDefinitionFields inherited from class AbstractBpmnActivityBehavior
multiInstanceActivityBehaviorFields inherited from class FlowNodeActivityBehavior
bpmnActivityBehavior -
Constructor Summary
ConstructorsConstructorDescriptionIntermediateCatchTimerEventActivityBehavior(org.activiti.bpmn.model.TimerEventDefinition timerEventDefinition) -
Method Summary
Modifier and TypeMethodDescriptionvoideventCancelledByEventGateway(DelegateExecution execution) Should be subclassed by the more specific types.voidexecute(DelegateExecution execution) Default behaviour: just leave the activity with no extra functionality.Methods inherited from class IntermediateCatchEventActivityBehavior
deleteOtherEventsRelatedToEventBasedGateway, getPrecedingEventBasedGateway, leaveIntermediateCatchEvent, triggerMethods inherited from class AbstractBpmnActivityBehavior
executeCompensateBoundaryEvents, findBoundaryEventsForFlowNode, getMultiInstanceActivityBehavior, getProcessDefinition, hasLoopCharacteristics, hasMultiInstanceCharacteristics, leave, setMultiInstanceActivityBehaviorMethods inherited from class FlowNodeActivityBehavior
leaveIgnoreConditions, parseActivityType
-
Field Details
-
timerEventDefinition
protected org.activiti.bpmn.model.TimerEventDefinition timerEventDefinition
-
-
Constructor Details
-
IntermediateCatchTimerEventActivityBehavior
public IntermediateCatchTimerEventActivityBehavior(org.activiti.bpmn.model.TimerEventDefinition timerEventDefinition)
-
-
Method Details
-
execute
Description copied from class:FlowNodeActivityBehaviorDefault behaviour: just leave the activity with no extra functionality.- Specified by:
executein interfaceActivityBehavior- Overrides:
executein classIntermediateCatchEventActivityBehavior
-
eventCancelledByEventGateway
Description copied from class:IntermediateCatchEventActivityBehaviorShould be subclassed by the more specific types. For an intermediate catch without type, it's simply leaving the event.- Overrides:
eventCancelledByEventGatewayin classIntermediateCatchEventActivityBehavior
-