Package org.jbpm.context.exe

contains ContextInstance, the central interface class for working with process variables.

See:
          Description

Interface Summary
Converter converts plain objects to objects that are persistable via a subclass of VariableInstance.
JbpmTypeMatcher  
 

Class Summary
ContextInstance maintains all the key-variable pairs for a process instance.
JbpmType specifies how jbpm can persist objects of a given type in the database.
TokenVariableMap is a jbpm-internal map of variableInstances related to one Token.
VariableContainer  
VariableInstance base for classes that store variable values in the database.
 

Package org.jbpm.context.exe Description

contains ContextInstance, the central interface class for working with process variables. ContextInstance is the class to be used for working with variables. ContextInstance is to be used both from client code outside the scope of a process as well as from inside delegation classes that are executed inside the process.



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