|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BulkOperation | |
|---|---|
| com.unboundid.scim.marshal | |
| com.unboundid.scim.marshal.json | |
| com.unboundid.scim.marshal.xml | |
| com.unboundid.scim.sdk | |
| com.unboundid.scim.wink | |
| Uses of BulkOperation in com.unboundid.scim.marshal |
|---|
| Methods in com.unboundid.scim.marshal with parameters of type BulkOperation | |
|---|---|
void |
StreamMarshaller.writeBulkOperation(BulkOperation o)
Write a bulk operation to a bulk request or response. |
| Method parameters in com.unboundid.scim.marshal with type arguments of type BulkOperation | |
|---|---|
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. |
| Uses of BulkOperation in com.unboundid.scim.marshal.json |
|---|
| Methods in com.unboundid.scim.marshal.json with parameters of type BulkOperation | |
|---|---|
void |
JsonStreamMarshaller.writeBulkOperation(BulkOperation o)
Write a bulk operation to a bulk request or response. |
| Method parameters in com.unboundid.scim.marshal.json with type arguments of type BulkOperation | |
|---|---|
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. |
| Uses of BulkOperation in com.unboundid.scim.marshal.xml |
|---|
| Methods in com.unboundid.scim.marshal.xml with parameters of type BulkOperation | |
|---|---|
void |
XmlStreamMarshaller.writeBulkOperation(BulkOperation o)
Write a bulk operation to a bulk request or response. |
| Method parameters in com.unboundid.scim.marshal.xml with type arguments of type BulkOperation | |
|---|---|
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. |
| Uses of BulkOperation in com.unboundid.scim.sdk |
|---|
| Methods in com.unboundid.scim.sdk that return BulkOperation | |
|---|---|
static BulkOperation |
BulkOperation.createRequest(BulkOperation.Method method,
String bulkId,
String version,
String path,
BaseResource data)
Create a new operation for a bulk request. |
| Methods in com.unboundid.scim.sdk that return types with arguments of type BulkOperation | |
|---|---|
List<BulkOperation> |
BulkContentResponseHandler.getOperations()
Retrieve the list of operation responses. |
Iterator<BulkOperation> |
BulkResponse.iterator()
|
| Methods in com.unboundid.scim.sdk with parameters of type BulkOperation | |
|---|---|
boolean |
BulkContentResponseHandler.handleOperation(int opIndex,
BulkOperation bulkOperation)
Handle an individual operation. |
boolean |
BulkContentHandler.handleOperation(int opIndex,
BulkOperation bulkOperation)
Handle an individual operation. |
void |
BulkStreamResponse.writeBulkOperation(BulkOperation o)
Write a bulk operation to the response. |
| Method parameters in com.unboundid.scim.sdk with type arguments of type BulkOperation | |
|---|---|
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 parameters in com.unboundid.scim.sdk with type arguments of type BulkOperation | |
|---|---|
BulkResponse(List<BulkOperation> operations)
Create a new bulk response. |
|
| Uses of BulkOperation in com.unboundid.scim.wink |
|---|
| Methods in com.unboundid.scim.wink with parameters of type BulkOperation | |
|---|---|
boolean |
BulkContentRequestHandler.handleOperation(int opIndex,
BulkOperation bulkOperation)
Handle an individual operation. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||