Uses of Class
fr.gouv.vitam.common.accesslog.AccessLogInfoModel
-
Packages that use AccessLogInfoModel Package Description fr.gouv.vitam.common.accesslog fr.gouv.vitam.storage.engine.client Provides Storage Engine client interface, factory and implementations.fr.gouv.vitam.storage.engine.server.distribution Provides a Distribution interface for the Storage Engine Server modulefr.gouv.vitam.storage.engine.server.distribution.impl Provides a Distribution implementation for the Storage Engine Server modulefr.gouv.vitam.storage.engine.server.rest Provides the web server application and configuration for the Storage Engine Server module and the rest resources it uses. -
-
Uses of AccessLogInfoModel in fr.gouv.vitam.common.accesslog
Methods in fr.gouv.vitam.common.accesslog that return AccessLogInfoModel Modifier and Type Method Description static AccessLogInfoModel
AccessLogUtils. getInfoForAccessLog(java.lang.String qualifier, java.lang.Integer version, VitamSession session, java.lang.Long size, java.lang.String archiveUnitId)
static AccessLogInfoModel
AccessLogUtils. getInfoFromWorkerInfo(java.util.Map<java.lang.String,java.lang.Object> objectInfo, VitamSession session, java.lang.Boolean mustLog)
static AccessLogInfoModel
AccessLogUtils. getNoLogAccessLog()
Methods in fr.gouv.vitam.common.accesslog with parameters of type AccessLogInfoModel Modifier and Type Method Description static java.lang.Boolean
AccessLogUtils. mustLog(AccessLogInfoModel logInfo)
-
Uses of AccessLogInfoModel in fr.gouv.vitam.storage.engine.client
Methods in fr.gouv.vitam.storage.engine.client with parameters of type AccessLogInfoModel Modifier and Type Method Description javax.ws.rs.core.Response
StorageClient. getContainerAsync(java.lang.String strategyId, java.lang.String guid, DataCategory type, AccessLogInfoModel logInfo)
Retrieves a binary object knowing its guid as an inputStream for a specific tenant/strategyjavax.ws.rs.core.Response
StorageClient. getContainerAsync(java.lang.String strategyId, java.lang.String offerId, java.lang.String objectName, DataCategory type, AccessLogInfoModel logInfo)
Retrieves a binary object knowing its guid as an inputStream for a specific tenant/strategy/offerIdjavax.ws.rs.core.Response
StorageClientMock. getContainerAsync(java.lang.String strategyId, java.lang.String guid, DataCategory type, AccessLogInfoModel logInfo)
javax.ws.rs.core.Response
StorageClientMock. getContainerAsync(java.lang.String strategyId, java.lang.String offerId, java.lang.String objectName, DataCategory type, AccessLogInfoModel logInfo)
-
Uses of AccessLogInfoModel in fr.gouv.vitam.storage.engine.server.distribution
Methods in fr.gouv.vitam.storage.engine.server.distribution with parameters of type AccessLogInfoModel Modifier and Type Method Description javax.ws.rs.core.Response
StorageDistribution. getContainerByCategory(java.lang.String strategyId, java.lang.String origin, java.lang.String objectId, DataCategory category, AccessLogInfoModel logInformation)
Get a specific Object binary data as an input stream -
Uses of AccessLogInfoModel in fr.gouv.vitam.storage.engine.server.distribution.impl
Methods in fr.gouv.vitam.storage.engine.server.distribution.impl with parameters of type AccessLogInfoModel Modifier and Type Method Description javax.ws.rs.core.Response
ReadOnlyShieldStorageDistribution. getContainerByCategory(java.lang.String strategyId, java.lang.String origin, java.lang.String objectId, DataCategory category, AccessLogInfoModel logInformation)
javax.ws.rs.core.Response
StorageDistributionImpl. getContainerByCategory(java.lang.String strategyId, java.lang.String origin, java.lang.String objectId, DataCategory category, AccessLogInfoModel logInformation)
-
Uses of AccessLogInfoModel in fr.gouv.vitam.storage.engine.server.rest
Methods in fr.gouv.vitam.storage.engine.server.rest with parameters of type AccessLogInfoModel Modifier and Type Method Description javax.ws.rs.core.Response
StorageResource. getObject(javax.ws.rs.core.HttpHeaders headers, java.lang.String objectId, AccessLogInfoModel logInfo)
Get an object data
-