org.jbpm.context.exe |
contains {@link org.jbpm.context.exe.ContextInstance}, the
central interface class for working with process variables.
{@link org.jbpm.context.exe.ContextInstance} is the class to be used for
working with variables. {@link org.jbpm.context.exe.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.
|
Java Source File Name | Type | Comment |
ContextInstance.java | Class | maintains all the key-variable pairs for a process instance. |
Converter.java | Interface | converts plain objects to objects that are
persistable via a subclass of VariableInstance. |
JbpmType.java | Class | specifies for one java-type how jbpm is able to persist objects of that type in the database. |
JbpmTypeMatcher.java | Interface | |
TokenVariableMap.java | Class | is a jbpm-internal map of variableInstances related to one
Token . |
VariableContainer.java | Class | |
VariableInstance.java | Class | is a jbpm-internal class that serves as a base class for classes
that store variable values in the database. |