Class IntermediateCatchSignalEventActivityBehavior
- 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.IntermediateCatchSignalEventActivityBehavior
-
- All Implemented Interfaces:
java.io.Serializable,ActivityBehavior,TriggerableActivityBehavior
public class IntermediateCatchSignalEventActivityBehavior extends IntermediateCatchEventActivityBehavior
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected org.activiti.bpmn.model.Signalsignalprotected org.activiti.bpmn.model.SignalEventDefinitionsignalEventDefinition-
Fields inherited from class org.activiti.engine.impl.bpmn.behavior.AbstractBpmnActivityBehavior
multiInstanceActivityBehavior
-
Fields inherited from class org.activiti.engine.impl.bpmn.behavior.FlowNodeActivityBehavior
bpmnActivityBehavior
-
-
Constructor Summary
Constructors Constructor Description IntermediateCatchSignalEventActivityBehavior(org.activiti.bpmn.model.SignalEventDefinition signalEventDefinition, org.activiti.bpmn.model.Signal signal)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ExecutionEntitydeleteSignalEventSubscription(DelegateExecution execution)voideventCancelledByEventGateway(DelegateExecution execution)Should be subclassed by the more specific types.voidexecute(DelegateExecution execution)Default behaviour: just leave the activity with no extra functionality.voidtrigger(DelegateExecution execution, java.lang.String triggerName, java.lang.Object triggerData)-
Methods inherited from class org.activiti.engine.impl.bpmn.behavior.IntermediateCatchEventActivityBehavior
deleteOtherEventsRelatedToEventBasedGateway, getPrecedingEventBasedGateway, leaveIntermediateCatchEvent
-
Methods inherited from class org.activiti.engine.impl.bpmn.behavior.AbstractBpmnActivityBehavior
executeCompensateBoundaryEvents, findBoundaryEventsForFlowNode, getMultiInstanceActivityBehavior, getProcessDefinition, hasLoopCharacteristics, hasMultiInstanceCharacteristics, leave, setMultiInstanceActivityBehavior
-
Methods inherited from class org.activiti.engine.impl.bpmn.behavior.FlowNodeActivityBehavior
leaveIgnoreConditions, parseActivityType
-
-
-
-
Method Detail
-
execute
public void execute(DelegateExecution execution)
Description copied from class:FlowNodeActivityBehaviorDefault behaviour: just leave the activity with no extra functionality.- Specified by:
executein interfaceActivityBehavior- Overrides:
executein classIntermediateCatchEventActivityBehavior
-
trigger
public void trigger(DelegateExecution execution, java.lang.String triggerName, java.lang.Object triggerData)
- Specified by:
triggerin interfaceTriggerableActivityBehavior- Overrides:
triggerin classIntermediateCatchEventActivityBehavior
-
eventCancelledByEventGateway
public void eventCancelledByEventGateway(DelegateExecution execution)
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
-
deleteSignalEventSubscription
protected ExecutionEntity deleteSignalEventSubscription(DelegateExecution execution)
-
-