Package ddf.catalog.content.operation
Interface CreateStorageResponse
- All Superinterfaces:
Operation,Response<CreateStorageRequest>,Serializable,StorageResponse<CreateStorageRequest>
Response associated with creating content 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.Response
getProcessingErrors, getRequestMethods inherited from interface ddf.catalog.content.operation.StorageResponse
getStorageRequest
-
Method Details
-
getCreatedContentItems
List<ContentItem> getCreatedContentItems()Returns theListofContentItems that have been created.- Returns:
ListofContentItems
-