|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.obe.util.AbstractBean org.obe.xpdl.model.transition.Join
A Join represents a location in a workflow process where two or more workflow threads join together. There are two types of joins: AND and XOR joins. AND joins require that all incoming threads complete before execution of the workflow continues. XOR joins only require one incoming thread to complete before continuing execution.
Constructor Summary | |
Join()
Constructs a new join. |
Method Summary | |
JoinType |
getType()
Get the join type. |
void |
setType(JoinType type)
Set the join type. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public Join()
Method Detail |
public JoinType getType()
public void setType(JoinType type)
type
- The new join typepublic java.lang.String toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |