Uses of Class
fr.gouv.vitam.storage.engine.common.model.response.BatchObjectInformationResponse
Packages that use BatchObjectInformationResponse
Package
Description
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
-
Uses of BatchObjectInformationResponse in fr.gouv.vitam.storage.engine.client
Methods in fr.gouv.vitam.storage.engine.client that return types with arguments of type BatchObjectInformationResponseModifier and TypeMethodDescriptionStorageClient.getBatchObjectInformation
(String strategyId, DataCategory type, Collection<String> offerIds, Collection<String> objectIds) Get object information from objects in storageStorageClientMock.getBatchObjectInformation
(String strategyId, DataCategory type, Collection<String> offerIds, Collection<String> objectIds) -
Uses of BatchObjectInformationResponse in fr.gouv.vitam.storage.engine.server.distribution
Methods in fr.gouv.vitam.storage.engine.server.distribution that return types with arguments of type BatchObjectInformationResponseModifier and TypeMethodDescriptionStorageDistribution.getBatchObjectInformation
(String strategyId, DataCategory type, List<String> objectIds, List<String> offerIds) -
Uses of BatchObjectInformationResponse 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 BatchObjectInformationResponseModifier and TypeMethodDescriptionReadOnlyShieldStorageDistribution.getBatchObjectInformation
(String strategyId, DataCategory type, List<String> objectIds, List<String> offerIds) StorageDistributionImpl.getBatchObjectInformation
(String strategyId, DataCategory type, List<String> objectIds, List<String> offerIds)