Uses of Interface
org.dspace.storage.bitstore.service.BitstreamStorageService
-
Packages that use BitstreamStorageService Package Description org.dspace.content Provides an API for reading and manipulating content in the DSpace system.org.dspace.storage.bitstore Provides an API for storing, retrieving and deleting streams of bits in a transactionally safe fashion.org.dspace.storage.bitstore.factory org.dspace.versioning -
-
Uses of BitstreamStorageService in org.dspace.content
Fields in org.dspace.content declared as BitstreamStorageService Modifier and Type Field Description protected BitstreamStorageServiceBitstreamServiceImpl. bitstreamStorageService -
Uses of BitstreamStorageService in org.dspace.storage.bitstore
Classes in org.dspace.storage.bitstore that implement BitstreamStorageService Modifier and Type Class Description classBitstreamStorageServiceImplStores, retrieves and deletes bitstreams. -
Uses of BitstreamStorageService in org.dspace.storage.bitstore.factory
Methods in org.dspace.storage.bitstore.factory that return BitstreamStorageService Modifier and Type Method Description abstract BitstreamStorageServiceStorageServiceFactory. getBitstreamStorageService()BitstreamStorageServiceStorageServiceFactoryImpl. getBitstreamStorageService() -
Uses of BitstreamStorageService in org.dspace.versioning
Fields in org.dspace.versioning declared as BitstreamStorageService Modifier and Type Field Description protected BitstreamStorageServiceAbstractVersionProvider. bitstreamStorageService
-