FormsCommonServicesManager
instead@Deprecated public interface BatchOperationService
Modifier and Type | Method and Description |
---|---|
List<BatchOperation> |
getAllBatchOperations(Query query)
Deprecated.
Retrieve the list of batch operations.
|
BatchOperation |
getBatchOperationById(String operationId)
Deprecated.
Fetch a
BatchOperation object by the given GUID. |
Downloadable |
getReportForBatchOperation(String operationId)
Deprecated.
Returns the
Downloadable form of the Batch Operation report |
BatchOperation |
invokeBatchOperation(BatchOperation batchOperation)
Deprecated.
Invokes a specified batch operation and updates the BatchOperation object with
the new run details.
|
BatchOperation |
updateBatchOperation(BatchOperation batchOperation)
Deprecated.
Update the given
BatchOperation . |
BatchOperation getBatchOperationById(String operationId) throws ICCException
BatchOperation
object by the given GUID.operationId
- GUID of the BatchOperation
to be fetched.BatchOperation
object.ICCException
List<BatchOperation> getAllBatchOperations(Query query) throws ICCException
query
- Query
to select batch operations (supports only first level
attributes/properties of an object).ICCException
Statement
,
Query
BatchOperation invokeBatchOperation(BatchOperation batchOperation) throws ICCException
batchOperation
- BatchOperation
object.ICCException
Downloadable getReportForBatchOperation(String operationId) throws ICCException
Downloadable
form of the Batch Operation reportoperationId
- BatchOperation
id.BatchOperation
operationReport.ICCException
BatchOperation updateBatchOperation(BatchOperation batchOperation) throws ICCException
BatchOperation
.batchOperation
- BatchOperation
object to be updated.BatchOperation
object.ICCException
Copyright © 1982–2023 Adobe Systems Incorporated. All rights reserved.