org.camunda.bpm.engine.delegate
Interface BaseDelegateExecution

All Superinterfaces:
VariableScope
All Known Subinterfaces:
ActivityExecution, CmmnActivityExecution, CmmnCaseInstance, DelegateCaseExecution, DelegateExecution
All Known Implementing Classes:
CaseExecutionEntity, CaseExecutionImpl, CmmnExecution, CoreExecution, ExecutionEntity, ExecutionImpl, PvmExecutionImpl

public interface BaseDelegateExecution
extends VariableScope

Author:
Daniel Meyer, Roman Smirnov, Sebastian Menski

Method Summary
 String getBusinessKey()
          The business key for this execution.
 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.
 
Methods inherited from interface org.camunda.bpm.engine.delegate.VariableScope
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
 

Method Detail

getId

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.


getEventName

String getEventName()
The event name in case this execution is passed in for an ExecutionListener


getBusinessKey

String getBusinessKey()
The business key for this execution. Only returns a value if the delegate execution is a a root execution (such as a process instance).



Copyright © 2015 camunda services GmbH. All rights reserved.