org.apache.ode.bpel.rtrep.v2
Class ORepeatUntil

java.lang.Object
  extended by org.apache.ode.bpel.rtrep.v2.OBase
      extended by org.apache.ode.bpel.rtrep.v2.OAgent
          extended by org.apache.ode.bpel.rtrep.v2.OActivity
              extended by org.apache.ode.bpel.rtrep.v2.ORepeatUntil
All Implemented Interfaces:
java.io.Serializable, ActivityModel

public class ORepeatUntil
extends OActivity

Compiled representation of a <repeatUntil> activity.

See Also:
Serialized Form

Field Summary
 OActivity activity
           
 OExpression untilCondition
          The repeat until condition.
 
Fields inherited from class org.apache.ode.bpel.rtrep.v2.OActivity
failureHandling, joinCondition, name, sourceLinks, suppressJoinFailure, targetLinks
 
Fields inherited from class org.apache.ode.bpel.rtrep.v2.OAgent
incomingLinks, nested, outgoingLinks, variableRd, variableWr
 
Fields inherited from class org.apache.ode.bpel.rtrep.v2.OBase
debugInfo
 
Constructor Summary
ORepeatUntil(OProcess owner, OActivity parent)
           
 
Method Summary
 
Methods inherited from class org.apache.ode.bpel.rtrep.v2.OActivity
getFailureHandling, getParent, getType, setFailureHandling, toString
 
Methods inherited from class org.apache.ode.bpel.rtrep.v2.OBase
equals, getExtensibilityElements, getId, getOwner, hashCode
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

untilCondition

public OExpression untilCondition
The repeat until condition.


activity

public OActivity activity
Constructor Detail

ORepeatUntil

public ORepeatUntil(OProcess owner,
                    OActivity parent)