Uses of Class
com.arsdigita.bebop.demo.workflow.Task

Packages that use Task
com.arsdigita.bebop.demo.workflow Example A set of classes to demonstrate how to use Bebop components in a control flow i.e., how Bebop components hand off control to one another. 
 

Uses of Task in com.arsdigita.bebop.demo.workflow
 

Methods in com.arsdigita.bebop.demo.workflow that return Task
static Task SampleProcesses.getTask(String key)
           
 Task Process.getTask(int i)
           
 Task Process.getTask(String key)
           
 Task Task.getDependency(String key)
           
 

Methods in com.arsdigita.bebop.demo.workflow with parameters of type Task
 void Process.addTask(Task t)
           
 void Process.addTask(Task t, boolean chain)
           
 void Task.addDependency(Task t)
           
 void Task.removeDependency(Task t)
           
 



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