public class BulkEndpoint extends Object
| Modifier and Type | Method and Description |
|---|---|
BulkResponse |
processRequest(List<BulkOperation> operations,
int failOnErrors)
Retrieves the response to the bulk request.
|
public BulkResponse processRequest(List<BulkOperation> operations, int failOnErrors) throws SCIMException
operations - The bulk operations to be performed.failOnErrors - The number of errors that the service provider will
accept before the operation is terminated and an
error response is returned. A value of -1 indicates
the the service provider will continue to perform
as many operations as possible without regard to
failures.SCIMException - If the request fails.Copyright © 2011–2016 UnboundID. All rights reserved.