| Package | Description |
|---|---|
| com.orchestranetworks.service |
Provides classes and interfaces for implementing specific services and access rules on EBX®.
|
| com.orchestranetworks.userservice |
A public API for user services.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ReadOnlyProcedure
Interface to be implemented for read-only transactions.
|
| Modifier and Type | Method and Description |
|---|---|
abstract ProcedureResult |
ServiceContext.execute(boolean addErrorMessageIfException,
Procedure aProcedure)
Executes the specified procedure and calls its implementation of the method
Procedure.execute. |
abstract ProcedureResult |
ServiceContext.execute(Procedure aProcedure)
Executes the specified procedure.
|
ProcedureResult |
ProgrammaticService.execute(Procedure aProcedure)
Executes the specified procedure.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UserServiceTransaction.add(Procedure aProcedure)
Adds a procedure.
|