|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.camunda.bpm.engine.impl.variable.listener.DelegateCaseVariableInstanceImpl
public class DelegateCaseVariableInstanceImpl
| Field Summary | |
|---|---|
protected String |
activityInstanceId
|
protected String |
caseExecutionId
|
protected String |
caseInstanceId
|
protected String |
errorMessage
|
protected String |
eventName
|
protected String |
executionId
|
protected String |
name
|
protected String |
processInstanceId
|
protected DelegateCaseExecution |
scopeExecution
|
protected DelegateCaseExecution |
sourceExecution
|
protected String |
taskId
|
protected TypedValue |
value
|
protected String |
variableId
|
| Constructor Summary | |
|---|---|
DelegateCaseVariableInstanceImpl()
|
|
| Method Summary | |
|---|---|
static DelegateCaseVariableInstanceImpl |
fromVariableInstance(VariableInstance variableInstance)
|
String |
getActivityInstanceId()
Returns the corresponding activity instance id. |
String |
getCaseExecutionId()
Returns the corresponding case execution id. |
String |
getCaseInstanceId()
Returns the corresponding case instance id. |
String |
getErrorMessage()
If the variable value could not be loaded, this returns the error message. |
String |
getEventName()
The event name, which caused the listener to be notified. |
String |
getExecutionId()
Returns the corresponding execution id. |
String |
getId()
|
String |
getName()
Returns the name of this variable instance. |
ProcessEngineServices |
getProcessEngineServices()
Returns the ProcessEngineServices providing access to the
public API of the process engine. |
String |
getProcessInstanceId()
Returns the corresponding process instance id. |
DelegateCaseExecution |
getScopeExecution()
Currently not part of public interface. |
DelegateCaseExecution |
getSourceExecution()
The case execution in which context the variable was created/updated/deleted. |
String |
getTaskId()
Returns the corresponding task id. |
TypedValue |
getTypedValue()
Returns the TypedValue of this variable instance. |
String |
getTypeName()
Returns the name of the type of this variable instance |
Object |
getValue()
Returns the value of this variable instance. |
void |
setEventName(String eventName)
|
void |
setScopeExecution(DelegateCaseExecution scopeExecution)
|
void |
setSourceExecution(DelegateCaseExecution sourceExecution)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String eventName
protected DelegateCaseExecution sourceExecution
protected DelegateCaseExecution scopeExecution
protected String variableId
protected String processInstanceId
protected String executionId
protected String caseInstanceId
protected String caseExecutionId
protected String taskId
protected String activityInstanceId
protected String errorMessage
protected String name
protected TypedValue value
| Constructor Detail |
|---|
public DelegateCaseVariableInstanceImpl()
| Method Detail |
|---|
public String getEventName()
DelegateCaseVariableInstanceCaseVariableListener.
getEventName in interface DelegateCaseVariableInstancegetEventName in interface DelegateVariableInstance<DelegateCaseExecution>public void setEventName(String eventName)
public DelegateCaseExecution getSourceExecution()
DelegateCaseVariableInstance
getSourceExecution in interface DelegateCaseVariableInstancegetSourceExecution in interface DelegateVariableInstance<DelegateCaseExecution>public void setSourceExecution(DelegateCaseExecution sourceExecution)
public DelegateCaseExecution getScopeExecution()
public void setScopeExecution(DelegateCaseExecution scopeExecution)
public String getId()
getId in interface VariableInstancepublic String getProcessInstanceId()
VariableInstance
getProcessInstanceId in interface VariableInstancepublic String getExecutionId()
VariableInstance
getExecutionId in interface VariableInstancepublic String getCaseInstanceId()
VariableInstance
getCaseInstanceId in interface VariableInstancepublic String getCaseExecutionId()
VariableInstance
getCaseExecutionId in interface VariableInstancepublic String getTaskId()
VariableInstance
getTaskId in interface VariableInstancepublic String getActivityInstanceId()
VariableInstance
getActivityInstanceId in interface VariableInstancepublic String getErrorMessage()
VariableInstance
getErrorMessage in interface VariableInstancepublic String getTypeName()
VariableInstance
getTypeName in interface VariableInstancepublic String getName()
VariableInstance
getName in interface VariableInstancepublic Object getValue()
VariableInstance
getValue in interface VariableInstancepublic TypedValue getTypedValue()
VariableInstance
getTypedValue in interface VariableInstancepublic ProcessEngineServices getProcessEngineServices()
ProcessEngineServicesAwareProcessEngineServices providing access to the
public API of the process engine.
getProcessEngineServices in interface ProcessEngineServicesAwareProcessEngineServices.public static DelegateCaseVariableInstanceImpl fromVariableInstance(VariableInstance variableInstance)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||