public class DelegateExpressionCaseLifecycleListener extends Object implements CaseInstanceLifecycleListener
| 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 |
|---|
DelegateExpressionCaseLifecycleListener(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 CaseInstance lifecycle listener.
|
String |
getSourceState() |
String |
getTargetState() |
void |
stateChanged(CaseInstance caseInstance,
String oldState,
String newState) |
protected String sourceState
protected String targetState
protected Expression expression
protected List<org.flowable.cmmn.model.FieldExtension> fieldExtensions
public DelegateExpressionCaseLifecycleListener(String sourceState, String targetState, Expression expression, List<org.flowable.cmmn.model.FieldExtension> fieldExtensions)
public String getSourceState()
getSourceState in interface CaseInstanceLifecycleListenerpublic String getTargetState()
getTargetState in interface CaseInstanceLifecycleListenerpublic void stateChanged(CaseInstance caseInstance, String oldState, String newState)
stateChanged in interface CaseInstanceLifecycleListenerpublic String getExpressionText()
Copyright © 2021 Flowable. All rights reserved.