public class DelegateExpressionPlanItemLifecycleListener extends Object implements PlanItemInstanceLifecycleListener
| Modifier and Type | Field and Description |
|---|---|
protected Expression |
expression |
protected List<org.flowable.cmmn.model.FieldExtension> |
fieldExtensions |
protected String |
sourceState |
protected String |
targetState |
| Constructor and Description |
|---|
DelegateExpressionPlanItemLifecycleListener(String sourceState,
String targetState,
Expression expression,
List<org.flowable.cmmn.model.FieldExtension> fieldExtensions) |
| Modifier and Type | Method and Description |
|---|---|
String |
getExpressionText()
returns the expression text for this planItemInstance lifecycle listener.
|
String |
getSourceState() |
String |
getTargetState() |
void |
stateChanged(DelegatePlanItemInstance planItemInstance,
String oldState,
String newState) |
protected String sourceState
protected String targetState
protected Expression expression
protected List<org.flowable.cmmn.model.FieldExtension> fieldExtensions
public DelegateExpressionPlanItemLifecycleListener(String sourceState, String targetState, Expression expression, List<org.flowable.cmmn.model.FieldExtension> fieldExtensions)
public String getSourceState()
getSourceState in interface PlanItemInstanceLifecycleListenerpublic String getTargetState()
getTargetState in interface PlanItemInstanceLifecycleListenerpublic void stateChanged(DelegatePlanItemInstance planItemInstance, String oldState, String newState)
stateChanged in interface PlanItemInstanceLifecycleListenerpublic String getExpressionText()
Copyright © 2019 Flowable. All rights reserved.