当前页面:
在线文档首页 >
JBoss JBPM 3.1.3 API 英文版文档
TaskController (jbpm-3.1.3) - JBoss JBPM 3.1.3 API 英文版文档
org.jbpm.taskmgmt.def
Class TaskController
java.lang.Object
org.jbpm.taskmgmt.def.TaskController
- All Implemented Interfaces:
- java.io.Serializable
public class TaskController
- extends java.lang.Object
- implements java.io.Serializable
is a controller for one task. this object either delegates to a custom
TaskControllerHandler
or it is configured
with VariableAccess
s to perform the default
behaviour of the controller functionality for a task.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TaskController
public TaskController()
initializeVariables
public void initializeVariables(TaskInstance taskInstance)
- 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).
submitParameters
public void submitParameters(TaskInstance taskInstance)
- update the process variables from the the task-instance variables.
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in class java.lang.Object
getVariableAccesses
public java.util.List getVariableAccesses()
getTaskControllerDelegation
public Delegation getTaskControllerDelegation()
setTaskControllerDelegation
public void setTaskControllerDelegation(Delegation taskControllerDelegation)
getId
public long getId()
setVariableAccesses
public void setVariableAccesses(java.util.List variableAccesses)
Version : jbpm-3.1.3