Class ChildCaseInstanceStateChangeCallback
java.lang.Object
org.flowable.cmmn.engine.impl.callback.ChildCaseInstanceStateChangeCallback
- All Implemented Interfaces:
RuntimeInstanceStateChangeCallback
public class ChildCaseInstanceStateChangeCallback
extends Object
implements RuntimeInstanceStateChangeCallback
Callback implementation for a child case instance returning it's state change to its parent.
- Author:
- Joram Barrez
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidhandleOutParameters(CommandContext commandContext, PlanItemInstanceEntity planItemInstanceEntity, CallbackData callbackData) voidstateChanged(CallbackData callbackData) Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface RuntimeInstanceStateChangeCallback
onError
-
Constructor Details
-
ChildCaseInstanceStateChangeCallback
public ChildCaseInstanceStateChangeCallback()
-
-
Method Details
-
stateChanged
- Specified by:
stateChangedin interfaceRuntimeInstanceStateChangeCallback
-
handleOutParameters
protected void handleOutParameters(CommandContext commandContext, PlanItemInstanceEntity planItemInstanceEntity, CallbackData callbackData)
-