Package ddf.catalog.operation.impl
Class DeleteResponseImpl
java.lang.Object
ddf.catalog.operation.impl.OperationImpl
ddf.catalog.operation.impl.ResponseImpl<ddf.catalog.operation.DeleteRequest>
ddf.catalog.operation.impl.DeleteResponseImpl
- All Implemented Interfaces:
ddf.catalog.operation.DeleteResponse,ddf.catalog.operation.Operation,ddf.catalog.operation.Response<ddf.catalog.operation.DeleteRequest>,Serializable
public class DeleteResponseImpl
extends ResponseImpl<ddf.catalog.operation.DeleteRequest>
implements ddf.catalog.operation.DeleteResponse
The DeleteResponseImpl represents a default implementation of the
.
invalid reference
DefaultResponse
- See Also:
-
Field Summary
Fields inherited from class ddf.catalog.operation.impl.ResponseImpl
request -
Constructor Summary
ConstructorsConstructorDescriptionDeleteResponseImpl(ddf.catalog.operation.DeleteRequest request, Map<String, Serializable> properties, List<ddf.catalog.data.Metacard> deletedMetacards) Instantiates a new DeleteResponseImpl.DeleteResponseImpl(ddf.catalog.operation.DeleteRequest request, Map<String, Serializable> properties, List<ddf.catalog.data.Metacard> deletedMetacards, Set<ddf.catalog.operation.ProcessingDetails> errors) Instantiates a new DeleteResponseImpl. -
Method Summary
Methods inherited from class ddf.catalog.operation.impl.ResponseImpl
getRequestMethods inherited from class ddf.catalog.operation.impl.OperationImpl
containsPropertyName, getProperties, getPropertyNames, getPropertyValue, hasProperties, setPropertiesMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ddf.catalog.operation.Operation
containsPropertyName, getProperties, getPropertyNames, getPropertyValue, hasPropertiesMethods inherited from interface ddf.catalog.operation.Response
getRequest
-
Constructor Details
-
DeleteResponseImpl
public DeleteResponseImpl(ddf.catalog.operation.DeleteRequest request, Map<String, Serializable> properties, List<ddf.catalog.data.Metacard> deletedMetacards) Instantiates a new DeleteResponseImpl.- Parameters:
request- the original requestproperties- the properties associated with the operationdeletedMetacards- the deletedMetacard(s)
-
DeleteResponseImpl
public DeleteResponseImpl(ddf.catalog.operation.DeleteRequest request, Map<String, Serializable> properties, List<ddf.catalog.data.Metacard> deletedMetacards, Set<ddf.catalog.operation.ProcessingDetails> errors) Instantiates a new DeleteResponseImpl.- Parameters:
request- the original requestproperties- the properties associated with the operationdeletedMetacards- the deletedMetacard(s)errors- the processing errors
-
-
Method Details
-
getProcessingErrors
- Specified by:
getProcessingErrorsin interfaceddf.catalog.operation.Response<ddf.catalog.operation.DeleteRequest>
-
getDeletedMetacards
- Specified by:
getDeletedMetacardsin interfaceddf.catalog.operation.DeleteResponse
-