public interface BulkResponse extends JAXRResponse
In the event of a partial success where only a subset of objects were processed successfully, the getStatus method of the BulkResponse must return JAXRResponse.STATUS_WARNING. In this case, a Collection of JAXRException instances is included in the BulkResponse instance. The JAXRExceptions provide information on each error that prevented some objects in the request to not be processed successfully.
QueryManager
,
LifeCycleManager
STATUS_FAILURE, STATUS_SUCCESS, STATUS_UNAVAILABLE, STATUS_WARNING
Modifier and Type | Method and Description |
---|---|
Collection |
getCollection()
Get the Collection of objects returned as a response of a
bulk operation.
|
Collection |
getExceptions()
Get the Collection of RegistryException instances in case of partial commit.
|
boolean |
isPartialResponse()
Determines whether the response is a partial response due to large result set.
|
getRequestId, getStatus, isAvailable
Collection getCollection() throws JAXRException
JAXRException
- If the JAXR provider encounters an internal errorRegistryObject
Collection getExceptions() throws JAXRException
JAXRException
- If the JAXR provider encounters an internal errorRegistryException
boolean isPartialResponse() throws JAXRException
true
if the response is partial; false
otherwiseJAXRException
- If the JAXR provider encounters an internal errorCopyright © 1996-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.