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:
-
Field Summary
Fields inherited from class ddf.catalog.operation.impl.ResponseImpl
request -
Constructor Summary
ConstructorsConstructorDescriptionDeleteStorageResponseImpl(ddf.catalog.content.operation.DeleteStorageRequest request, List<ddf.catalog.content.data.ContentItem> deletedContentItems) Instantiates a new ResponseImplDeleteStorageResponseImpl(ddf.catalog.content.operation.DeleteStorageRequest request, Map<String, Serializable> properties) Instantiates a new ResponseImpl -
Method Summary
Modifier and TypeMethodDescriptionList<ddf.catalog.content.data.ContentItem> ddf.catalog.content.operation.StorageRequestMethods inherited from class ddf.catalog.operation.impl.ResponseImpl
getRequestMethods 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.Response
getProcessingErrors, getRequest
-
Constructor Details
-
DeleteStorageResponseImpl
public DeleteStorageResponseImpl(ddf.catalog.content.operation.DeleteStorageRequest request, Map<String, Serializable> properties) Instantiates a new ResponseImpl- Parameters:
request- - the original requestproperties-
-
DeleteStorageResponseImpl
public DeleteStorageResponseImpl(ddf.catalog.content.operation.DeleteStorageRequest request, List<ddf.catalog.content.data.ContentItem> deletedContentItems) Instantiates a new ResponseImpl- Parameters:
request- - the original requestdeletedContentItems-
-
-
Method Details
-
getDeletedContentItems
- Specified by:
getDeletedContentItemsin interfaceddf.catalog.content.operation.DeleteStorageResponse
-
getStorageRequest
public ddf.catalog.content.operation.StorageRequest getStorageRequest()- Specified by:
getStorageRequestin interfaceddf.catalog.content.operation.StorageResponse<ddf.catalog.content.operation.DeleteStorageRequest>
-