Uses of Enum Class
fr.gouv.vitam.common.model.storage.AccessRequestStatus
Packages that use AccessRequestStatus
Package
Description
Provides API classes for the Workspace module
Provides a fake Driver implementation for tests purpose
Provides the web server application and configuration for the IHM Recette module and the rest resource it uses
Provides interface describing how drivers should be implemented for the
Storage driver module
Provides Storage Engine client interface, factory and implementations.
Provides a Distribution interface for the Storage Engine Server module
Provides a Distribution implementation for the Storage Engine Server module
Provides core implementation (Workspace based) for the Storage Offer Default
module
Provides implementation of the driver for the Workspace Driver module.
-
Uses of AccessRequestStatus in fr.gouv.vitam.common.model.storage
Methods in fr.gouv.vitam.common.model.storage that return AccessRequestStatusModifier and TypeMethodDescriptionStatusByAccessRequest.getAccessRequestStatus()
static AccessRequestStatus
Returns the enum constant of this class with the specified name.static AccessRequestStatus[]
AccessRequestStatus.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in fr.gouv.vitam.common.model.storage with parameters of type AccessRequestStatusModifierConstructorDescriptionStatusByAccessRequest
(AccessRequestReference accessRequestReference, AccessRequestStatus accessRequestStatus) -
Uses of AccessRequestStatus in fr.gouv.vitam.common.storage.cas.container.api
Methods in fr.gouv.vitam.common.storage.cas.container.api that return types with arguments of type AccessRequestStatusModifier and TypeMethodDescriptiondefault Map<String,
AccessRequestStatus> ContentAddressableStorage.checkAccessRequestStatuses
(List<String> accessRequestIds, boolean adminCrossTenantAccessRequestAllowed) Checks status of access requests by id. -
Uses of AccessRequestStatus in fr.gouv.vitam.driver.fake
Methods in fr.gouv.vitam.driver.fake that return types with arguments of type AccessRequestStatusModifier and TypeMethodDescriptionFakeDriverImpl.FakeConnectionImpl.checkAccessRequestStatuses
(List<String> accessRequestIds, int tenant, boolean adminCrossTenantAccessRequestAllowed) -
Uses of AccessRequestStatus in fr.gouv.vitam.ihmrecette.appserver
Methods in fr.gouv.vitam.ihmrecette.appserver that return types with arguments of type AccessRequestStatusModifier and TypeMethodDescriptionStorageService.checkAccessRequestStatus
(Integer tenantId, String strategyId, String offerId, String accessRequestId) StorageService.removeAccessRequest
(Integer tenantId, String strategyId, String offerId, String accessRequestId) -
Uses of AccessRequestStatus in fr.gouv.vitam.processing.common.async
Methods in fr.gouv.vitam.processing.common.async that return AccessRequestStatusConstructors in fr.gouv.vitam.processing.common.async with parameters of type AccessRequestStatusModifierConstructorDescriptionAccessRequestResult
(AccessRequestValue accessRequestValue, AccessRequestContext accessRequestContext, AccessRequestStatus accessRequestStatus) -
Uses of AccessRequestStatus in fr.gouv.vitam.storage.driver
Methods in fr.gouv.vitam.storage.driver that return types with arguments of type AccessRequestStatusModifier and TypeMethodDescriptionConnection.checkAccessRequestStatuses
(List<String> accessRequestIds, int tenant, boolean adminCrossTenantAccessRequestAllowed) Check access request statuses of asynchronous offer. -
Uses of AccessRequestStatus in fr.gouv.vitam.storage.engine.client
Methods in fr.gouv.vitam.storage.engine.client that return types with arguments of type AccessRequestStatusModifier and TypeMethodDescriptionStorageClient.checkAccessRequestStatuses
(String strategyId, String offerId, List<String> accessRequestIds, boolean adminCrossTenantAccessRequestAllowed) Check access request statuses of asynchronous offer.StorageClientMock.checkAccessRequestStatuses
(String strategyId, String offerId, List<String> accessRequestIds, boolean adminCrossTenantAccessRequestAllowed) -
Uses of AccessRequestStatus in fr.gouv.vitam.storage.engine.server.distribution
Methods in fr.gouv.vitam.storage.engine.server.distribution that return types with arguments of type AccessRequestStatusModifier and TypeMethodDescriptionStorageDistribution.checkAccessRequestStatuses
(String strategyId, String offerId, List<String> accessRequestIds, boolean adminCrossTenantAccessRequestAllowed) -
Uses of AccessRequestStatus in fr.gouv.vitam.storage.engine.server.distribution.impl
Methods in fr.gouv.vitam.storage.engine.server.distribution.impl that return types with arguments of type AccessRequestStatusModifier and TypeMethodDescriptionReadOnlyShieldStorageDistribution.checkAccessRequestStatuses
(String strategyId, String offerId, List<String> accessRequestIds, boolean adminCrossTenantAccessRequestAllowed) StorageDistributionImpl.checkAccessRequestStatuses
(String strategyId, String optionalOfferId, List<String> accessRequestIds, boolean adminCrossTenantAccessRequestAllowed) -
Uses of AccessRequestStatus in fr.gouv.vitam.storage.offers.core
Methods in fr.gouv.vitam.storage.offers.core that return types with arguments of type AccessRequestStatusModifier and TypeMethodDescriptionDefaultOfferService.checkAccessRequestStatuses
(List<String> accessRequestId, boolean adminCrossTenantAccessRequestAllowed) DefaultOfferServiceImpl.checkAccessRequestStatuses
(List<String> accessRequestIds, boolean adminCrossTenantAccessRequestAllowed) SanityCheckOfferServiceDecorator.checkAccessRequestStatuses
(List<String> accessRequestIds, boolean adminCrossTenantAccessRequestAllowed) -
Uses of AccessRequestStatus in fr.gouv.vitam.storage.offers.tape.cas
Methods in fr.gouv.vitam.storage.offers.tape.cas that return types with arguments of type AccessRequestStatusModifier and TypeMethodDescriptionAccessRequestManager.checkAccessRequestStatuses
(List<String> accessRequestIds, boolean adminCrossTenantAccessRequestAllowed) TapeLibraryContentAddressableStorage.checkAccessRequestStatuses
(List<String> accessRequestIds, boolean adminCrossTenantAccessRequestAllowed) -
Uses of AccessRequestStatus in fr.gouv.vitam.storage.offers.workspace.driver
Methods in fr.gouv.vitam.storage.offers.workspace.driver that return types with arguments of type AccessRequestStatusModifier and TypeMethodDescriptionConnectionImpl.checkAccessRequestStatuses
(List<String> accessRequestIds, int tenant, boolean adminCrossTenantAccessRequestAllowed)