Class RestoreOfferBackupService
java.lang.Object
fr.gouv.vitam.storage.engine.server.offersynchronization.RestoreOfferBackupService
Service used to recover Backup copies.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetListing(String strategy, String offerId, DataCategory category, Long offset, int limit, Order order) Retrieve listing of offerLogs defining objects to synchronize
-
Constructor Details
-
RestoreOfferBackupService
constructor.
-
-
Method Details
-
getListing
public List<OfferLog> getListing(String strategy, String offerId, DataCategory category, Long offset, int limit, Order order) throws StorageException Retrieve listing of offerLogs defining objects to synchronize- Parameters:
strategy- storage strategyofferId- offer identifiercategory- container categoryoffset- offsetlimit- limitorder- the search order- Returns:
- list of offerLogs by bulkSize
- Throws:
StorageException
-