public class DeleteResponseImpl extends ResponseImpl<DeleteRequest> implements DeleteResponse
DefaultResponse.request| Constructor and Description |
|---|
DeleteResponseImpl(DeleteRequest request,
Map<String,Serializable> properties,
List<Metacard> deletedMetacards)
Instantiates a new DeleteResponseImpl.
|
DeleteResponseImpl(DeleteRequest request,
Map<String,Serializable> properties,
List<Metacard> deletedMetacards,
Set<ProcessingDetails> errors)
Instantiates a new DeleteResponseImpl.
|
| Modifier and Type | Method and Description |
|---|---|
List<Metacard> |
getDeletedMetacards()
Gets the deleted metacards.
|
Set<ProcessingDetails> |
getProcessingErrors() |
getRequestcontainsPropertyName, getProperties, getPropertyNames, getPropertyValue, hasProperties, setPropertiesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetRequestcontainsPropertyName, getProperties, getPropertyNames, getPropertyValue, hasPropertiespublic DeleteResponseImpl(DeleteRequest request, Map<String,Serializable> properties, List<Metacard> deletedMetacards)
request - the original requestproperties - the properties associated with the operationdeletedMetacards - the deleted Metacard(s)public DeleteResponseImpl(DeleteRequest request, Map<String,Serializable> properties, List<Metacard> deletedMetacards, Set<ProcessingDetails> errors)
request - the original requestproperties - the properties associated with the operationdeletedMetacards - the deleted Metacard(s)errors - the processing errorspublic Set<ProcessingDetails> getProcessingErrors()
getProcessingErrors in interface Response<DeleteRequest>public List<Metacard> getDeletedMetacards()
DeleteResponsegetDeletedMetacards in interface DeleteResponseThis work is licensed under a Creative Commons Attribution 4.0 International License.