Uses of Enum Class
fr.gouv.vitam.storage.engine.common.model.Order
Packages that use 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
Methods in fr.gouv.vitam.functional.administration.core.backup with parameters of type OrderModifier 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
Methods in fr.gouv.vitam.functional.administration.core.reconstruction with parameters of type OrderModifier 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
Methods in fr.gouv.vitam.metadata.core.reconstruction.service with parameters of type OrderModifier 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
Methods in fr.gouv.vitam.storage.driver.model that return OrderConstructors in fr.gouv.vitam.storage.driver.model with parameters of type OrderModifierConstructorDescriptionStorageOfferLogRequest
(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
Methods in fr.gouv.vitam.storage.engine.client with parameters of type OrderModifier 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) Constructors in fr.gouv.vitam.storage.engine.client with parameters of type OrderModifierConstructorDescriptionStorageClientOfferLogIterator
(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
Methods in fr.gouv.vitam.storage.engine.common.model that return Order -
Uses of Order in fr.gouv.vitam.storage.engine.common.model.request
Methods in fr.gouv.vitam.storage.engine.common.model.request that return OrderMethods in fr.gouv.vitam.storage.engine.common.model.request with parameters of type OrderConstructors in fr.gouv.vitam.storage.engine.common.model.request with parameters of type Order -
Uses of Order in fr.gouv.vitam.storage.engine.server.distribution
Methods in fr.gouv.vitam.storage.engine.server.distribution with parameters of type OrderModifier 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
Methods in fr.gouv.vitam.storage.engine.server.distribution.impl with parameters of type OrderModifier 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
Methods in fr.gouv.vitam.storage.engine.server.offersynchronization with parameters of type OrderModifier 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
Constructors in fr.gouv.vitam.storage.engine.server.storagetraceability with parameters of type OrderModifierConstructorDescriptionOfferLogIterator
(String strategyId, Order order, DataCategory dataCategory, StorageDistribution distribution, int chunkSize) -
Uses of Order in fr.gouv.vitam.storage.offers.core
Methods in fr.gouv.vitam.storage.offers.core with parameters of type OrderModifier 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)