Uses of Class
fr.gouv.vitam.storage.offers.tape.exception.ObjectReferentialException
Packages that use ObjectReferentialException
-
Uses of ObjectReferentialException in fr.gouv.vitam.storage.offers.tape.cas
Methods in fr.gouv.vitam.storage.offers.tape.cas that throw ObjectReferentialExceptionModifier and TypeMethodDescriptionvoidTarFileDigestVerifier.addDigestToCheck(String tarEntryName, String digestValue) booleanObjectReferentialRepository.delete(TapeLibraryObjectReferentialId tapeLibraryObjectReferentialId) voidTarFileDigestVerifier.finalizeChecks()voidObjectReferentialRepository.insertOrUpdate(TapeObjectReferentialEntity tapeObjectReferentialEntity) ObjectReferentialRepository.listContainerObjectEntries(String containerName) TarFileRapairer.repairAndVerifyTarArchive(InputStream inputStream, OutputStream outputStream, String tarId) ObjectReferentialRepository.selectArchiveIdsByObjectIds(Iterator<TapeLibraryObjectReferentialId> objectIdIterator) voidObjectReferentialRepository.updateStorageLocation(String containerName, String objectName, String storageId, TapeLibraryTarObjectStorageLocation tapeLibraryTarStorageLocation) TarFileRapairer.verifyTarArchive(InputStream inputStream)