public class Scope extends JoinFailureSuppressor
JoinFailureSuppressor.SuppressJoinFailure__suppressJoinFailureATTR_LINENO| Constructor and Description |
|---|
Scope(org.w3c.dom.Element el) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<OnAlarm> |
getAlarms()
Get an array of
OnAlarmEventHandlers for this scope. |
java.lang.Boolean |
getAtomicScope() |
CompensationHandler |
getCompensationHandler()
Get the compensation handler for this scope.
|
CorrelationSet |
getCorrelationSetDecl(java.lang.String setName)
Get a correlation set decleration.
|
java.util.List<CorrelationSet> |
getCorrelationSetDecls()
Get correlation sets for this scope.
|
java.util.List<OnEvent> |
getEvents() |
FaultHandler |
getFaultHandler()
Get the fault handler for this scope.
|
PartnerLink |
getPartnerLink(java.lang.String partnerLinkName)
Get a partnerLink declared in this scope.
|
java.util.List<PartnerLink> |
getPartnerLinks()
Get all partnerLinks delcared in this scope.
|
TerminationHandler |
getTerminationHandler()
Gets the termination handler for this scope.
|
Variable |
getVariableDecl(java.lang.String varName)
DOCUMENTME
|
java.util.List<Variable> |
getVariables() |
boolean |
isVariableAccessSerialized() |
getSuppressJoinFailurecreateBpelObject, 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, toStringpublic CompensationHandler getCompensationHandler()
public TerminationHandler getTerminationHandler()
public FaultHandler getFaultHandler()
public java.util.List<CorrelationSet> getCorrelationSetDecls()
public CorrelationSet getCorrelationSetDecl(java.lang.String setName)
setName - name of correlation setCorrelationSet of the fiven name.public Variable getVariableDecl(java.lang.String varName)
varName - DOCUMENTMEpublic java.util.List<Variable> getVariables()
public java.util.List<OnAlarm> getAlarms()
OnAlarmEventHandlers for this scope.OnAlarmEventHandlerspublic java.util.List<OnEvent> getEvents()
public boolean isVariableAccessSerialized()
public java.lang.Boolean getAtomicScope()
public PartnerLink getPartnerLink(java.lang.String partnerLinkName)
partnerLinkName - name of partner linkpublic java.util.List<PartnerLink> getPartnerLinks()
PartnerLinks.