Uses of Class
fr.gouv.vitam.storage.engine.common.model.request.OfferSyncRequest
Packages that use OfferSyncRequest
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 OfferSyncRequest in fr.gouv.vitam.storage.engine.common.model.request
Methods in fr.gouv.vitam.storage.engine.common.model.request that return OfferSyncRequestModifier and TypeMethodDescriptionOfferSyncRequest.setContainer
(String container) OfferSyncRequest.setSourceOffer
(String sourceOffer) OfferSyncRequest.setStrategyId
(String strategyId) OfferSyncRequest.setTargetOffer
(String targetOffer) OfferSyncRequest.setTenantId
(Integer tenantId) -
Uses of OfferSyncRequest in fr.gouv.vitam.storage.engine.server.rest
Methods in fr.gouv.vitam.storage.engine.server.rest with parameters of type OfferSyncRequestModifier and TypeMethodDescriptionjavax.ws.rs.core.Response
AdminOfferSyncResource.startSynchronization
(OfferSyncRequest offerSyncRequest) Start offer synchronization.