Uses of Class
fr.gouv.vitam.storage.engine.server.distribution.impl.DataContext
-
Packages that use DataContext Package Description fr.gouv.vitam.storage.engine.server.distribution Provides a Distribution interface for the Storage Engine Server modulefr.gouv.vitam.storage.engine.server.distribution.impl Provides a Distribution implementation for the Storage Engine Server module -
-
Uses of DataContext in fr.gouv.vitam.storage.engine.server.distribution
Methods in fr.gouv.vitam.storage.engine.server.distribution with parameters of type DataContext Modifier and Type Method Description StoredInfoResultStorageDistribution. copyObjectFromOfferToOffer(DataContext context, java.lang.String sourceOffer, java.lang.String destinationOffer)copy object from on offer to an anothervoidStorageDistribution. deleteObjectInAllOffers(java.lang.String strategyId, DataContext context)Delete an objectvoidStorageDistribution. deleteObjectInOffers(java.lang.String strategyId, DataContext context, java.util.List<java.lang.String> offers)Delete an object in offers -
Uses of DataContext in fr.gouv.vitam.storage.engine.server.distribution.impl
Methods in fr.gouv.vitam.storage.engine.server.distribution.impl with parameters of type DataContext Modifier and Type Method Description StoredInfoResultReadOnlyShieldStorageDistribution. copyObjectFromOfferToOffer(DataContext context, java.lang.String sourceOffer, java.lang.String destinationOffer)StoredInfoResultStorageDistributionImpl. copyObjectFromOfferToOffer(DataContext context, java.lang.String sourceOffer, java.lang.String destinationOffer)voidReadOnlyShieldStorageDistribution. deleteObjectInAllOffers(java.lang.String strategyId, DataContext context)voidStorageDistributionImpl. deleteObjectInAllOffers(java.lang.String strategyId, DataContext context)voidReadOnlyShieldStorageDistribution. deleteObjectInOffers(java.lang.String strategyId, DataContext context, java.util.List<java.lang.String> offers)voidStorageDistributionImpl. deleteObjectInOffers(java.lang.String strategyId, DataContext context, java.util.List<java.lang.String> offers)
-