Class DeleteStorageRequestImpl

java.lang.Object
ddf.catalog.operation.impl.OperationImpl
ddf.catalog.content.operation.impl.DeleteStorageRequestImpl
All Implemented Interfaces:
ddf.catalog.content.operation.DeleteStorageRequest, ddf.catalog.content.operation.StorageRequest, ddf.catalog.operation.Operation, ddf.catalog.operation.Request, Serializable

public class DeleteStorageRequestImpl extends OperationImpl implements ddf.catalog.content.operation.DeleteStorageRequest
See Also:
  • Constructor Details

    • DeleteStorageRequestImpl

      public DeleteStorageRequestImpl(Map<String,Serializable> properties)
    • DeleteStorageRequestImpl

      public DeleteStorageRequestImpl(List<ddf.catalog.data.Metacard> metacards, Map<String,Serializable> properties)
    • DeleteStorageRequestImpl

      public DeleteStorageRequestImpl(List<ddf.catalog.data.Metacard> metacards, String id, Map<String,Serializable> properties)
  • Method Details

    • getMetacards

      public List<ddf.catalog.data.Metacard> getMetacards()
      Specified by:
      getMetacards in interface ddf.catalog.content.operation.DeleteStorageRequest
    • getId

      public String getId()
      Specified by:
      getId in interface ddf.catalog.content.operation.StorageRequest