|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectuk.org.ogsadai.activity.workflow.CompositeWorkflow
uk.org.ogsadai.activity.workflow.ParallelWorkflow
public class ParallelWorkflow
A composite element that processes its children concurrently using a task processing service.
| Constructor Summary | |
|---|---|
ParallelWorkflow()
Creates a new flow request component with an auto-generated name. |
|
ParallelWorkflow(java.lang.String name)
Creates a new flow request component. |
|
| Method Summary | |
|---|---|
void |
accept(WorkflowVisitor visitor)
Accepts a visitor and calls the appropriate visit method for the concrete class. |
boolean |
allowsChildren()
Indicates whether or not the workflow element allows children. |
java.lang.String |
toString()
|
| Methods inherited from class uk.org.ogsadai.activity.workflow.CompositeWorkflow |
|---|
addChild, getChildren, getInstanceName, removeChild |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ParallelWorkflow()
public ParallelWorkflow(java.lang.String name)
name - instance name for the flow request component| Method Detail |
|---|
public boolean allowsChildren()
Workflow
true if children are allowed, false
otherwise
public void accept(WorkflowVisitor visitor)
throws VisitorException
Workflow
visitor - visitor to accept and all a method on.
VisitorException - if the visitor throws an exception. The recommended pattern is
that the visitor provides a method that takes the
VisitorException and throws exceptions applicable to the
operation being performed by the visitor.public java.lang.String toString()
toString in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||