Package ddf.catalog.content.operation
Interface ReadStorageRequest
- All Superinterfaces:
Operation,Request,Serializable,StorageRequest
Request to retrieve a file product 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
Modifier and TypeMethodDescriptionReturns the resource URI associated with this request.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
-
getResourceUri
URI getResourceUri()Returns the resource URI associated with this request.- Returns:
- URI
-