public interface VariableInstanceLog
Modifier and Type | Method and Description |
---|---|
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
|
Long getProcessInstanceId()
String getProcessId()
String getVariableInstanceId()
String getVariableId()
String getValue()
String getOldValue()
Date getDate()
String getExternalId()
Copyright © 2001–2015 JBoss by Red Hat. All rights reserved.