|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use VariableContainer | |
|---|---|
| org.jbpm.command | |
| org.jbpm.context.exe | contains ContextInstance, the
central interface class for working with process variables. |
| org.jbpm.taskmgmt.exe | |
| 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. |
| Fields in org.jbpm.context.exe with type parameters of type VariableContainer | |
|---|---|
protected java.util.List<VariableContainer> |
ContextInstance.updatedVariableContainers
|
| Methods in org.jbpm.context.exe that return VariableContainer | |
|---|---|
protected VariableContainer |
TokenVariableMap.getParentVariableContainer()
|
protected abstract VariableContainer |
VariableContainer.getParentVariableContainer()
|
| Methods in org.jbpm.context.exe that return types with arguments of type VariableContainer | |
|---|---|
static java.util.Collection<VariableContainer> |
VariableContainer.getUpdatedVariableContainers(ProcessInstance processInstance)
|
| 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 someones task list) and that can trigger the coninuation 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 | |||||||||