|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface HistoricVariableUpdate
Update of a process variable. This is only available if history level is configured to FULL.
Method Summary | |
---|---|
String |
getErrorMessage()
If the variable value could not be loaded, this returns the error message. |
int |
getRevision()
|
TypedValue |
getTypedValue()
|
String |
getTypeName()
Returns the type name of the variable |
Object |
getValue()
|
String |
getVariableInstanceId()
Returns the id of the corresponding variable instance. |
String |
getVariableName()
|
String |
getVariableTypeName()
Deprecated. since 7.2. Use getTypeName() |
Methods inherited from interface org.camunda.bpm.engine.history.HistoricDetail |
---|
getActivityInstanceId, getCaseExecutionId, getCaseInstanceId, getExecutionId, getId, getProcessInstanceId, getTaskId, getTime |
Method Detail |
---|
String getVariableName()
String getVariableInstanceId()
String getTypeName()
@Deprecated String getVariableTypeName()
getTypeName()
Object getValue()
TypedValue getTypedValue()
TypedValue
for this variable updateint getRevision()
String getErrorMessage()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |