Package ddf.catalog.content.operation
Interface ReadStorageResponse
- All Superinterfaces:
Operation,Response<ReadStorageRequest>,Serializable,StorageResponse<ReadStorageRequest>
Response that contains the
ContentItem that was specified in the request URI
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 aContentItemrepresenting a file associated with a Metacard, ornullif absent.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
-
getContentItem
Returns aContentItemrepresenting a file associated with a Metacard, ornullif absent.- Returns:
ContentItem
-