Uses of Package
org.jbpm.context.exe

Packages that use org.jbpm.context.exe
org.jbpm.command commands that can be used as an alternative to the try-finally blocks in the user code. 
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 matcher implementations: matchers are used for dynamic determination of the persistent type of 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. 
org.jbpm.db.hibernate various helper classes and directly related to the hibernate persistence. 
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 process definition extensions for task management related information. 
org.jbpm.taskmgmt.exe extensions of runtime process instance data structure for tasks. 
 

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.
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
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 © 2010 JBoss Community. All Rights Reserved.