Uses of Class
ddf.catalog.content.StorageException
Packages that use StorageException
-
Uses of StorageException in ddf.catalog.content
Methods in ddf.catalog.content that throw StorageExceptionModifier and TypeMethodDescriptionvoidStorageProvider.commit(StorageRequest id) Commit will be called by theCatalogFrameworkto finalize create, update, and delete requests.StorageProvider.create(CreateStorageRequest createStorageRequest) Creates an item in the content repository.StorageProvider.delete(DeleteStorageRequest deleteRequest) Deletes aContentItemfrom the content repository.StorageProvider.read(ReadStorageRequest readRequest) Retrieves aContentItemfrom the content repository.voidStorageProvider.rollback(StorageRequest id) Rollback will be called by theCatalogFrameworkto discard changes related to create, update, and delete requestsStorageProvider.update(UpdateStorageRequest updateStorageRequest) Updates aContentItemin the content repository.