org.apache.ode.bpel.compiler.bom
Class CompositeActivity

java.lang.Object
  extended by org.apache.ode.bpel.compiler.bom.BpelObject
      extended by org.apache.ode.bpel.compiler.bom.JoinFailureSuppressor
          extended by org.apache.ode.bpel.compiler.bom.Activity
              extended by org.apache.ode.bpel.compiler.bom.CompositeActivity
All Implemented Interfaces:
SourceLocation
Direct Known Subclasses:
FlowActivity, ForEachActivity, SequenceActivity

public class CompositeActivity
extends Activity

Base interface for BPEL composite activities <flow> and <sequence>. This interface provides methods for manipulating an ordered list of child activities.


Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.ode.bpel.compiler.bom.JoinFailureSuppressor
JoinFailureSuppressor.SuppressJoinFailure
 
Field Summary
 
Fields inherited from class org.apache.ode.bpel.compiler.bom.JoinFailureSuppressor
__suppressJoinFailure
 
Fields inherited from class org.apache.ode.bpel.compiler.bom.BpelObject
ATTR_LINENO
 
Constructor Summary
CompositeActivity(org.w3c.dom.Element el)
           
 
Method Summary
 java.util.List<Activity> getActivities()
          Get the (ordered) list of child activities.
 
Methods inherited from class org.apache.ode.bpel.compiler.bom.Activity
getJoinCondition, getLinkSources, getLinkTargets, getName
 
Methods inherited from class org.apache.ode.bpel.compiler.bom.JoinFailureSuppressor
getSuppressJoinFailure
 
Methods inherited from class org.apache.ode.bpel.compiler.bom.BpelObject
createBpelObject, getAttribute, getAttribute, getAttribute, getAttribute, getChildren, getChildren, getChildren, getColumnNo, getElement, getExtensibilityElement, getExtensibilityElements, getFirstChild, getFirstChild, getFirstExtensibilityElementElement, getLineNo, getNamespaceContext, getPath, getTextValue, getType, getURI, is11, is20Draft, isAttributeSet, rewriteTargetNS, setURI, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CompositeActivity

public CompositeActivity(org.w3c.dom.Element el)
Method Detail

getActivities

public java.util.List<Activity> getActivities()
Get the (ordered) list of child activities.

Returns:
immutable list of child Activity objects