|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PersistentVariableInstance
| Method Summary | |
|---|---|
String |
getErrorMessage()
If the variable value could not be loaded, this returns the error message. |
SerializedVariableValue |
getSerializedValue()
Returns the value of this variable in its serialized form, represented by a SerializedVariableValue. |
String |
getTypeName()
Returns the name of the type of this variable instance;
corresponds to the types defined in ProcessEngineVariableType. |
String |
getValueTypeName()
Returns the simple name of the class of the persisted variable |
boolean |
storesCustomObjects()
Returns whether this variable potentially stores a custom java object (i.e. |
| Methods inherited from interface org.camunda.bpm.engine.delegate.CoreVariableInstance |
|---|
getName, getValue |
| Method Detail |
|---|
String getErrorMessage()
SerializedVariableValue getSerializedValue()
SerializedVariableValue.
String getTypeName()
this variable instance;
corresponds to the types defined in ProcessEngineVariableType.
String getValueTypeName()
boolean storesCustomObjects()
ProcessEngineVariableType).
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||