|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use VariableContainer | |
|---|---|
| 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.taskmgmt.exe | extensions of runtime process instance data structure for tasks. |
| Uses of VariableContainer in org.jbpm.command |
|---|
| Methods in org.jbpm.command that return VariableContainer | |
|---|---|
protected VariableContainer |
VariablesCommand.getVariableContainer(JbpmContext jbpmContext)
|
protected VariableContainer |
VariablesCommand.getVariableContainer(Token token)
|
| Uses of VariableContainer in org.jbpm.context.exe |
|---|
| Subclasses of VariableContainer in org.jbpm.context.exe | |
|---|---|
class |
TokenVariableMap
is a jbpm-internal map of variableInstances related to one Token. |
| Methods in org.jbpm.context.exe that return VariableContainer | |
|---|---|
protected abstract VariableContainer |
VariableContainer.getParentVariableContainer()
|
protected VariableContainer |
TokenVariableMap.getParentVariableContainer()
|
| Uses of VariableContainer in org.jbpm.taskmgmt.exe |
|---|
| Subclasses of VariableContainer in org.jbpm.taskmgmt.exe | |
|---|---|
class |
TaskInstance
is one task instance that can be assigned to an actor (read: put in someone's task list) and that can trigger the continuation of execution of the token upon completion. |
| Methods in org.jbpm.taskmgmt.exe that return VariableContainer | |
|---|---|
protected VariableContainer |
TaskInstance.getParentVariableContainer()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||