|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |