| Package | Description |
|---|---|
| com.unboundid.scim.marshal | |
| com.unboundid.scim.marshal.json | |
| com.unboundid.scim.marshal.xml | |
| com.unboundid.scim.sdk | |
| com.unboundid.scim.wink |
| Modifier and Type | Method and Description |
|---|---|
void |
StreamMarshaller.writeBulkOperation(BulkOperation o)
Write a bulk operation to a bulk request or response.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StreamMarshaller.bulkMarshal(int failOnErrors,
List<BulkOperation> operations)
Write the content of a SCIM bulk operation request or response.
|
void |
Marshaller.bulkMarshal(OutputStream outputStream,
int failOnErrors,
List<BulkOperation> operations)
Write the content of a SCIM bulk operation request or response to an
output stream.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JsonStreamMarshaller.writeBulkOperation(BulkOperation o)
Write a bulk operation to a bulk request or response.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JsonStreamMarshaller.bulkMarshal(int failOnErrors,
List<BulkOperation> operations)
Write the content of a SCIM bulk operation request or response.
|
void |
JsonMarshaller.bulkMarshal(OutputStream outputStream,
int failOnErrors,
List<BulkOperation> operations)
Write the content of a SCIM bulk operation request or response to an
output stream.
|
| Modifier and Type | Method and Description |
|---|---|
void |
XmlStreamMarshaller.writeBulkOperation(BulkOperation o)
Write a bulk operation to a bulk request or response.
|
| Modifier and Type | Method and Description |
|---|---|
void |
XmlStreamMarshaller.bulkMarshal(int failOnErrors,
List<BulkOperation> operations)
Write the content of a SCIM bulk operation request or response.
|
void |
XmlMarshaller.bulkMarshal(OutputStream outputStream,
int failOnErrors,
List<BulkOperation> operations)
Write the content of a SCIM bulk operation request or response to an
output stream.
|
| Modifier and Type | Method and Description |
|---|---|
static BulkOperation |
BulkOperation.createRequest(BulkOperation.Method method,
String bulkId,
String version,
String path,
BaseResource data)
Create a new operation for a bulk request.
|
static BulkOperation |
BulkOperation.createResponse(BulkOperation.Method method,
String bulkId,
String version,
String location,
Status status)
Create a new operation for a bulk response.
|
| Modifier and Type | Method and Description |
|---|---|
List<BulkOperation> |
BulkContentResponseHandler.getOperations()
Retrieve the list of operation responses.
|
Iterator<BulkOperation> |
BulkResponse.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
BulkContentResponseHandler.handleOperation(int opIndex,
BulkOperation bulkOperation)
Handle an individual operation.
|
void |
BulkContentHandler.handleOperation(int opIndex,
BulkOperation bulkOperation)
Handle an individual operation.
|
void |
BulkStreamResponse.writeBulkOperation(BulkOperation o)
Write a bulk operation to the response.
|
| Modifier and Type | Method and Description |
|---|---|
BulkResponse |
SCIMService.processBulkRequest(List<BulkOperation> operations)
Invoke a bulk request.
|
BulkResponse |
SCIMService.processBulkRequest(List<BulkOperation> operations,
int failOnErrors)
Invoke a bulk request.
|
BulkResponse |
BulkEndpoint.processRequest(List<BulkOperation> operations,
int failOnErrors)
Retrieves the response to the bulk request.
|
| Constructor and Description |
|---|
BulkResponse(List<BulkOperation> operations)
Create a new bulk response.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BulkContentRequestHandler.handleOperation(int opIndex,
BulkOperation bulkOperation)
Handle an individual operation.
|
Copyright © 2011–2016 UnboundID. All rights reserved.