|
||||||||||
| 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 |
getId()
|
String |
getProcessInstanceId()
The process instance reference. |
String |
getVariableName()
Deprecated. |
String |
getVariableTypeName()
Deprecated. |
| Methods inherited from interface org.camunda.bpm.engine.delegate.PersistentVariableInstance |
|---|
getErrorMessage, getSerializedValue, getTypeName, getValueTypeName, storesCustomObjects |
| Methods inherited from interface org.camunda.bpm.engine.delegate.CoreVariableInstance |
|---|
getName, getValue |
| Method Detail |
|---|
String getId()
@Deprecated String getVariableName()
this variable instance.
Deprecated since 7.2: use CoreVariableInstance.getName() instead.
@Deprecated String getVariableTypeName()
Returns the name of the type of this variable instance
Deprecated since 7.2: use PersistentVariableInstance.getTypeName() instead.
String getProcessInstanceId()
@Deprecated String getActivtyInstanceId()
String getActivityInstanceId()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||