Class DelegateExpressionPlanItemLifecycleListener
java.lang.Object
org.flowable.cmmn.engine.impl.listener.DelegateExpressionPlanItemLifecycleListener
- All Implemented Interfaces:
PlanItemInstanceLifecycleListener
public class DelegateExpressionPlanItemLifecycleListener
extends Object
implements PlanItemInstanceLifecycleListener
- Author:
- Joram Barrez
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Expressionprotected List<org.flowable.cmmn.model.FieldExtension>protected Stringprotected String -
Constructor Summary
ConstructorsConstructorDescriptionDelegateExpressionPlanItemLifecycleListener(String sourceState, String targetState, Expression expression, List<org.flowable.cmmn.model.FieldExtension> fieldExtensions) -
Method Summary
Modifier and TypeMethodDescriptionreturns the expression text for this planItemInstance lifecycle listener.voidstateChanged(DelegatePlanItemInstance planItemInstance, String oldState, String newState)
-
Field Details
-
sourceState
-
targetState
-
expression
-
fieldExtensions
-
-
Constructor Details
-
DelegateExpressionPlanItemLifecycleListener
public DelegateExpressionPlanItemLifecycleListener(String sourceState, String targetState, Expression expression, List<org.flowable.cmmn.model.FieldExtension> fieldExtensions)
-
-
Method Details
-
getSourceState
- Specified by:
getSourceStatein interfacePlanItemInstanceLifecycleListener
-
getTargetState
- Specified by:
getTargetStatein interfacePlanItemInstanceLifecycleListener
-
stateChanged
public void stateChanged(DelegatePlanItemInstance planItemInstance, String oldState, String newState) - Specified by:
stateChangedin interfacePlanItemInstanceLifecycleListener
-
getExpressionText
returns the expression text for this planItemInstance lifecycle listener.
-