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

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.OExtensionActivity
All Implemented Interfaces:
java.io.Serializable, ActivityModel

public class OExtensionActivity
extends OActivity

Compiled representation of the BPEL <extensionActivity> activity.

See Also:
Serialized Form

Field Summary
 java.util.List<OActivity> children
           
 javax.xml.namespace.QName extensionName
           
 SerializableElement nestedElement
           
 
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
OExtensionActivity(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

children

public final java.util.List<OActivity> children

nestedElement

public SerializableElement nestedElement

extensionName

public javax.xml.namespace.QName extensionName
Constructor Detail

OExtensionActivity

public OExtensionActivity(OProcess owner,
                          OActivity parent)