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:
  • 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 request
      properties - the properties associated with the operation
      deletedMetacards - the deleted Metacard(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 request
      properties - the properties associated with the operation
      deletedMetacards - the deleted Metacard(s)
      errors - the processing errors
  • Method Details

    • getProcessingErrors

      public Set<ddf.catalog.operation.ProcessingDetails> getProcessingErrors()
      Specified by:
      getProcessingErrors in interface ddf.catalog.operation.Response<ddf.catalog.operation.DeleteRequest>
    • getDeletedMetacards

      public List<ddf.catalog.data.Metacard> getDeletedMetacards()
      Specified by:
      getDeletedMetacards in interface ddf.catalog.operation.DeleteResponse