public interface VariableInstance
VariableInstance
represents a variable in the execution of
a process instance.Modifier and Type | Method and Description |
---|---|
String |
getActivityInstanceId()
Returns the corresponding activity instance id.
|
String |
getErrorMessage()
If the variable value could not be loaded, this returns the error message.
|
String |
getExecutionId()
Returns the corresponding execution id.
|
String |
getId() |
String |
getName()
Returns the name of
this variable instance. |
String |
getProcessInstanceId()
Returns the corresponding process instance id.
|
String |
getTaskId()
Returns the corresponding task id.
|
String |
getTypeName()
Returns the name of the type of
this variable instance |
Object |
getValue()
Returns the value of
this variable instance. |
String getId()
String getName()
this
variable instance.String getTypeName()
this
variable instanceObject getValue()
this
variable instance.String getProcessInstanceId()
String getExecutionId()
String getTaskId()
String getActivityInstanceId()
String getErrorMessage()
Copyright © 2015. All rights reserved.