Uses of Interface
com.collation.platform.model.workflow.Task

Packages that use Task
com.collation.platform.model.workflow   
 

Uses of Task in com.collation.platform.model.workflow
 

Subinterfaces of Task in com.collation.platform.model.workflow
 interface ParamTask
          Definition of a workflow task
 interface SystemTask
          Definition of a workflow task
 interface UserTask
          Definition of a workflow task
 

Methods in com.collation.platform.model.workflow that return Task
 Task TaskData.getParent()
           
 Task[] Workflow.getTasks()
           
 

Methods in com.collation.platform.model.workflow with parameters of type Task
 void TaskData.setParent(Task parent)
           
 void Workflow.setTasks(Task[] tasks)