Package org.flowable.bpmn.model
Interface HasExecutionListeners
-
- All Known Implementing Classes:
Activity,AdhocSubProcess,AlfrescoMailTask,AlfrescoScriptTask,AlfrescoStartEvent,AlfrescoUserTask,BooleanDataObject,BoundaryEvent,BusinessRuleTask,CallActivity,CaseServiceTask,ComplexGateway,DataObject,DataStoreReference,DateDataObject,DoubleDataObject,EndEvent,Event,EventGateway,EventSubProcess,ExclusiveGateway,ExternalWorkerServiceTask,FlowElement,FlowNode,Gateway,HttpServiceTask,InclusiveGateway,IntegerDataObject,IntermediateCatchEvent,JsonDataObject,LongDataObject,ManualTask,ParallelGateway,Process,ReceiveTask,ScriptTask,SendEventServiceTask,SendTask,SequenceFlow,ServiceTask,StartEvent,StringDataObject,SubProcess,Task,TaskWithFieldExtensions,ThrowEvent,Transaction,UserTask,ValuedDataObject
public interface HasExecutionListenersInterface indicating an element has execution-listeners- Author:
- Frederik Heremans
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<FlowableListener>getExecutionListeners()voidsetExecutionListeners(List<FlowableListener> executionListeners)
-
-
-
Method Detail
-
getExecutionListeners
List<FlowableListener> getExecutionListeners()
-
setExecutionListeners
void setExecutionListeners(List<FlowableListener> executionListeners)
-
-