Uses of Class
fr.gouv.vitam.storage.engine.server.distribution.impl.DataContext
Package
Description
Provides a Distribution interface for the Storage Engine Server module
Provides a Distribution implementation for the Storage Engine Server module
-
Uses of DataContext in fr.gouv.vitam.storage.engine.server.distribution
Modifier and TypeMethodDescriptionStorageDistribution.copyObjectFromOfferToOffer
(DataContext context, String sourceOffer, String destinationOffer) copy object from on offer to an anothervoid
StorageDistribution.deleteObjectInAllOffers
(String strategyId, DataContext context) Delete an objectvoid
StorageDistribution.deleteObjectInOffers
(String strategyId, DataContext context, List<String> offers) Delete an object in offers -
Uses of DataContext in fr.gouv.vitam.storage.engine.server.distribution.impl
Modifier and TypeMethodDescriptionReadOnlyShieldStorageDistribution.copyObjectFromOfferToOffer
(DataContext context, String sourceOffer, String destinationOffer) StorageDistributionImpl.copyObjectFromOfferToOffer
(DataContext context, String sourceOffer, String destinationOffer) void
ReadOnlyShieldStorageDistribution.deleteObjectInAllOffers
(String strategyId, DataContext context) void
StorageDistributionImpl.deleteObjectInAllOffers
(String strategyId, DataContext context) void
ReadOnlyShieldStorageDistribution.deleteObjectInOffers
(String strategyId, DataContext context, List<String> offers) void
StorageDistributionImpl.deleteObjectInOffers
(String strategyId, DataContext context, List<String> offers)