org.camunda.bpm.engine.delegate
Interface DelegatePlanItem
- All Superinterfaces:
- BaseDelegateExecution, ProcessEngineServicesAware, VariableScope
- All Known Subinterfaces:
- CmmnActivityExecution, CmmnCaseInstance
- All Known Implementing Classes:
- CmmnExecution, PlanItemImpl
public interface DelegatePlanItem
- extends BaseDelegateExecution, ProcessEngineServicesAware
- Author:
- Roman Smirnov
| Methods inherited from interface org.camunda.bpm.engine.delegate.VariableScope |
getVariable, getVariableLocal, getVariableNames, getVariableNamesLocal, getVariables, getVariablesLocal, hasVariable, hasVariableLocal, hasVariables, hasVariablesLocal, removeVariable, removeVariableLocal, removeVariables, removeVariables, removeVariablesLocal, removeVariablesLocal, setVariable, setVariableLocal, setVariables, setVariablesLocal |
getId
String getId()
- Description copied from interface:
BaseDelegateExecution
- 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.
- Specified by:
getId in interface BaseDelegateExecution
getCaseInstanceId
String getCaseInstanceId()
getEventName
String getEventName()
- Description copied from interface:
BaseDelegateExecution
- The
event name in case this execution is passed in for an ExecutionListener
- Specified by:
getEventName in interface BaseDelegateExecution
getCaseBusinessKey
String getCaseBusinessKey()
getCaseDefinitionId
String getCaseDefinitionId()
getParentId
String getParentId()
getActivityId
String getActivityId()
getActivityName
String getActivityName()
getActivityInstanceId
String getActivityInstanceId()
getParentActivityInstanceId
String getParentActivityInstanceId()
isAvailable
boolean isAvailable()
isEnabled
boolean isEnabled()
isDisabled
boolean isDisabled()
isActive
boolean isActive()
isSuspended
boolean isSuspended()
isTerminated
boolean isTerminated()
isCompleted
boolean isCompleted()
isFailed
boolean isFailed()
isClosed
boolean isClosed()
Copyright © 2014 camunda services GmbH. All Rights Reserved.