Package ddf.catalog.content.operation
Interface DeleteStorageResponse
- All Superinterfaces:
Operation,Response<DeleteStorageRequest>,Serializable,StorageResponse<DeleteStorageRequest>
Response that holds the @{link List} of deleted
ContentItems
This code is experimental. While this interface is functional and tested, it may change or be removed in a future version of the library.
-
Method Summary
Methods inherited from interface ddf.catalog.operation.Operation
containsPropertyName, getProperties, getPropertyNames, getPropertyValue, hasPropertiesMethods inherited from interface ddf.catalog.operation.Response
getProcessingErrors, getRequestMethods inherited from interface ddf.catalog.content.operation.StorageResponse
getStorageRequest
-
Method Details
-
getDeletedContentItems
List<ContentItem> getDeletedContentItems()Returns @{link List} of deletedContentItems- Returns:
- @{link List} of deleted
ContentItems
-