Package ddf.catalog.content.operation
Interface UpdateStorageRequest
- All Superinterfaces:
Operation,Request,Serializable,StorageRequest
Request to update the file associated with a Metacard
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.Request
getStoreIdsMethods inherited from interface ddf.catalog.content.operation.StorageRequest
getId
-
Method Details
-
getContentItems
List<ContentItem> getContentItems()Returns theListofContentItems that should be updated- Returns:
ListofContentItems
-