public class BulkResponseImpl extends JAXRResponseImpl implements BulkResponse
STATUS_FAILURE, STATUS_SUCCESS, STATUS_UNAVAILABLE, STATUS_WARNING
STATUS_FAILURE, STATUS_SUCCESS, STATUS_UNAVAILABLE, STATUS_WARNING
Constructor and Description |
---|
BulkResponseImpl()
Creates a new instance of BulkResponseImpl
|
Modifier and Type | Method and Description |
---|---|
Collection<? extends Object> |
getCollection()
Get Collection of RegistryObjects *
|
Collection |
getExceptions()
The javadoc is unclear.
|
boolean |
isPartialResponse() |
void |
setCollection(Collection<? extends Object> coll) |
void |
setExceptions(Collection<Exception> exceptions)
Setter for property exceptions.
|
void |
setPartialResponse(boolean b) |
getRequestId, getStatus, isAvailable, setAvailable, setRequestId, setStatus
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getRequestId, getStatus, isAvailable
public BulkResponseImpl()
public Collection<? extends Object> getCollection() throws JAXRException
getCollection
in interface BulkResponse
JAXRException
public Collection getExceptions() throws JAXRException
getExceptions
in interface BulkResponse
JAXRException
public boolean isPartialResponse() throws JAXRException
isPartialResponse
in interface BulkResponse
JAXRException
public void setPartialResponse(boolean b) throws JAXRException
JAXRException
public void setCollection(Collection<? extends Object> coll) throws JAXRException
JAXRException
public void setExceptions(Collection<Exception> exceptions)
exceptions
- New value of property exceptions.Copyright © 2018 JBoss by Red Hat. All rights reserved.