|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.ode.bpel.compiler.bom.BpelObject
org.apache.ode.bpel.compiler.bom.JoinFailureSuppressor
org.apache.ode.bpel.compiler.bom.Scope
org.apache.ode.bpel.compiler.bom.Process
public class Process
BPEL Object Model (BOM) representation of a BPEL process.
| Nested Class Summary | |
|---|---|
static class |
Process.Version
|
| 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 | |
|---|---|
Process(org.w3c.dom.Element el)
|
|
| Method Summary | |
|---|---|
Process.Version |
getBpelVersion()
Get the BPEL version of this process. |
java.lang.String |
getExpressionLanguage()
Get the default expression language. |
java.util.List<Import> |
getImports()
Get the <import>(s) of the process. |
java.lang.String |
getName()
Get the name of the process. |
java.lang.String |
getQueryLanguage()
Get the default query language. |
Activity |
getRootActivity()
Get the root, process-level activity. |
java.lang.String |
getSource()
Get the URL of the BPEL source document as a String. |
java.lang.String |
getTargetNamespace()
Get the process' target namespace. |
| Methods inherited from class org.apache.ode.bpel.compiler.bom.Scope |
|---|
getAlarms, getAtomicScope, getCompensationHandler, getCorrelationSetDecl, getCorrelationSetDecls, getEvents, getFaultHandler, getPartnerLink, getPartnerLinks, getTerminationHandler, getVariableDecl, getVariables, isVariableAccessSerialized |
| 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 |
|---|
public Process(org.w3c.dom.Element el)
| Method Detail |
|---|
public java.lang.String getName()
public Process.Version getBpelVersion()
public Activity getRootActivity()
public java.lang.String getSource()
public java.lang.String getTargetNamespace()
public java.lang.String getQueryLanguage()
public java.lang.String getExpressionLanguage()
public java.util.List<Import> getImports()
<import>(s) of the process.
Set of Imports
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||