| 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 | Method and Description |
|---|---|
Process.Version |
Process.getBpelVersion()
Get the BPEL version of this process.
|
static Process.Version |
Process.Version.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Process.Version[] |
Process.Version.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2021 WSO2. All Rights Reserved.