|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object bexee.model.AbstractBPELElementVisitor bexee.model.AtomicActivityVisitor bexee.model.FindCreateReceivesVisitor
This implementation of a BPELElementVisitor allows finding all Receive activities in a BPEL process with "createInstance=yes" attribute, i.e. all Receives which can cause the creation of a process instance.
Constructor Summary | |
FindCreateReceivesVisitor()
Create a FindCreateReceivesVisitor instance. |
Method Summary | |
java.util.List |
getCreationReceives()
Return a list of all Receives in a process which may cause the creation of a process instance. |
void |
visit(Receive receive)
It only is necessary to traverse all Receive activities in
order to discover all Receives which might initiate process instance
creation. |
Methods inherited from class bexee.model.AtomicActivityVisitor |
visit, visit, visit, visit |
Methods inherited from class bexee.model.AbstractBPELElementVisitor |
visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public FindCreateReceivesVisitor()
Method Detail |
public java.util.List getCreationReceives()
public void visit(Receive receive)
Receive
activities in
order to discover all Receives which might initiate process instance
creation.
visit
in interface BPELElementVisitor
visit
in class AbstractBPELElementVisitor
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |