public class BulkContentResponseHandler extends BulkContentHandler
| Constructor and Description |
|---|
BulkContentResponseHandler() |
| Modifier and Type | Method and Description |
|---|---|
List<BulkOperation> |
getOperations()
Retrieve the list of operation responses.
|
void |
handleOperation(int opIndex,
BulkOperation bulkOperation)
Handle an individual operation.
|
getResourceDescriptor, handleException, handleFailOnErrors, transformValuepublic BulkContentResponseHandler()
public void handleOperation(int opIndex, BulkOperation bulkOperation) throws BulkException
handleOperation in class BulkContentHandleropIndex - The index of the operation.bulkOperation - The individual operation within the bulk operation.BulkException - If an error occurs while processing the individual
operation within the bulk operation.public List<BulkOperation> getOperations()
Copyright © 2011–2016 UnboundID. All rights reserved.