Uses of Class
fr.gouv.vitam.storage.engine.common.model.request.OfferPartialSyncRequest
Packages that use OfferPartialSyncRequest
Package
Description
Provides common Request classes for the Storage Engine module.
Provides the web server application and configuration for the Storage Engine
Server module and the rest resources it uses.
-
Uses of OfferPartialSyncRequest in fr.gouv.vitam.storage.engine.common.model.request
Methods in fr.gouv.vitam.storage.engine.common.model.request that return OfferPartialSyncRequestModifier and TypeMethodDescriptionOfferPartialSyncRequest.setItemsToSynchronize
(List<OfferPartialSyncItem> itemsToSynchronize) OfferPartialSyncRequest.setSourceOffer
(String sourceOffer) OfferPartialSyncRequest.setStrategyId
(String strategyId) OfferPartialSyncRequest.setTargetOffer
(String targetOffer) -
Uses of OfferPartialSyncRequest in fr.gouv.vitam.storage.engine.server.rest
Methods in fr.gouv.vitam.storage.engine.server.rest with parameters of type OfferPartialSyncRequestModifier and TypeMethodDescriptionjavax.ws.rs.core.Response
AdminOfferSyncResource.startPartialSynchronization
(OfferPartialSyncRequest offerPartialSyncRequest)