public interface DelegateCaseExecution extends BaseDelegateExecution, ProcessEngineServicesAware, CmmnModelExecutionContext
Modifier and Type | Method and Description |
---|---|
String |
getActivityId() |
String |
getActivityName() |
String |
getCaseBusinessKey() |
String |
getCaseDefinitionId() |
String |
getCaseInstanceId() |
String |
getEventName()
The
event name in case this execution is passed in for an ExecutionListener |
String |
getId()
Unique id of this path of execution that can be used as a handle to provide external signals back into the engine after wait states.
|
String |
getParentId() |
String |
getTenantId() |
boolean |
isActive() |
boolean |
isAvailable() |
boolean |
isClosed() |
boolean |
isCompleted() |
boolean |
isDisabled() |
boolean |
isEnabled() |
boolean |
isFailed() |
boolean |
isSuspended() |
boolean |
isTerminated() |
getBusinessKey
getVariable, getVariableLocal, getVariableLocalTyped, getVariableLocalTyped, getVariableNames, getVariableNamesLocal, getVariables, getVariableScopeKey, getVariablesLocal, getVariablesLocalTyped, getVariablesLocalTyped, getVariablesTyped, getVariablesTyped, getVariableTyped, getVariableTyped, hasVariable, hasVariableLocal, hasVariables, hasVariablesLocal, removeVariable, removeVariableLocal, removeVariables, removeVariables, removeVariablesLocal, removeVariablesLocal, setVariable, setVariableLocal, setVariables, setVariablesLocal
getProcessEngineServices
getCmmnModelElementInstance, getCmmnModelInstance
String getId()
BaseDelegateExecution
getId
in interface BaseDelegateExecution
String getCaseInstanceId()
String getEventName()
BaseDelegateExecution
event name
in case this execution is passed in for an ExecutionListener
getEventName
in interface BaseDelegateExecution
String getCaseBusinessKey()
String getCaseDefinitionId()
String getParentId()
String getActivityId()
String getActivityName()
String getTenantId()
boolean isAvailable()
boolean isEnabled()
boolean isDisabled()
boolean isActive()
boolean isSuspended()
boolean isTerminated()
boolean isCompleted()
boolean isFailed()
boolean isClosed()
Copyright © 2017. All rights reserved.