|
KIE API 6.2.0.Final | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface VariableInstanceLog
Audit view of variables that keeps track of all changes of variable identified by given name/id. This means that variable log will contain both current and previous (if exists) value of the variable.
Method Summary | |
---|---|
Date |
getDate()
Date when the variable was set (to current value) |
String |
getExternalId()
External (optional) identifier associated with this process instance |
String |
getOldValue()
Previous value of the variable (if any) |
String |
getProcessId()
Process id of the definition |
Long |
getProcessInstanceId()
Process instance identifier |
String |
getValue()
Current value of the variable |
String |
getVariableId()
Identifier of the variable aka variable name |
String |
getVariableInstanceId()
Additional information in case variable is defined on composite node level to be able to distinguish it between top level and embedded level variables |
Method Detail |
---|
Long getProcessInstanceId()
String getProcessId()
String getVariableInstanceId()
String getVariableId()
String getValue()
String getOldValue()
Date getDate()
String getExternalId()
|
KIE API 6.2.0.Final | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |