| Package | Description |
|---|---|
| com.orchestranetworks.userservice |
A public API for user services.
|
| Modifier and Type | Method and Description |
|---|---|
UserServiceTransaction |
UserServiceTransactionManager.createTransaction()
Creates an instance of UserServiceTransaction object that allows to mix in a single transaction:
record creations, record or dataset updates and custom procedure executions.
|
UserServiceTransaction |
UserServiceInitializeContext.createTransaction()
Creates an instance of UserServiceTransaction object that allows to execute
multiple custom procedures.
|