| Package | Description |
|---|---|
| org.apache.ode.bpel.compiler.bom |
The API for the BPEL Object Model (BOM), a domain-specific document
object model (DOM) that can represent BPEL v1.1 and BPEL v2.0 (OASIS) processes.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Activity
Interface common to all BPEL activities.
|
class |
AssignActivity
BOM representation of the BPEL
<assign> activity. |
class |
Catch
Representation of a BPEL fault handler catch block.
|
class |
CompensateActivity
Representation of the BPEL
<compensate> activity. |
class |
CompensateScopeActivity
Representation of the BPEL
<compensateScope> activity. |
class |
CompositeActivity
Base interface for BPEL composite activities
<flow> and
<sequence>. |
class |
CreateInstanceActivity
Interface implemented by activities that can be used to create an process
instance.
|
class |
EmptyActivity
BOM representation of the BPEL
<empty> activity. |
class |
ExtensionActivity
BOM representation of the BPEL
<extensionActivity> activity. |
class |
FlowActivity
BOM representation of the BPEL
<flow> activity. |
class |
ForEachActivity
Representation of the BPEL
<forEach> activity. |
class |
IfActivity
Representation of the BPEL
<switch> activity. |
class |
InvokeActivity
BOM representation of a BPEL
<invoke> activity. |
class |
PickActivity
Reperesentation of a BPEL
<pick> activity. |
class |
Process
BPEL Object Model (BOM) representation of a BPEL process.
|
class |
ReceiveActivity
Representation of a BPEL
<receive> activity. |
class |
RepeatUntilActivity
Representation of the
repeatUntil BPEL 2.0 activity. |
class |
ReplyActivity
Representation of the BPEL
<reply> activity. |
class |
RethrowActivity
BOM representation of the BPEL
<rethrow> activity. |
class |
Scope
Base-class for BPEL scope-like constructs.
|
class |
ScopeActivity
BPEL
<scope> activity. |
class |
ScopeLikeActivity |
class |
SequenceActivity
BPEL
<sequence> activity. |
class |
SwitchActivity
Legacy (BPEL 1.1) representation of a
<switch> activity. |
class |
TerminateActivity
Representation of the BPEL
<terminate;> activity. |
class |
ThrowActivity
Representation of the BPEL
<throw> activity. |
class |
WaitActivity
Representation of the BPEL
<wait> activity. |
class |
WhileActivity
Representation of the BPEL
<while> activity. |
class |
WhileActivity11
BPEL 1.1 version of the /while/ activity.
|
Copyright © 2021 WSO2. All Rights Reserved.