Uses of Class
fr.gouv.vitam.storage.engine.common.model.request.OfferPartialSyncRequest
-
Packages that use OfferPartialSyncRequest Package Description fr.gouv.vitam.storage.engine.common.model.request Provides common Request classes for the Storage Engine module.fr.gouv.vitam.storage.engine.server.rest 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 OfferPartialSyncRequest Modifier and Type Method Description OfferPartialSyncRequest
OfferPartialSyncRequest. setItemsToSynchronize(java.util.List<OfferPartialSyncItem> itemsToSynchronize)
OfferPartialSyncRequest
OfferPartialSyncRequest. setSourceOffer(java.lang.String sourceOffer)
OfferPartialSyncRequest
OfferPartialSyncRequest. setStrategyId(java.lang.String strategyId)
OfferPartialSyncRequest
OfferPartialSyncRequest. setTargetOffer(java.lang.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 OfferPartialSyncRequest Modifier and Type Method Description javax.ws.rs.core.Response
AdminOfferSyncResource. startPartialSynchronization(OfferPartialSyncRequest offerPartialSyncRequest)
-