Interface | Description |
---|---|
BpelManagementFacade |
Instance management interaction interface.
|
InstanceManagement |
Interface to managing process instances.
|
ProcessManagement |
Process Management API
|
Class | Description |
---|---|
ProcessInfoCustomizer |
Used to customize the response document provided by most methods returning
process info.
|
Enum | Description |
---|---|
ProcessInfoCustomizer.Item |
Exception | Description |
---|---|
InstanceNotFoundException |
Exception indicating that the requested instance identifier could not be found.
|
InvalidRequestException |
Exception indicating an invalid request.
|
ManagementException |
Exception thrown by the Process Management API to indicate errors.
|
ProcessingException |
Exception indicating that a processing error preventing the
completion of the requested operation.
|
ProcessNotFoundException |
Exception thrown to indicate that the requested process could
not be found.
|