Uses of Interface
ddf.catalog.content.operation.StorageRequest
Packages that use StorageRequest
-
Uses of StorageRequest in ddf.catalog.content
Methods in ddf.catalog.content with parameters of type StorageRequestModifier and TypeMethodDescriptionvoidStorageProvider.commit(StorageRequest id) Commit will be called by theCatalogFrameworkto finalize create, update, and delete requests.voidStorageProvider.rollback(StorageRequest id) Rollback will be called by theCatalogFrameworkto discard changes related to create, update, and delete requests -
Uses of StorageRequest in ddf.catalog.content.operation
Subinterfaces of StorageRequest in ddf.catalog.content.operationModifier and TypeInterfaceDescriptioninterfaceRequest to store content that is accessible by querying MetacardsinterfaceRequest to remove content associated with a MetacardinterfaceRequest to retrieve a file product associated with a MetacardinterfaceRequest to update the file associated with a MetacardMethods in ddf.catalog.content.operation that return StorageRequestModifier and TypeMethodDescriptionStorageResponse.getStorageRequest()Returns the ID associated with the request that resulted in this response