Package ddf.catalog.content.operation
Interface CreateStorageRequest
- All Superinterfaces:
Operation,Request,Serializable,StorageRequest
Request to store content that is accessible by querying Metacards
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()ReturnsListofContentItem- Returns:
ListofContentItems
-