Uses of Interface
org.flowable.common.engine.impl.callback.RuntimeInstanceStateChangeCallback
Packages that use RuntimeInstanceStateChangeCallback
Package
Description
-
Uses of RuntimeInstanceStateChangeCallback in org.flowable.cmmn.engine
Fields in org.flowable.cmmn.engine with type parameters of type RuntimeInstanceStateChangeCallbackModifier and TypeFieldDescriptionprotected Map<String,List<RuntimeInstanceStateChangeCallback>> CmmnEngineConfiguration.caseInstanceStateChangeCallbacksMethods in org.flowable.cmmn.engine that return types with arguments of type RuntimeInstanceStateChangeCallbackMethod parameters in org.flowable.cmmn.engine with type arguments of type RuntimeInstanceStateChangeCallbackModifier and TypeMethodDescriptionCmmnEngineConfiguration.setCaseInstanceStateChangeCallbacks(Map<String, List<RuntimeInstanceStateChangeCallback>> caseInstanceStateChangeCallbacks) -
Uses of RuntimeInstanceStateChangeCallback in org.flowable.cmmn.engine.impl.callback
Classes in org.flowable.cmmn.engine.impl.callback that implement RuntimeInstanceStateChangeCallbackModifier and TypeClassDescriptionclassCallback implementation for a child case instance (started from a process instance) returning it's state change to its parent.classCallback implementation for a child case instance returning it's state change to its parent.classCallback implementation for a child case instance returning it's state change to its parent. -
Uses of RuntimeInstanceStateChangeCallback in org.flowable.engine.impl.cfg
Fields in org.flowable.engine.impl.cfg with type parameters of type RuntimeInstanceStateChangeCallbackModifier and TypeFieldDescriptionprotected Map<String,List<RuntimeInstanceStateChangeCallback>> ProcessEngineConfigurationImpl.processInstanceStateChangedCallbacksMethods in org.flowable.engine.impl.cfg that return types with arguments of type RuntimeInstanceStateChangeCallbackModifier and TypeMethodDescriptionProcessEngineConfigurationImpl.getProcessInstanceStateChangedCallbacks()Method parameters in org.flowable.engine.impl.cfg with type arguments of type RuntimeInstanceStateChangeCallbackModifier and TypeMethodDescriptionProcessEngineConfigurationImpl.setProcessInstanceStateChangedCallbacks(Map<String, List<RuntimeInstanceStateChangeCallback>> processInstanceStateChangedCallbacks)