|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.unboundid.scim.sdk.BulkContentHandler
public abstract class BulkContentHandler
This class must be extended to handle the content of a bulk operation.
| Constructor Summary | |
|---|---|
BulkContentHandler()
|
|
| Method Summary | |
|---|---|
ResourceDescriptor |
getResourceDescriptor(String endpoint)
Retrieve the resource descriptor for a given endpoint. |
void |
handleFailOnErrors(int failOnErrors)
Handles the value of failOnErrors. |
boolean |
handleOperation(int opIndex,
BulkOperation bulkOperation)
Handle an individual operation. |
String |
transformValue(int opIndex,
String value)
Transform a data value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BulkContentHandler()
| Method Detail |
|---|
public void handleFailOnErrors(int failOnErrors)
failOnErrors - The number of errors that the Service Provider will
accept before the operation is terminated and an
error response is returned.
public boolean handleOperation(int opIndex,
BulkOperation bulkOperation)
throws SCIMException
opIndex - The index of the operation.bulkOperation - The individual operation within the bulk operation.
true if operations should continue to be provided,
or false if the remaining operations are of no interest.
SCIMException - If an error occurs that prevents processing of the
entire bulk content.public ResourceDescriptor getResourceDescriptor(String endpoint)
endpoint - A SCIM resource endpoint.
null if the
endpoint is unknown.
public String transformValue(int opIndex,
String value)
opIndex - The index of the bulk operation containing the data value.value - The value to be transformed.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||