org.apache.ode.bpel.rtrep.v1
Class OForEach.CompletionCondition

java.lang.Object
  extended by org.apache.ode.bpel.rtrep.v1.OBase
      extended by org.apache.ode.bpel.rtrep.v1.OForEach.CompletionCondition
All Implemented Interfaces:
java.io.Serializable, ActivityModel
Enclosing class:
OForEach

public static class OForEach.CompletionCondition
extends OBase

See Also:
Serialized Form

Field Summary
 OExpression branchCount
           
 boolean successfulBranchesOnly
           
 
Fields inherited from class org.apache.ode.bpel.rtrep.v1.OBase
debugInfo
 
Constructor Summary
OForEach.CompletionCondition(OProcess owner)
           
 
Method Summary
 
Methods inherited from class org.apache.ode.bpel.rtrep.v1.OBase
equals, getExtensibilityElements, getId, getOwner, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

successfulBranchesOnly

public boolean successfulBranchesOnly

branchCount

public OExpression branchCount
Constructor Detail

OForEach.CompletionCondition

public OForEach.CompletionCondition(OProcess owner)