|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.ode.bpel.o.OBase
org.apache.ode.bpel.o.OAgent
org.apache.ode.bpel.o.OActivity
org.apache.ode.bpel.o.OForEach
public class OForEach
Base model class for forEach activity.
Nested Class Summary | |
---|---|
static class |
OForEach.CompletionCondition
|
Field Summary | |
---|---|
OForEach.CompletionCondition |
completionCondition
|
OScope.Variable |
counterVariable
|
OExpression |
finalCounterValue
|
OScope |
innerScope
|
boolean |
parallel
|
OExpression |
startCounterValue
|
Fields inherited from class org.apache.ode.bpel.o.OActivity |
---|
failureHandling, joinCondition, name, sourceLinks, suppressJoinFailure, targetLinks |
Fields inherited from class org.apache.ode.bpel.o.OAgent |
---|
incomingLinks, nested, outgoingLinks, variableRd, variableWr |
Fields inherited from class org.apache.ode.bpel.o.OBase |
---|
debugInfo |
Constructor Summary | |
---|---|
OForEach(OProcess owner,
OActivity parent)
|
Method Summary | |
---|---|
java.lang.String |
toString()
|
Methods inherited from class org.apache.ode.bpel.o.OActivity |
---|
getFailureHandling, getParent, getType, setFailureHandling |
Methods inherited from class org.apache.ode.bpel.o.OBase |
---|
dehydrate, equals, getId, getOwner, hashCode |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public OScope.Variable counterVariable
public boolean parallel
public OExpression startCounterValue
public OExpression finalCounterValue
public OForEach.CompletionCondition completionCondition
public OScope innerScope
Constructor Detail |
---|
public OForEach(OProcess owner, OActivity parent)
Method Detail |
---|
public java.lang.String toString()
toString
in class OActivity
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |