Uses of Class
com.arsdigita.workflow.simple.Task

Packages that use Task
com.arsdigita.workflow.simple A tool framework for establishing collaboration among all the specialized members of a production staff. 
 

Uses of Task in com.arsdigita.workflow.simple
 

Subclasses of Task in com.arsdigita.workflow.simple
 class UserTask
          Aser task that is associated with an interface for performing some manual operation.
 class Workflow
          Represents a process instance that is assigned to a particular process that is associated with some object.
 class WorkflowTemplate
           
 

Methods in com.arsdigita.workflow.simple that return Task
 Task TaskComment.getTask()
           
 Task TaskCollection.getTask()
          Wrapper to getDomainObject() that casts the returned domain object as a task.
 Task ProcessDefEvent.getTaskDefinition()
           
 

Methods in com.arsdigita.workflow.simple with parameters of type Task
 void WorkflowTemplate.addTask(Task task)
          Adds a task to this process.
 void TaskCollection.childrenOf(Task parent)
           
 void Workflow.addTask(Task task)
          Adds a task to this process.
 void Workflow.removeTask(Task task)
          Deletes a task.
 void Workflow.removeTask(Task task, Iterator dependentList)
          Removes a task from the underlying workflow process definition.
 boolean Task.addDependency(Task task)
          Adds a dependency to this task.
 void Task.removeDependency(Task task)
          Removes a dependency from this task.
 boolean Task.isDependency(Task task)
          Checks whether this task depends directly on another task.
protected  void Task.copyAttributes(Task task)
          Exports the attributes of this domain object.
 void Task.addFinishedListener(Task task)
          Adds a task as a listener to this task.
 void Task.removeFinishedListener(Task task)
          Removes a task from the list of listeners.
 void Task.notifyFinished(Task senderTask)
          Notifies finished listeners.
 

Constructors in com.arsdigita.workflow.simple with parameters of type Task
TaskEvent(Task task)
          The constructor for a task event should include additional contextual information, possibly the request object.
ProcessDefEvent(String action, Task src_object, Object data)
           
 



Copyright (c) 2004 Red Hat, Inc. Corporation. All Rights Reserved. Generated at July 20 2004:2337 UTC