Uses of Enum Class
fr.gouv.vitam.storage.engine.common.model.Order
Package
Description
Provides Model classes such as Requests and Results classes for the Storage
driver module
Provides Storage Engine client interface, factory and implementations.
Provides common Model classes for the Storage Engine module.
Provides common Request classes for the Storage Engine module.
Provides a Distribution interface for the Storage Engine Server module
Provides a Distribution implementation for the Storage Engine Server module
Provides core implementation (Workspace based) for the Storage Offer Default
module
-
Uses of Order in fr.gouv.vitam.functional.administration.core.backup
Modifier and TypeMethodDescriptionRestoreBackupService.getListing
(String strategy, DataCategory category, Long offset, int limit, Order order) Retrieve list of offer log defining objects to reconstruct from offer log -
Uses of Order in fr.gouv.vitam.functional.administration.core.reconstruction
Modifier and TypeMethodDescriptionRestoreBackupServiceImpl.getListing
(String strategy, DataCategory dataCategory, Long offset, int limit, Order order) Retrieve list of offer log defining objects to reconstruct from offer log -
Uses of Order in fr.gouv.vitam.metadata.core.reconstruction.service
Modifier and TypeMethodDescriptionRestoreBackupService.getListing
(String strategy, String offerId, DataCategory category, Long offset, Integer limit, Order order, int batchSize) Retrieve list of offer log defining objects to reconstruct from offer log -
Uses of Order in fr.gouv.vitam.storage.driver.model
ModifierConstructorDescriptionStorageOfferLogRequest
(Integer tenantId, String type, Long offset, int limit, Order order) Initialize the needed data for request. -
Uses of Order in fr.gouv.vitam.storage.engine.client
Modifier and TypeMethodDescriptionOfferLogHelper.getListing
(StorageClientFactory storageClientFactory, String strategy, String offerId, DataCategory dataCategory, Long offset, Order order, int chunkSize, Integer limit) StorageClient.getOfferLogs
(String strategyId, String offerId, DataCategory type, Long offset, int limit, Order order) Get offer log .StorageClientMock.getOfferLogs
(String strategyId, String offerId, DataCategory type, Long offset, int limit, Order order) ModifierConstructorDescriptionStorageClientOfferLogIterator
(StorageClientFactory storageClientFactory, String strategyId, String offerId, Order order, DataCategory dataCategory, int chunkSize, Long startOffset) -
Uses of Order in fr.gouv.vitam.storage.engine.common.model
-
Uses of Order in fr.gouv.vitam.storage.engine.common.model.request
-
Uses of Order in fr.gouv.vitam.storage.engine.server.distribution
Modifier and TypeMethodDescriptionStorageDistribution.getOfferLogs
(String strategyId, DataCategory category, Long offset, int limit, Order order) Get offer log from referentStorageDistribution.getOfferLogsByOfferId
(String strategyId, String offerId, DataCategory category, Long offset, int limit, Order order) Get offer log from the given offer -
Uses of Order in fr.gouv.vitam.storage.engine.server.distribution.impl
Modifier and TypeMethodDescriptionReadOnlyShieldStorageDistribution.getOfferLogs
(String strategyId, DataCategory category, Long offset, int limit, Order order) StorageDistributionImpl.getOfferLogs
(String strategyId, DataCategory category, Long offset, int limit, Order order) ReadOnlyShieldStorageDistribution.getOfferLogsByOfferId
(String strategyId, String offerId, DataCategory category, Long offset, int limit, Order order) StorageDistributionImpl.getOfferLogsByOfferId
(String strategyId, String offerId, DataCategory category, Long offset, int limit, Order order) Get offer log from the given offer -
Uses of Order in fr.gouv.vitam.storage.engine.server.offersynchronization
Modifier and TypeMethodDescriptionRestoreOfferBackupService.getListing
(String strategy, String offerId, DataCategory category, Long offset, int limit, Order order) Retrieve listing of offerLogs defining objects to synchronize -
Uses of Order in fr.gouv.vitam.storage.engine.server.storagetraceability
ModifierConstructorDescriptionOfferLogIterator
(String strategyId, Order order, DataCategory dataCategory, StorageDistribution distribution, int chunkSize) -
Uses of Order in fr.gouv.vitam.storage.offers.core
Modifier and TypeMethodDescriptionDefaultOfferService.getOfferLogs
(String containerName, Long offset, int limit, Order order) Get the offer log of objects created in offer containerDefaultOfferServiceImpl.getOfferLogs
(String containerName, Long offset, int limit, Order order) SanityCheckOfferServiceDecorator.getOfferLogs
(String containerName, Long offset, int limit, Order order)