Uses of Class
fr.gouv.vitam.storage.engine.common.model.request.BulkObjectStoreRequest
Packages that use BulkObjectStoreRequest
Package
Description
Provides Storage Engine client interface, factory and implementations.
Provides common Request 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
Provides the web server application and configuration for the Storage Engine
Server module and the rest resources it uses.
Plugin package in worker module
-
Uses of BulkObjectStoreRequest in fr.gouv.vitam.storage.engine.client
Methods in fr.gouv.vitam.storage.engine.client with parameters of type BulkObjectStoreRequestModifier and TypeMethodDescriptionStorageClient.bulkStoreFilesFromWorkspace
(String strategyId, BulkObjectStoreRequest bulkObjectStoreRequest) Store objects available in workspace into offersStorageClientMock.bulkStoreFilesFromWorkspace
(String strategyId, BulkObjectStoreRequest bulkObjectStoreRequest) -
Uses of BulkObjectStoreRequest in fr.gouv.vitam.storage.engine.common.model.request
Methods in fr.gouv.vitam.storage.engine.common.model.request that return BulkObjectStoreRequestModifier and TypeMethodDescriptionBulkObjectStoreRequest.setObjectNames
(List<String> objectNames) BulkObjectStoreRequest.setType
(DataCategory type) BulkObjectStoreRequest.setWorkspaceContainerGUID
(String workspaceContainerGUID) BulkObjectStoreRequest.setWorkspaceObjectURIs
(List<String> workspaceObjectURIs) -
Uses of BulkObjectStoreRequest in fr.gouv.vitam.storage.engine.server.distribution
Methods in fr.gouv.vitam.storage.engine.server.distribution with parameters of type BulkObjectStoreRequestModifier and TypeMethodDescriptionStorageDistribution.bulkCreateFromWorkspace
(String strategyId, BulkObjectStoreRequest bulkObjectStoreRequest, String requester) -
Uses of BulkObjectStoreRequest in fr.gouv.vitam.storage.engine.server.distribution.impl
Methods in fr.gouv.vitam.storage.engine.server.distribution.impl with parameters of type BulkObjectStoreRequestModifier and TypeMethodDescriptionReadOnlyShieldStorageDistribution.bulkCreateFromWorkspace
(String strategyId, BulkObjectStoreRequest bulkObjectStoreRequest, String requester) StorageDistributionImpl.bulkCreateFromWorkspace
(String strategyId, BulkObjectStoreRequest bulkObjectStoreRequest, String requester) -
Uses of BulkObjectStoreRequest in fr.gouv.vitam.storage.engine.server.rest
Methods in fr.gouv.vitam.storage.engine.server.rest with parameters of type BulkObjectStoreRequestModifier and TypeMethodDescriptionjavax.ws.rs.core.Response
StorageResource.bulkCreateFromWorkspace
(javax.servlet.http.HttpServletRequest httpServletRequest, javax.ws.rs.core.HttpHeaders headers, String folder, BulkObjectStoreRequest bulkObjectStoreRequest) -
Uses of BulkObjectStoreRequest in fr.gouv.vitam.worker.core.plugin
Methods in fr.gouv.vitam.worker.core.plugin with parameters of type BulkObjectStoreRequestModifier and TypeMethodDescriptionprotected BulkObjectStoreResponse
StoreObjectActionHandler.storeObjects
(String startegy, BulkObjectStoreRequest bulkObjectStoreRequest)