Uses of Class
org.flowable.cmmn.model.FlowableListener
-
-
Uses of FlowableListener in org.flowable.cmmn.model
Fields in org.flowable.cmmn.model with type parameters of type FlowableListener Modifier and Type Field Description protected List<FlowableListener>Case. lifecycleListenersprotected List<FlowableListener>PlanItemDefinition. lifecycleListenersprotected List<FlowableListener>HumanTask. taskListenersMethods in org.flowable.cmmn.model that return FlowableListener Modifier and Type Method Description FlowableListenerFlowableListener. clone()Methods in org.flowable.cmmn.model that return types with arguments of type FlowableListener Modifier and Type Method Description List<FlowableListener>Case. getLifecycleListeners()List<FlowableListener>HasLifecycleListeners. getLifecycleListeners()List<FlowableListener>PlanItemDefinition. getLifecycleListeners()List<FlowableListener>HumanTask. getTaskListeners()Methods in org.flowable.cmmn.model with parameters of type FlowableListener Modifier and Type Method Description voidFlowableListener. setValues(FlowableListener otherListener)Method parameters in org.flowable.cmmn.model with type arguments of type FlowableListener Modifier and Type Method Description voidCase. setLifecycleListeners(List<FlowableListener> lifecycleListeners)voidHasLifecycleListeners. setLifecycleListeners(List<FlowableListener> lifecycleListeners)voidPlanItemDefinition. setLifecycleListeners(List<FlowableListener> lifecycleListeners)voidHumanTask. setTaskListeners(List<FlowableListener> taskListeners)
-