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

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

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

Subinterfaces of TaskRuntime in com.collation.platform.model.workflow
 interface ParamTaskRuntime
           
 interface SystemTaskRuntime
           
 interface UserTaskRuntime
           
 

Methods in com.collation.platform.model.workflow that return TaskRuntime
 TaskRuntime[] TaskRuntime.getNextTasks()
           
 TaskRuntime TaskRuntimeData.getParent()
           
 TaskRuntime[] WorkflowRuntime.getStartTasks()
           
 TaskRuntime[] WorkflowRuntime.getTasks()
           
 TaskRuntime[] TaskRuntime.getWaitForTasks()
           
 

Methods in com.collation.platform.model.workflow with parameters of type TaskRuntime
 void TaskRuntime.setNextTasks(TaskRuntime[] tasks)
           
 void TaskRuntimeData.setParent(TaskRuntime parent)
           
 void WorkflowRuntime.setStartTasks(TaskRuntime[] tasks)
           
 void WorkflowRuntime.setTasks(TaskRuntime[] tasks)
           
 void TaskRuntime.setWaitForTasks(TaskRuntime[] tasks)