|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.camunda.bpm.engine.impl.core.variable.PseudoPersistentVariableInstance
public class PseudoPersistentVariableInstance
| Field Summary | |
|---|---|
protected String |
name
|
protected Object |
value
|
| Constructor Summary | |
|---|---|
PseudoPersistentVariableInstance(String name,
Object value)
|
|
| Method Summary | |
|---|---|
String |
getErrorMessage()
If the variable value could not be loaded, this returns the error message. |
String |
getName()
Returns the name of this variable instance. |
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. |
Object |
getValue()
Returns the value of this variable instance. |
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 class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String name
protected Object value
| Constructor Detail |
|---|
public PseudoPersistentVariableInstance(String name,
Object value)
| Method Detail |
|---|
public String getName()
CoreVariableInstancethis variable instance.
getName in interface CoreVariableInstancepublic Object getValue()
CoreVariableInstancethis variable instance.
getValue in interface CoreVariableInstancepublic String getErrorMessage()
PersistentVariableInstance
getErrorMessage in interface PersistentVariableInstancepublic SerializedVariableValue getSerializedValue()
PersistentVariableInstanceSerializedVariableValue.
getSerializedValue in interface PersistentVariableInstancepublic String getTypeName()
PersistentVariableInstancethis variable instance;
corresponds to the types defined in ProcessEngineVariableType.
getTypeName in interface PersistentVariableInstancepublic String getValueTypeName()
PersistentVariableInstance
getValueTypeName in interface PersistentVariableInstancepublic boolean storesCustomObjects()
PersistentVariableInstanceProcessEngineVariableType).
storesCustomObjects in interface PersistentVariableInstance
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||