Class UpdateStorageResponseImpl

java.lang.Object
ddf.catalog.operation.impl.OperationImpl
ddf.catalog.operation.impl.ResponseImpl<ddf.catalog.content.operation.UpdateStorageRequest>
ddf.catalog.content.operation.impl.UpdateStorageResponseImpl
All Implemented Interfaces:
ddf.catalog.content.operation.StorageResponse<ddf.catalog.content.operation.UpdateStorageRequest>, ddf.catalog.content.operation.UpdateStorageResponse, ddf.catalog.operation.Operation, ddf.catalog.operation.Response<ddf.catalog.content.operation.UpdateStorageRequest>, Serializable

public class UpdateStorageResponseImpl extends ResponseImpl<ddf.catalog.content.operation.UpdateStorageRequest> implements ddf.catalog.content.operation.UpdateStorageResponse
See Also:
  • Constructor Details

    • UpdateStorageResponseImpl

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

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

    • getUpdatedContentItems

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

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