| |
|
| java.lang.Object org.jbpm.taskmgmt.def.TaskController
taskControllerDelegation | Delegation taskControllerDelegation(Code) | | allows the user to specify a custom task controller handler. if this is
specified, the other member variableInstances are ignored. so either a
taskControllerDelegation is specified or the variable- and signalMappings
are specified, but not both.
|
variableAccesses | List variableAccesses(Code) | | maps process variable names (java.lang.String) to VariableAccess objects.
|
TaskController | public TaskController()(Code) | | |
getId | public long getId()(Code) | | |
getTaskControllerDelegation | public Delegation getTaskControllerDelegation()(Code) | | |
getVariableAccesses | public List getVariableAccesses()(Code) | | |
initializeVariables | public void initializeVariables(TaskInstance taskInstance)(Code) | | extract the list of information from the process variables and make them available locally.
Note that if no task instance variables are specified, the full process variables scope will be
visible (that means that the user did not specify a special task instance scope).
|
setTaskControllerDelegation | public void setTaskControllerDelegation(Delegation taskControllerDelegation)(Code) | | |
setVariableAccesses | public void setVariableAccesses(List variableAccesses)(Code) | | |
submitParameters | public void submitParameters(TaskInstance taskInstance)(Code) | | update the process variables from the the task-instance variables.
|
|
|
|