Uses of Class
org.activiti.bpmn.model.ActivitiListener
-
Packages that use ActivitiListener Package Description org.activiti.bpmn.model -
-
Uses of ActivitiListener in org.activiti.bpmn.model
Fields in org.activiti.bpmn.model with type parameters of type ActivitiListener Modifier and Type Field Description protected List<ActivitiListener>FlowElement. executionListenersprotected List<ActivitiListener>Process. executionListenersprotected List<ActivitiListener>UserTask. taskListenersMethods in org.activiti.bpmn.model that return ActivitiListener Modifier and Type Method Description ActivitiListenerActivitiListener. clone()Methods in org.activiti.bpmn.model that return types with arguments of type ActivitiListener Modifier and Type Method Description List<ActivitiListener>FlowElement. getExecutionListeners()List<ActivitiListener>HasExecutionListeners. getExecutionListeners()List<ActivitiListener>Process. getExecutionListeners()List<ActivitiListener>UserTask. getTaskListeners()Methods in org.activiti.bpmn.model with parameters of type ActivitiListener Modifier and Type Method Description voidActivitiListener. setValues(ActivitiListener otherListener)Method parameters in org.activiti.bpmn.model with type arguments of type ActivitiListener Modifier and Type Method Description voidFlowElement. setExecutionListeners(List<ActivitiListener> executionListeners)voidHasExecutionListeners. setExecutionListeners(List<ActivitiListener> executionListeners)voidProcess. setExecutionListeners(List<ActivitiListener> executionListeners)voidUserTask. setTaskListeners(List<ActivitiListener> taskListeners)
-