Uses of Class
fr.gouv.vitam.storage.offers.tape.exception.TapeCatalogException
Packages that use TapeCatalogException
Package
Description
-
Uses of TapeCatalogException in fr.gouv.vitam.storage.offers.tape.impl.catalog
Methods in fr.gouv.vitam.storage.offers.tape.impl.catalog that throw TapeCatalogExceptionModifier and TypeMethodDescriptionTapeCatalogRepository.countByState()
count tapes matching by statevoid
TapeCatalogServiceImpl.create
(TapeCatalog tapeCatalog) TapeCatalogRepository.createTape
(TapeCatalog tapeCatalog) create a tape modelTapeCatalogServiceImpl.find
(List<QueryCriteria> criteria) TapeCatalogRepository.findTapeById
(String tapeId) return tape model according to given IDTapeCatalogRepository.findTapes
(List<QueryCriteria> criteria) return tape models according to given fieldsTapeCatalogServiceImpl.init
(String tapeLibraryIdentifier, TapeLibrarySpec libraryState) boolean
TapeCatalogServiceImpl.replace
(TapeCatalog tapeCatalog) boolean
TapeCatalogRepository.replaceTape
(TapeCatalog tapeCatalog) replace a tape modelboolean
boolean
TapeCatalogRepository.updateTape
(String tapeId, Map<String, Object> fields) apply fields changes for tape tapeId -
Uses of TapeCatalogException in fr.gouv.vitam.storage.offers.tape.spec
Methods in fr.gouv.vitam.storage.offers.tape.spec that throw TapeCatalogExceptionModifier and TypeMethodDescriptionvoid
TapeCatalogService.create
(TapeCatalog tapeCatalog) TapeCatalogService.find
(List<QueryCriteria> criteria) TapeCatalogService.init
(String tapeLibraryIdentifier, TapeLibrarySpec libraryState) Return map of drive index with his current tape If all drive are empty then return an empty mapboolean
TapeCatalogService.replace
(TapeCatalog tapeCatalog) boolean
-
Uses of TapeCatalogException in fr.gouv.vitam.storage.offers.tape.worker
Methods in fr.gouv.vitam.storage.offers.tape.worker that throw TapeCatalogException