Uses of Class
fr.gouv.vitam.storage.engine.common.model.request.OfferPartialSyncItem
Packages that use OfferPartialSyncItem
Package
Description
Provides common Request classes for the Storage Engine module.
-
Uses of OfferPartialSyncItem in fr.gouv.vitam.storage.engine.common.model.request
Methods in fr.gouv.vitam.storage.engine.common.model.request that return OfferPartialSyncItemModifier and TypeMethodDescriptionOfferPartialSyncItem.setContainer(String container) OfferPartialSyncItem.setFilenames(List<String> filenames) OfferPartialSyncItem.setTenantId(Integer tenantId) Methods in fr.gouv.vitam.storage.engine.common.model.request that return types with arguments of type OfferPartialSyncItemMethod parameters in fr.gouv.vitam.storage.engine.common.model.request with type arguments of type OfferPartialSyncItemModifier and TypeMethodDescriptionOfferPartialSyncRequest.setItemsToSynchronize(List<OfferPartialSyncItem> itemsToSynchronize) -
Uses of OfferPartialSyncItem in fr.gouv.vitam.storage.engine.server.offersynchronization
Method parameters in fr.gouv.vitam.storage.engine.server.offersynchronization with type arguments of type OfferPartialSyncItemModifier and TypeMethodDescriptionbooleanOfferSyncService.startSynchronization(String sourceOffer, String targetOffer, String strategyId, List<OfferPartialSyncItem> items) voidOfferSyncProcess.synchronize(Executor executor, String sourceOffer, String targetOffer, String strategyId, List<OfferPartialSyncItem> items)