Package org.activiti.bpmn.model
Interface HasExecutionListeners
- All Known Implementing Classes:
Activity,AdhocSubProcess,AlfrescoMailTask,AlfrescoScriptTask,AlfrescoStartEvent,AlfrescoUserTask,BooleanDataObject,BoundaryEvent,BusinessRuleTask,CallActivity,ComplexGateway,DataObject,DataStoreReference,DateDataObject,DoubleDataObject,EndEvent,Event,EventGateway,EventSubProcess,ExclusiveGateway,FlowElement,FlowNode,Gateway,InclusiveGateway,IntegerDataObject,IntermediateCatchEvent,LongDataObject,ManualTask,ParallelGateway,Process,ReceiveTask,ScriptTask,SendTask,SequenceFlow,ServiceTask,StartEvent,StringDataObject,SubProcess,Task,TaskWithFieldExtensions,ThrowEvent,Transaction,UserTask,ValuedDataObject
public interface HasExecutionListeners
Interface indicating an element has execution-listeners
-
Method Summary
Modifier and TypeMethodDescriptionvoidsetExecutionListeners(List<ActivitiListener> executionListeners)
-
Method Details
-
getExecutionListeners
List<ActivitiListener> getExecutionListeners() -
setExecutionListeners
-