| java.lang.Object org.jbpm.context.exe.VariableInstance
All known Subclasses: org.jbpm.context.exe.variableinstance.JcrNodeInstance, org.jbpm.context.exe.variableinstance.ByteArrayInstance, org.jbpm.context.exe.variableinstance.HibernateLongInstance, org.jbpm.context.exe.variableinstance.NullInstance, org.jbpm.context.exe.variableinstance.UnpersistableInstance, org.jbpm.context.exe.variableinstance.Ejb3Instance, org.jbpm.context.exe.variableinstance.DateInstance, org.jbpm.context.exe.variableinstance.StringInstance, org.jbpm.context.exe.variableinstance.DoubleInstance, org.jbpm.context.exe.variableinstance.LongInstance, org.jbpm.context.exe.variableinstance.HibernateStringInstance,
VariableInstance | abstract public class VariableInstance implements Serializable(Code) | | is a jbpm-internal class that serves as a base class for classes
that store variable values in the database.
|
isValueCached | protected boolean isValueCached(Code) | | |
VariableInstance | public VariableInstance()(Code) | | |
getObject | abstract protected Object getObject()(Code) | | is the value, stored by this variable instance.
|
isStorable | abstract public boolean isStorable(Object value)(Code) | | is true if this variable-instance supports the given value, false otherwise.
|
removeReferences | public void removeReferences()(Code) | | |
setObject | abstract protected void setObject(Object value)(Code) | | stores the value in this variable instance.
|
|
|