|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface HistoricVariableInstance
A single process variable containing the last value when its process instance has finished. It is only available when HISTORY_LEVEL is set >= VARIABLE
Method Summary | |
---|---|
String |
getActivityInstanceId()
Returns the corresponding activity instance id. |
String |
getActivtyInstanceId()
Deprecated. |
String |
getCaseExecutionId()
Return the corresponding case execution id. |
String |
getCaseInstanceId()
The case instance reference. |
String |
getErrorMessage()
If the variable value could not be loaded, this returns the error message. |
String |
getId()
|
String |
getName()
Returns the name of this variable instance. |
String |
getProcessInstanceId()
The process instance reference. |
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. |
String |
getVariableName()
Deprecated. |
String |
getVariableTypeName()
Deprecated. |
Method Detail |
---|
String getId()
String getName()
String getTypeName()
Object getValue()
TypedValue getTypedValue()
TypedValue
of this variable instance.
@Deprecated String getVariableName()
Deprecated since 7.2: use getName()
instead.
@Deprecated String getVariableTypeName()
Returns the name of the type of this variable instance
Deprecated since 7.2: use getTypeName()
instead.
String getProcessInstanceId()
@Deprecated String getActivtyInstanceId()
String getActivityInstanceId()
String getCaseInstanceId()
String getCaseExecutionId()
String getErrorMessage()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |