Uses of Class
org.jbpm.context.exe.VariableInstance

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
 

Methods in org.jbpm.context.exe that return VariableInstance
static VariableInstance VariableInstance.create(Token token, String name, Object value)
           
static VariableInstance VariableInstance.createVariableInstance(Object value)
           
 VariableInstance VariableContainer.getVariableInstance(String name)
           
 VariableInstance ContextInstance.getVariableInstance(String name, Token token)
           
 VariableInstance JbpmType.newVariableInstance()
           
 

Methods in org.jbpm.context.exe with parameters of type VariableInstance
 void VariableContainer.addVariableInstance(VariableInstance variableInstance)
           
 void TokenVariableMap.addVariableInstance(VariableInstance variableInstance)
           
 

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, Date oldValue, Date newValue)
           
DoubleUpdateLog(VariableInstance variableInstance, Double oldValue, Double newValue)
           
HibernateLongUpdateLog(VariableInstance variableInstance, Object oldValue, Object newValue)
           
HibernateStringUpdateLog(VariableInstance variableInstance, Object oldValue, Object newValue)
           
LongUpdateLog(VariableInstance variableInstance, Long oldValue, Long newValue)
           
StringUpdateLog(VariableInstance variableInstance, String oldValue, String newValue)
           
 



Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.