public interface VariableDesc
Modifier and Type | Method and Description |
---|---|
Date |
getDataTimeStamp()
Returns the variable data timestamp.
|
String |
getDeploymentId()
Returns the deployment id.
|
String |
getNewValue()
Returns the variable new value.
|
String |
getOldValue()
Returns the variable old value.
|
Long |
getProcessInstanceId()
Returns the process instance id.
|
String |
getVariableId()
Returns the variable id.
|
String |
getVariableInstanceId()
Returns the variable instance id.
|
String getVariableId()
String getVariableInstanceId()
String getOldValue()
String getNewValue()
String getDeploymentId()
Long getProcessInstanceId()
Date getDataTimeStamp()
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.