Uses of Class
fr.gouv.vitam.storage.engine.common.model.response.BulkObjectStoreResponse
Packages that use BulkObjectStoreResponse
Package
Description
Provides Storage Engine client interface, factory and implementations.
Provides common Response classes for the Storage Engine module.
Provides a Distribution interface for the Storage Engine Server module
Provides a Distribution implementation for the Storage Engine Server module
Plugin package in worker module
-
Uses of BulkObjectStoreResponse in fr.gouv.vitam.storage.engine.client
Methods in fr.gouv.vitam.storage.engine.client that return BulkObjectStoreResponseModifier and TypeMethodDescriptionStorageClient.bulkStoreFilesFromWorkspace(String strategyId, BulkObjectStoreRequest bulkObjectStoreRequest) Store objects available in workspace into offersStorageClientMock.bulkStoreFilesFromWorkspace(String strategyId, BulkObjectStoreRequest bulkObjectStoreRequest) -
Uses of BulkObjectStoreResponse in fr.gouv.vitam.storage.engine.common.model.response
Methods in fr.gouv.vitam.storage.engine.common.model.response that return BulkObjectStoreResponseModifier and TypeMethodDescriptionBulkObjectStoreResponse.setDigestType(String digestType) BulkObjectStoreResponse.setObjectDigests(Map<String, String> objectDigests) BulkObjectStoreResponse.setOfferIds(List<String> offerIds) -
Uses of BulkObjectStoreResponse in fr.gouv.vitam.storage.engine.server.distribution
Methods in fr.gouv.vitam.storage.engine.server.distribution that return BulkObjectStoreResponseModifier and TypeMethodDescriptionStorageDistribution.bulkCreateFromWorkspace(String strategyId, BulkObjectStoreRequest bulkObjectStoreRequest, String requester) -
Uses of BulkObjectStoreResponse in fr.gouv.vitam.storage.engine.server.distribution.impl
Methods in fr.gouv.vitam.storage.engine.server.distribution.impl that return BulkObjectStoreResponseModifier and TypeMethodDescriptionReadOnlyShieldStorageDistribution.bulkCreateFromWorkspace(String strategyId, BulkObjectStoreRequest bulkObjectStoreRequest, String requester) StorageDistributionImpl.bulkCreateFromWorkspace(String strategyId, BulkObjectStoreRequest bulkObjectStoreRequest, String requester) -
Uses of BulkObjectStoreResponse in fr.gouv.vitam.worker.core.plugin
Methods in fr.gouv.vitam.worker.core.plugin that return BulkObjectStoreResponseModifier and TypeMethodDescriptionprotected BulkObjectStoreResponseStoreObjectActionHandler.storeObjects(HandlerIO handler, String strategy, BulkObjectStoreRequest bulkObjectStoreRequest) Method parameters in fr.gouv.vitam.worker.core.plugin with type arguments of type BulkObjectStoreResponseModifier and TypeMethodDescriptionprotected voidStoreObjectActionHandler.storeStorageInfos(List<MapOfObjects> mapOfObjectsList, Map<String, BulkObjectStoreResponse> resultByStrategy, Map<String, String> strategiesByObjectId) protected voidStoreObjectActionHandler.updateSubTasksAndTasksFromStorageInfos(Map<String, BulkObjectStoreResponse> resultsByStrategy, List<Map<String, ItemStatus>> itemStatusByObjectList, List<ItemStatus> itemStatusList) detailsFromStorageInfo, get storage details as JSON String from storageInfo result