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 OfferPartialSyncRequestOfferPartialSyncRequest. setItemsToSynchronize(java.util.List<OfferPartialSyncItem> itemsToSynchronize)OfferPartialSyncRequestOfferPartialSyncRequest. setSourceOffer(java.lang.String sourceOffer)OfferPartialSyncRequestOfferPartialSyncRequest. setStrategyId(java.lang.String strategyId)OfferPartialSyncRequestOfferPartialSyncRequest. 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.ResponseAdminOfferSyncResource. startPartialSynchronization(OfferPartialSyncRequest offerPartialSyncRequest)
-