Uses of Package
org.jbpm.context.exe

Packages that use org.jbpm.context.exe
org.jbpm.command   
org.jbpm.context.exe contains ContextInstance, the central interface class for working with process variables. 
org.jbpm.context.exe.converter implementations of Converter. 
org.jbpm.context.exe.matcher   
org.jbpm.context.exe.variableinstance implementations of VariableInstance. 
org.jbpm.context.log process variable logs. 
org.jbpm.context.log.variableinstance variable instance update logs. 
org.jbpm.db.hibernate   
org.jbpm.graph.exe contains the runtime structures for process executions. 
org.jbpm.instantiation is for instantiating delegation classes and making them persistable with class Delegation. 
org.jbpm.taskmgmt.def   
org.jbpm.taskmgmt.exe   
 

Classes in org.jbpm.context.exe used by org.jbpm.command
VariableContainer
           
 

Classes in org.jbpm.context.exe used by org.jbpm.context.exe
ContextInstance
          Maintains all the key-variable pairs for a process instance.
Converter
          converts plain objects to objects that are persistable via a subclass of VariableInstance.
JbpmType
          specifies for one java-type how jbpm is able to persist objects of that type in the database.
JbpmTypeMatcher
           
TokenVariableMap
          is a jbpm-internal map of variableInstances related to one Token.
VariableContainer
           
VariableInstance
          is a jbpm-internal class that serves as a base class for classes that store variable values in the database.
 

Classes in org.jbpm.context.exe used by org.jbpm.context.exe.converter
ContextConverter
           
Converter
          converts plain objects to objects that are persistable via a subclass of VariableInstance.
 

Classes in org.jbpm.context.exe used by org.jbpm.context.exe.matcher
JbpmTypeMatcher
           
 

Classes in org.jbpm.context.exe used by org.jbpm.context.exe.variableinstance
VariableInstance
          is a jbpm-internal class that serves as a base class for classes that store variable values in the database.
 

Classes in org.jbpm.context.exe used by org.jbpm.context.log
VariableInstance
          is a jbpm-internal class that serves as a base class for classes that store variable values in the database.
 

Classes in org.jbpm.context.exe used by org.jbpm.context.log.variableinstance
VariableInstance
          is a jbpm-internal class that serves as a base class for classes that store variable values in the database.
 

Classes in org.jbpm.context.exe used by org.jbpm.db.hibernate
Converter
          converts plain objects to objects that are persistable via a subclass of VariableInstance.
 

Classes in org.jbpm.context.exe used by org.jbpm.graph.exe
ContextInstance
          Maintains all the key-variable pairs for a process instance.
 

Classes in org.jbpm.context.exe used by org.jbpm.instantiation
ContextInstance
          Maintains all the key-variable pairs for a process instance.
 

Classes in org.jbpm.context.exe used by org.jbpm.taskmgmt.def
ContextInstance
          Maintains all the key-variable pairs for a process instance.
 

Classes in org.jbpm.context.exe used by org.jbpm.taskmgmt.exe
VariableContainer
           
 



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