Uses of Class
fr.gouv.vitam.storage.engine.common.model.request.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
Modifier 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
Modifier and TypeMethodDescriptionjavax.ws.rs.core.Response
AdminOfferSyncResource.startSynchronization
(OfferSyncRequest offerSyncRequest) Start offer synchronization.