public class ExtensionActivity extends CompositeActivity implements ExtensibleElement
<extensionActivity> activity. The
<extensionActivity> activity contains a nested DOM element that
represents the actual extension element. According to the BPEL 2.0 PR1 specification,
the standards elements and standards attributes are not located in the extensionActivity
element but in the nested element. Therefore the convenient access methods for standards
attributes/elements are overridden to refer to the nested elements.JoinFailureSuppressor.SuppressJoinFailure__suppressJoinFailureATTR_LINENO| Constructor and Description |
|---|
ExtensionActivity(org.w3c.dom.Element el) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Activity> |
getActivities()
Get the (ordered) list of child activities.
|
Expression |
getJoinCondition()
Get the join condition.
|
java.util.List<LinkSource> |
getLinkSources()
Get the
LinkSources for this activity. |
java.util.List<LinkTarget> |
getLinkTargets()
Get the
LinkTargets for this activity. |
java.lang.String |
getName() |
org.w3c.dom.Element |
getNestedElement() |
JoinFailureSuppressor.SuppressJoinFailure |
getSuppressJoinFailure()
Get the suppress join failure flag.
|
createBpelObject, getAttribute, getAttribute, getAttribute, getAttribute, getChildren, getChildren, getChildren, getColumnNo, getElement, getExtensibilityElement, getExtensibilityElements, getFirstChild, getFirstChild, getFirstExtensibilityElement, getLineNo, getNamespaceContext, getPath, getTextValue, getType, getURI, is11, is20Draft, isAttributeSet, rewriteTargetNS, setURI, toStringpublic Expression getJoinCondition()
ActivitygetJoinCondition in class Activitypublic java.util.List<LinkSource> getLinkSources()
ActivityLinkSources for this activity.getLinkSources in class ActivityLinkSourcespublic java.util.List<LinkTarget> getLinkTargets()
ActivityLinkTargets for this activity.getLinkTargets in class ActivityLinkTargetspublic JoinFailureSuppressor.SuppressJoinFailure getSuppressJoinFailure()
JoinFailureSuppressorgetSuppressJoinFailure in class JoinFailureSuppressorpublic java.util.List<Activity> getActivities()
CompositeActivitygetActivities in class CompositeActivityActivity objectspublic org.w3c.dom.Element getNestedElement()
getNestedElement in interface ExtensibleElementCopyright © 2021 WSO2. All Rights Reserved.