|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface BatchOperationService
| Method Summary | |
|---|---|
java.util.List |
getAllBatchOperations(Query query)
Retrieve the list of batch operations. |
BatchOperation |
getBatchOperationById(java.lang.String operationId)
Fetch a BatchOperation object by the given GUID. |
Downloadable |
getReportForBatchOperation(java.lang.String operationId)
Returns the Downloadable form of the Batch Operation report |
BatchOperation |
invokeBatchOperation(BatchOperation batchOperation)
Invokes a specified batch operation and updates the BatchOperation object with the new run details. |
BatchOperation |
updateBatchOperation(BatchOperation batchOperation)
Update the given BatchOperation. |
| Method Detail |
|---|
BatchOperation getBatchOperationById(java.lang.String operationId)
throws ICCException
BatchOperation object by the given GUID.
batchOperationName - GUID of the BatchOperation to be fetched.
BatchOperation object.
ICCException
java.util.List getAllBatchOperations(Query query)
throws ICCException
query - Query to select batch operations (supports only first level
attributes/properties of an object).ICCExceptionStatement,
Query
BatchOperation invokeBatchOperation(BatchOperation batchOperation)
throws ICCException
batchOperationName - BatchOperation name.triggeredAt - BatchOperation triggeredAt.triggeredBy - BatchOperation triggeredBy.status - BatchOperation status.
BatchOperation object.
ICCException
Downloadable getReportForBatchOperation(java.lang.String operationId)
throws ICCException
Downloadable form of the Batch Operation report
operationId - BatchOperation id.
BatchOperation operationReport.
ICCException
BatchOperation updateBatchOperation(BatchOperation batchOperation)
throws ICCException
BatchOperation.
batchOperation - BatchOperation object to be updated.
BatchOperation object.
ICCException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||