Modifier and Type | Class and Description |
---|---|
class |
DeleteTransaction
Transaction to delete a resource.
|
class |
GetTransaction
Transaction to retrieve resource objects from the server.
|
class |
PostTransaction
Transaction to create a new resource.
|
class |
PutTransaction
Transaction to update an existing resource.
|
Modifier and Type | Method and Description |
---|---|
JSONArray |
Service.doTransaction(ResourceTransaction trans)
Wrapper method executing ResourceTransactions, returning the reply
objects if successful and throwing an Exception if not.
|
void |
AsyncService.doTransaction(ResourceTransaction trans,
AsyncService.TransactionCallback tc)
Asynchronous execution of an API transaction.
|
void |
AsyncServiceImpl.doTransaction(ResourceTransaction trans,
AsyncService.TransactionCallback tc) |