Uses of Interface
org.flowable.cmmn.api.listener.PlanItemInstanceLifecycleListener
Packages that use PlanItemInstanceLifecycleListener
Package
Description
-
Uses of PlanItemInstanceLifecycleListener in org.flowable.cmmn.api.delegate
Methods in org.flowable.cmmn.api.delegate that return PlanItemInstanceLifecycleListenerMethods in org.flowable.cmmn.api.delegate with parameters of type PlanItemInstanceLifecycleListenerModifier and TypeMethodDescriptionvoidDelegatePlanItemInstance.setCurrentLifecycleListener(PlanItemInstanceLifecycleListener lifecycleListener, FlowableListener flowableListener) -
Uses of PlanItemInstanceLifecycleListener in org.flowable.cmmn.engine
Fields in org.flowable.cmmn.engine with type parameters of type PlanItemInstanceLifecycleListenerModifier and TypeFieldDescriptionprotected Map<String,List<PlanItemInstanceLifecycleListener>> CmmnEngineConfiguration.planItemInstanceLifecycleListenersMethods in org.flowable.cmmn.engine that return types with arguments of type PlanItemInstanceLifecycleListenerModifier and TypeMethodDescriptionCmmnEngineConfiguration.getPlanItemInstanceLifecycleListeners()Methods in org.flowable.cmmn.engine with parameters of type PlanItemInstanceLifecycleListenerModifier and TypeMethodDescriptionvoidCmmnEngineConfiguration.addPlanItemInstanceLifeCycleListener(String planItemDefinitionType, PlanItemInstanceLifecycleListener planItemInstanceLifeCycleListener) Registers a globalPlanItemInstanceLifecycleListenerto listen toPlanItemInstancestate changes.voidCmmnEngineConfiguration.addPlanItemInstanceLifeCycleListener(PlanItemInstanceLifecycleListener planItemInstanceLifeCycleListener) Register a globalPlanItemInstanceLifecycleListenerto listen to any (all plan item definition types)PlanItemInstancestate changes.Method parameters in org.flowable.cmmn.engine with type arguments of type PlanItemInstanceLifecycleListenerModifier and TypeMethodDescriptionCmmnEngineConfiguration.setPlanItemInstanceLifecycleListeners(Map<String, List<PlanItemInstanceLifecycleListener>> planItemInstanceLifecycleListeners) -
Uses of PlanItemInstanceLifecycleListener in org.flowable.cmmn.engine.impl.behavior.impl.http.handler
Classes in org.flowable.cmmn.engine.impl.behavior.impl.http.handler that implement PlanItemInstanceLifecycleListenerModifier and TypeClassDescriptionclassHelper class for HTTP handlers to allow class delegation. -
Uses of PlanItemInstanceLifecycleListener in org.flowable.cmmn.engine.impl.delegate
Classes in org.flowable.cmmn.engine.impl.delegate that implement PlanItemInstanceLifecycleListenerMethods in org.flowable.cmmn.engine.impl.delegate that return PlanItemInstanceLifecycleListenerModifier and TypeMethodDescriptionprotected PlanItemInstanceLifecycleListenerCmmnClassDelegate.getPlanItemLifeCycleListenerInstance() -
Uses of PlanItemInstanceLifecycleListener in org.flowable.cmmn.engine.impl.listener
Classes in org.flowable.cmmn.engine.impl.listener that implement PlanItemInstanceLifecycleListenerModifier and TypeClassDescriptionclassclassMethods in org.flowable.cmmn.engine.impl.listener that return PlanItemInstanceLifecycleListenerModifier and TypeMethodDescriptionCmmnListenerFactory.createClassDelegateLifeCycleListener(FlowableListener listener) DefaultCmmnListenerFactory.createClassDelegateLifeCycleListener(FlowableListener listener) CmmnListenerFactory.createDelegateExpressionLifeCycleListener(FlowableListener listener) DefaultCmmnListenerFactory.createDelegateExpressionLifeCycleListener(FlowableListener listener) CmmnListenerFactory.createExpressionLifeCycleListener(FlowableListener listener) DefaultCmmnListenerFactory.createExpressionLifeCycleListener(FlowableListener listener) protected PlanItemInstanceLifecycleListenerCmmnListenerNotificationHelper.createLifecycleListener(FlowableListener listener) Methods in org.flowable.cmmn.engine.impl.listener with parameters of type PlanItemInstanceLifecycleListenerModifier and TypeMethodDescriptionvoidCmmnListenerNotificationHelper.executeLifecycleListener(DelegatePlanItemInstance planItemInstance, String oldState, String newState, PlanItemInstanceLifecycleListener lifecycleListener, FlowableListener flowableListener) protected booleanCmmnListenerNotificationHelper.lifecycleListenerMatches(PlanItemInstanceLifecycleListener lifecycleListener, String oldState, String newState) Method parameters in org.flowable.cmmn.engine.impl.listener with type arguments of type PlanItemInstanceLifecycleListenerModifier and TypeMethodDescriptionvoidCmmnListenerNotificationHelper.executeListeners(List<PlanItemInstanceLifecycleListener> listeners, DelegatePlanItemInstance planItemInstance, String oldState, String newState) -
Uses of PlanItemInstanceLifecycleListener in org.flowable.cmmn.engine.impl.persistence.entity
Fields in org.flowable.cmmn.engine.impl.persistence.entity declared as PlanItemInstanceLifecycleListenerModifier and TypeFieldDescriptionprotected PlanItemInstanceLifecycleListenerPlanItemInstanceEntityImpl.currentLifecycleListenerMethods in org.flowable.cmmn.engine.impl.persistence.entity that return PlanItemInstanceLifecycleListenerMethods in org.flowable.cmmn.engine.impl.persistence.entity with parameters of type PlanItemInstanceLifecycleListenerModifier and TypeMethodDescriptionvoidPlanItemInstanceEntityImpl.setCurrentLifecycleListener(PlanItemInstanceLifecycleListener lifecycleListener, FlowableListener flowableListener)