Uses of Class
fr.gouv.vitam.storage.engine.client.exception.StorageIllegalOperationClientException
Packages that use StorageIllegalOperationClientException
Package
Description
Provides Storage Engine client interface, factory and implementations.
-
Uses of StorageIllegalOperationClientException in fr.gouv.vitam.storage.engine.client
Methods in fr.gouv.vitam.storage.engine.client that throw StorageIllegalOperationClientExceptionModifier and TypeMethodDescriptionStorageClient.checkAccessRequestStatuses
(String strategyId, String offerId, List<String> accessRequestIds, boolean adminCrossTenantAccessRequestAllowed) Check access request statuses of asynchronous offer.void
StorageClient.removeAccessRequest
(String strategyId, String offerId, String accessRequestId, boolean adminCrossTenantAccessRequestAllowed) Removes (cancel / delete) and access request for an asynchronous offer.