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 Summary
ConstructorsConstructorDescriptionDeleteStorageRequestImpl(List<ddf.catalog.data.Metacard> metacards, String id, Map<String, Serializable> properties) DeleteStorageRequestImpl(List<ddf.catalog.data.Metacard> metacards, Map<String, Serializable> properties) DeleteStorageRequestImpl(Map<String, Serializable> properties) -
Method Summary
Methods 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.Request
getStoreIds
-
Constructor Details
-
DeleteStorageRequestImpl
-
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
- Specified by:
getMetacardsin interfaceddf.catalog.content.operation.DeleteStorageRequest
-
getId
- Specified by:
getIdin interfaceddf.catalog.content.operation.StorageRequest
-