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 statevoidTapeCatalogServiceImpl.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) booleanTapeCatalogServiceImpl.replace(TapeCatalog tapeCatalog) booleanTapeCatalogRepository.replaceTape(TapeCatalog tapeCatalog) replace a tape modelbooleanbooleanTapeCatalogRepository.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 TypeMethodDescriptionvoidTapeCatalogService.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 mapbooleanTapeCatalogService.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