Package ddf.catalog.content.operation
Interface StorageRequest
- All Superinterfaces:
Operation,Request,Serializable
- All Known Subinterfaces:
CreateStorageRequest,DeleteStorageRequest,ReadStorageRequest,UpdateStorageRequest
Base request interface for storage operations.
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
getStoreIds
-
Method Details
-
getId
String getId()Returns the unique ID associated with this storage request. The ID should be used by theStorageProvidertoStorageProvider.commit(StorageRequest)orStorageProvider.rollback(StorageRequest)changes.- Returns:
- ID
-