|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Variable | |
---|---|
org.ow2.bonita.facade.runtime.impl | |
org.ow2.bonita.pvm.internal.model | |
org.ow2.bonita.pvm.internal.type.variable | |
org.ow2.bonita.util |
Uses of Variable in org.ow2.bonita.facade.runtime.impl |
---|
Fields in org.ow2.bonita.facade.runtime.impl declared as Variable | |
---|---|
protected Variable |
VariableUpdateFullImpl.persistableValue
|
Fields in org.ow2.bonita.facade.runtime.impl with type parameters of type Variable | |
---|---|
protected java.util.Map<java.lang.String,Variable> |
ProcessFullInstanceImpl.persistableInitialVariableValues
|
protected java.util.Map<java.lang.String,Variable> |
ActivityFullInstanceImpl.persistableVariablesBeforeReady
|
Methods in org.ow2.bonita.facade.runtime.impl that return types with arguments of type Variable | |
---|---|
java.util.Map<java.lang.String,Variable> |
ActivityFullInstanceImpl.getPersistableVariablesBeforeReady()
|
Uses of Variable in org.ow2.bonita.pvm.internal.model |
---|
Fields in org.ow2.bonita.pvm.internal.model with type parameters of type Variable | |
---|---|
protected java.util.Map<java.lang.String,Variable> |
ExecutionImpl.variables
|
Methods in org.ow2.bonita.pvm.internal.model that return Variable | |
---|---|
Variable |
ExecutionImpl.getVariableObject(java.lang.String key)
|
Uses of Variable in org.ow2.bonita.pvm.internal.type.variable |
---|
Subclasses of Variable in org.ow2.bonita.pvm.internal.type.variable | |
---|---|
class |
BlobVariable
|
class |
ClobVariable
|
class |
DateVariable
|
class |
DoubleVariable
|
class |
HibernateLongVariable
|
class |
HibernateStringVariable
|
class |
LongVariable
|
class |
NullVariable
|
class |
StringVariable
|
class |
UnpersistableVariable
uses the cache in variable instance to store any object without persisting it. |
Uses of Variable in org.ow2.bonita.util |
---|
Methods in org.ow2.bonita.util that return Variable | |
---|---|
static Variable |
FullCopyTool.createVariable(java.lang.String key,
java.lang.Object value)
Copied from the pvm (in VariableMap) TODO: factorize code |
Methods in org.ow2.bonita.util that return types with arguments of type Variable | |
---|---|
static java.util.Map<java.lang.String,Variable> |
FullCopyTool.createVariableMap(java.util.Map<java.lang.String,java.lang.Object> variables)
|
Method parameters in org.ow2.bonita.util with type arguments of type Variable | |
---|---|
static java.util.Map<java.lang.String,java.lang.Object> |
FullCopyTool.getVariableValues(java.util.Map<java.lang.String,Variable> variableMap)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |