Package org.camunda.bpm.engine.delegate
Interface DelegateVariableInstance<T extends BaseDelegateExecution>
-
- All Superinterfaces:
ProcessEngineServicesAware
,VariableInstance
- All Known Subinterfaces:
DelegateCaseVariableInstance
- All Known Implementing Classes:
DelegateCaseVariableInstanceImpl
public interface DelegateVariableInstance<T extends BaseDelegateExecution> extends VariableInstance, ProcessEngineServicesAware
- Author:
- Thorben Lindhauer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getEventName()
T
getSourceExecution()
-
Methods inherited from interface org.camunda.bpm.engine.delegate.ProcessEngineServicesAware
getProcessEngine, getProcessEngineServices
-
Methods inherited from interface org.camunda.bpm.engine.runtime.VariableInstance
getActivityInstanceId, getBatchId, getCaseExecutionId, getCaseInstanceId, getErrorMessage, getExecutionId, getId, getName, getProcessDefinitionId, getProcessInstanceId, getTaskId, getTenantId, getTypedValue, getTypeName, getValue
-
-
-
-
Method Detail
-
getEventName
java.lang.String getEventName()
-
getSourceExecution
T getSourceExecution()
-
-