|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
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. |
Class Summary | |
ContextInstance | maintains all the key-variable pairs for a process instance. |
JbpmType | specifies for one java-type how jbpm is able to persist objects of that type in the database. |
TokenVariableMap | is a jbpm-internal map of variables related to one Token . |
VariableInstance | is a jbpm-internal class that serves as a base class for classes that store variable values in the database. |
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.
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |