org.jbpm.taskmgmt.def
Class TaskController
java.lang.Object
org.jbpm.taskmgmt.def.TaskController
- All Implemented Interfaces:
- Serializable
public class TaskController
- extends Object
- implements Serializable
is a controller for one task. this object either delegates to a custom
TaskControllerHandler or it is configured with
VariableAccesss to perform the default behaviour of the
controller functionality for a task.
- See Also:
- Serialized Form
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(Object o)
- Overrides:
equals in class Object
getVariableAccesses
public List getVariableAccesses()
getTaskControllerDelegation
public Delegation getTaskControllerDelegation()
setTaskControllerDelegation
public void setTaskControllerDelegation(Delegation taskControllerDelegation)
getId
public long getId()
setVariableAccesses
public void setVariableAccesses(List variableAccesses)
Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.