Package org.camunda.bpm.engine.delegate
Interface DelegateCaseExecution
- All Superinterfaces:
- BaseDelegateExecution,- CmmnModelExecutionContext,- ProcessEngineServicesAware,- VariableScope
- All Known Subinterfaces:
- CmmnActivityExecution,- CmmnCaseInstance
- All Known Implementing Classes:
- CaseExecutionEntity,- CaseExecutionImpl,- CmmnExecution
public interface DelegateCaseExecution
extends BaseDelegateExecution, ProcessEngineServicesAware, CmmnModelExecutionContext
- Author:
- Roman Smirnov
- 
Method SummaryModifier and TypeMethodDescriptionTheevent namein case this execution is passed in for anExecutionListenergetId()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.booleanisActive()booleanbooleanisClosed()booleanbooleanbooleanbooleanisFailed()booleanbooleanMethods inherited from interface org.camunda.bpm.engine.delegate.BaseDelegateExecutiongetBusinessKeyMethods inherited from interface org.camunda.bpm.engine.delegate.CmmnModelExecutionContextgetCmmnModelElementInstance, getCmmnModelInstanceMethods inherited from interface org.camunda.bpm.engine.delegate.ProcessEngineServicesAwaregetProcessEngine, getProcessEngineServicesMethods inherited from interface org.camunda.bpm.engine.delegate.VariableScopegetVariable, 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
- 
Method Details- 
getIdString getId()Description copied from interface:BaseDelegateExecutionUnique id of this path of execution that can be used as a handle to provide external signals back into the engine after wait states.- Specified by:
- getIdin interface- BaseDelegateExecution
 
- 
getCaseInstanceIdString getCaseInstanceId()
- 
getEventNameString getEventName()Description copied from interface:BaseDelegateExecutionTheevent namein case this execution is passed in for anExecutionListener- Specified by:
- getEventNamein interface- BaseDelegateExecution
 
- 
getCaseBusinessKeyString getCaseBusinessKey()
- 
getCaseDefinitionIdString getCaseDefinitionId()
- 
getParentIdString getParentId()
- 
getActivityIdString getActivityId()
- 
getActivityNameString getActivityName()
- 
getTenantIdString getTenantId()
- 
isAvailableboolean isAvailable()
- 
isEnabledboolean isEnabled()
- 
isDisabledboolean isDisabled()
- 
isActiveboolean isActive()
- 
isSuspendedboolean isSuspended()
- 
isTerminatedboolean isTerminated()
- 
isCompletedboolean isCompleted()
- 
isFailedboolean isFailed()
- 
isClosedboolean isClosed()
 
-