|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use VariableInstance | |
|---|---|
| org.jbpm.context.exe | contains ContextInstance, the
central interface class for working with process variables. |
| org.jbpm.context.exe.variableinstance | implementations of VariableInstance. |
| org.jbpm.context.log | process variable logs. |
| org.jbpm.context.log.variableinstance | variable instance update logs. |
| Uses of VariableInstance in org.jbpm.context.exe |
|---|
| Fields in org.jbpm.context.exe with type parameters of type VariableInstance | |
|---|---|
protected java.util.Map<java.lang.String,VariableInstance> |
VariableContainer.variableInstances
|
| Methods in org.jbpm.context.exe that return VariableInstance | |
|---|---|
static VariableInstance |
VariableInstance.create(Token token,
java.lang.String name,
java.lang.Object value)
|
static VariableInstance |
VariableInstance.createVariableInstance(java.lang.Object value)
|
VariableInstance |
VariableContainer.getVariableInstance(java.lang.String name)
|
VariableInstance |
ContextInstance.getVariableInstance(java.lang.String name,
Token token)
|
VariableInstance |
JbpmType.newVariableInstance()
|
| Methods in org.jbpm.context.exe that return types with arguments of type VariableInstance | |
|---|---|
java.util.Map<java.lang.String,VariableInstance> |
TokenVariableMap.getVariableInstances()
|
java.util.Map<java.lang.String,VariableInstance> |
VariableContainer.getVariableInstances()
|
| Methods in org.jbpm.context.exe with parameters of type VariableInstance | |
|---|---|
void |
TokenVariableMap.addVariableInstance(VariableInstance variableInstance)
|
void |
VariableContainer.addVariableInstance(VariableInstance variableInstance)
|
| Constructor parameters in org.jbpm.context.exe with type arguments of type VariableInstance | |
|---|---|
JbpmType(JbpmTypeMatcher jbpmTypeMatcher,
Converter converter,
java.lang.Class<? extends VariableInstance> variableInstanceClass)
|
|
| Uses of VariableInstance in org.jbpm.context.exe.variableinstance |
|---|
| Subclasses of VariableInstance in org.jbpm.context.exe.variableinstance | |
|---|---|
class |
ByteArrayInstance
|
class |
DateInstance
|
class |
DoubleInstance
|
class |
Ejb3Instance
|
class |
HibernateLongInstance
|
class |
HibernateStringInstance
|
class |
JcrNodeInstance
|
class |
LongInstance
|
class |
NullInstance
|
class |
StringInstance
|
class |
UnpersistableInstance
uses the cache in variable instance to store any object without persisting it. |
| Uses of VariableInstance in org.jbpm.context.log |
|---|
| Fields in org.jbpm.context.log declared as VariableInstance | |
|---|---|
protected VariableInstance |
VariableLog.variableInstance
|
| Methods in org.jbpm.context.log that return VariableInstance | |
|---|---|
VariableInstance |
VariableLog.getVariableInstance()
|
| Constructors in org.jbpm.context.log with parameters of type VariableInstance | |
|---|---|
VariableCreateLog(VariableInstance variableInstance)
|
|
VariableDeleteLog(VariableInstance variableInstance)
|
|
VariableLog(VariableInstance variableInstance)
|
|
VariableUpdateLog(VariableInstance variableInstance)
|
|
| Uses of VariableInstance in org.jbpm.context.log.variableinstance |
|---|
| Constructors in org.jbpm.context.log.variableinstance with parameters of type VariableInstance | |
|---|---|
ByteArrayUpdateLog(VariableInstance variableInstance,
ByteArray oldValue,
ByteArray newValue)
|
|
DateUpdateLog(VariableInstance variableInstance,
java.util.Date oldValue,
java.util.Date newValue)
|
|
DoubleUpdateLog(VariableInstance variableInstance,
java.lang.Double oldValue,
java.lang.Double newValue)
|
|
HibernateLongUpdateLog(VariableInstance variableInstance,
java.lang.Object oldValue,
java.lang.Object newValue)
|
|
HibernateStringUpdateLog(VariableInstance variableInstance,
java.lang.Object oldValue,
java.lang.Object newValue)
|
|
LongUpdateLog(VariableInstance variableInstance,
java.lang.Long oldValue,
java.lang.Long newValue)
|
|
StringUpdateLog(VariableInstance variableInstance,
java.lang.String oldValue,
java.lang.String newValue)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||