Uses of Class
fr.gouv.vitam.storage.offers.tape.exception.AccessRequestReferentialException
-
Uses of AccessRequestReferentialException in fr.gouv.vitam.storage.offers.tape.cas
Modifier and TypeMethodDescriptionAccessRequestReferentialRepository.cleanupAndGetExpiredAccessRequests()
long
AccessRequestReferentialRepository.countExpiredAccessRequests()
long
AccessRequestReferentialRepository.countNonReadyAccessRequests()
long
AccessRequestReferentialRepository.countReadyAccessRequests()
boolean
AccessRequestReferentialRepository.deleteAccessRequestById
(String accessRequestId) AccessRequestReferentialRepository.findByRequestId
(String requestId) AccessRequestReferentialRepository.findByRequestIds
(Set<String> requestIds) AccessRequestReferentialRepository.findByUnavailableArchiveId
(String archiveId) AccessRequestReferentialRepository.findNonReadyAccessRequests()
void
AccessRequestReferentialRepository.insert
(TapeAccessRequestReferentialEntity accessRequestReferentialEntity) AccessRequestReferentialRepository.listObjectIdsForActiveAccessRequests()
boolean
AccessRequestReferentialRepository.updateAccessRequest
(TapeAccessRequestReferentialEntity updatedAccessRequestEntity, int expectedVersion) void
AccessRequestManager.updateAccessRequestWhenArchiveReady
(String readyArchiveId)