| Package | Description |
|---|---|
| org.apache.ode.bpel.compiler |
BPEL compiler (bpelc) classes and interfaces.
|
| org.apache.ode.bpel.compiler.api | |
| 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 | Method and Description |
|---|---|
OActivity |
BpelCompiler.compile(Activity source) |
void |
ExtensionActivtityGenerator.compile(OActivity output,
Activity srcx) |
void |
ForEachGenerator.compile(OActivity output,
Activity src) |
void |
ActivityGenerator.compile(OActivity output,
Activity src)
Generate compiled representation for the given activity definition.
|
void |
SwitchGenerator.compile(OActivity output,
Activity src) |
OActivity |
ExtensionActivtityGenerator.newInstance(Activity src) |
OActivity |
ForEachGenerator.newInstance(Activity src) |
OActivity |
ActivityGenerator.newInstance(Activity src) |
OActivity |
SwitchGenerator.newInstance(Activity src) |
| Modifier and Type | Method and Description |
|---|---|
OActivity |
CompilerContext.compile(Activity child) |
| Modifier and Type | Class and Description |
|---|---|
class |
AssignActivity
BOM representation of the BPEL
<assign> activity. |
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 |
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 |
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.
|
| Modifier and Type | Method and Description |
|---|---|
Activity |
RepeatUntilActivity.getActivity()
Get the child (repeated) activity.
|
Activity |
IfActivity.getActivity()
Get the activity for this if.
|
Activity |
IfActivity.Case.getActivity()
Get the activity for this case.
|
Activity |
TerminationHandler.getActivity()
Get the termination activity.
|
Activity |
Catch.getActivity()
Get the activity for this catch block.
|
Activity |
OnMessage.getActivity()
Get the activity associated with the event (i.e.
|
Activity |
WhileActivity.getActivity()
Get the child (repeated) activity.
|
Activity |
OnAlarm.getActivity()
The activity associated with the alarm.
|
Activity |
SwitchActivity.Case.getActivity()
Get the activity for this case.
|
Activity |
CompensationHandler.getActivity()
Get the compensating activity.
|
Activity |
ScopeActivity.getChildActivity()
Get the child activity for this
ScopeActivity |
Activity |
Process.getRootActivity()
Get the root, process-level activity.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Activity> |
CompositeActivity.getActivities()
Get the (ordered) list of child activities.
|
java.util.List<Activity> |
ExtensionActivity.getActivities() |
Copyright © 2021 WSO2. All Rights Reserved.