Interface VariableInstanceLog
- 
 public interface VariableInstanceLogAudit 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 SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description DategetDate()StringgetExternalId()StringgetOldValue()StringgetProcessId()LonggetProcessInstanceId()StringgetValue()StringgetVariableId()StringgetVariableInstanceId()
 
- 
- 
- 
Method Detail- 
getProcessInstanceIdLong getProcessInstanceId() - Returns:
- process instance identifier
 
 - 
getProcessIdString getProcessId() - Returns:
- process id of the definition
 
 - 
getVariableInstanceIdString getVariableInstanceId() - Returns:
- additional information in case variable is defined on composite node level to be able to distinguish it between top level and embedded level variables
 
 - 
getVariableIdString getVariableId() - Returns:
- identifier of the variable aka variable name
 
 - 
getValueString getValue() - Returns:
- current value of the variable
 
 - 
getOldValueString getOldValue() - Returns:
- previous value of the variable (if any)
 
 - 
getDateDate getDate() - Returns:
- date when the variable was set (to current value)
 
 - 
getExternalIdString getExternalId() - Returns:
- external (optional) identifier associated with this process instance
 
 
- 
 
-