|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jbpm.pvm.internal.type.Variable
org.jbpm.pvm.internal.type.variable.UnpersistableVariable
public class UnpersistableVariable
uses the cache in variable instance to store any object without persisting it.
| Field Summary |
|---|
| Fields inherited from class org.jbpm.pvm.internal.type.Variable |
|---|
converter, dbid, dbversion, execution, isHistoryEnabled, key, task, textValue |
| Constructor Summary | |
|---|---|
UnpersistableVariable()
|
|
| Method Summary | |
|---|---|
protected java.lang.Object |
getObject()
is the value, stored by this variable instance. |
boolean |
isStorable(java.lang.Object value)
is true if this variable-instance supports the given value, false otherwise. |
protected void |
setObject(java.lang.Object value)
stores the value in this variable instance. |
| Methods inherited from class org.jbpm.pvm.internal.type.Variable |
|---|
getConverter, getDbid, getExecution, getKey, getProcessInstance, getTask, getTextValue, getType, getValue, isHistoryEnabled, setConverter, setDbid, setExecution, setHistoryEnabled, setKey, setTask, setValue, supports, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public UnpersistableVariable()
| Method Detail |
|---|
protected java.lang.Object getObject()
Variable
getObject in class Variablepublic boolean isStorable(java.lang.Object value)
Variable
isStorable in class Variableprotected void setObject(java.lang.Object value)
Variable
setObject in class Variable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||