Class DeleteStorageResponseImpl

java.lang.Object
ddf.catalog.operation.impl.OperationImpl
ddf.catalog.operation.impl.ResponseImpl<ddf.catalog.content.operation.DeleteStorageRequest>
ddf.catalog.content.operation.impl.DeleteStorageResponseImpl
All Implemented Interfaces:
ddf.catalog.content.operation.DeleteStorageResponse, ddf.catalog.content.operation.StorageResponse<ddf.catalog.content.operation.DeleteStorageRequest>, ddf.catalog.operation.Operation, ddf.catalog.operation.Response<ddf.catalog.content.operation.DeleteStorageRequest>, Serializable

public class DeleteStorageResponseImpl extends ResponseImpl<ddf.catalog.content.operation.DeleteStorageRequest> implements ddf.catalog.content.operation.DeleteStorageResponse
See Also:
  • Constructor Details

    • DeleteStorageResponseImpl

      public DeleteStorageResponseImpl(ddf.catalog.content.operation.DeleteStorageRequest request, Map<String,Serializable> properties)
      Instantiates a new ResponseImpl
      Parameters:
      request - - the original request
      properties -
    • DeleteStorageResponseImpl

      public DeleteStorageResponseImpl(ddf.catalog.content.operation.DeleteStorageRequest request, List<ddf.catalog.content.data.ContentItem> deletedContentItems)
      Instantiates a new ResponseImpl
      Parameters:
      request - - the original request
      deletedContentItems -
  • Method Details

    • getDeletedContentItems

      public List<ddf.catalog.content.data.ContentItem> getDeletedContentItems()
      Specified by:
      getDeletedContentItems in interface ddf.catalog.content.operation.DeleteStorageResponse
    • getStorageRequest

      public ddf.catalog.content.operation.StorageRequest getStorageRequest()
      Specified by:
      getStorageRequest in interface ddf.catalog.content.operation.StorageResponse<ddf.catalog.content.operation.DeleteStorageRequest>