Package | Description |
---|---|
fr.gouv.vitam.storage.driver.model |
Provides Model classes such as Requests and Results classes for the Storage
driver module
|
fr.gouv.vitam.storage.engine.client |
Provides Storage Engine client interface, factory and implementations.
|
fr.gouv.vitam.storage.engine.common.model |
Provides common Model classes for the Storage Engine module.
|
fr.gouv.vitam.storage.engine.common.model.request |
Provides common Request classes for the Storage Engine module.
|
fr.gouv.vitam.storage.engine.server.distribution |
Provides a Distribution interface for the Storage Engine Server module
|
fr.gouv.vitam.storage.engine.server.distribution.impl |
Provides a Distribution implementation for the Storage Engine Server module
|
fr.gouv.vitam.storage.offers.common.core |
Provides core implementation (Workspace based) for the Storage Offer Default
module
|
fr.gouv.vitam.storage.offers.common.database |
Provides core implementation for default offer mongo acces.
|
Modifier and Type | Method and Description |
---|---|
Order |
StorageOfferLogRequest.getOrder() |
Constructor and Description |
---|
StorageOfferLogRequest(Integer tenantId,
String type,
Long offset,
int limit,
Order order)
Initialize the needed data for request.
|
Modifier and Type | Method and Description |
---|---|
RequestResponse<OfferLog> |
StorageClient.getOfferLogs(String strategyId,
DataCategory type,
Long offset,
int limit,
Order order)
Get offer log .
|
Modifier and Type | Method and Description |
---|---|
static Order |
Order.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Order[] |
Order.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Order |
OfferLogRequest.getOrder() |
Modifier and Type | Method and Description |
---|---|
void |
OfferLogRequest.setOrder(Order order) |
Constructor and Description |
---|
OfferLogRequest(Long offset,
int limit,
Order order)
Constructor
|
Modifier and Type | Method and Description |
---|---|
RequestResponse<OfferLog> |
StorageDistribution.getOfferLogs(String strategyId,
DataCategory category,
Long offset,
int limit,
Order order)
Get offer log from referent
|
Modifier and Type | Method and Description |
---|---|
RequestResponse<OfferLog> |
StorageDistributionImpl.getOfferLogs(String strategyId,
DataCategory category,
Long offset,
int limit,
Order order) |
Modifier and Type | Method and Description |
---|---|
List<OfferLog> |
DefaultOfferService.getOfferLogs(String containerName,
Long offset,
int limit,
Order order)
Get the offer log of objects created in offer container
|
List<OfferLog> |
DefaultOfferServiceImpl.getOfferLogs(String containerName,
Long offset,
int limit,
Order order) |
Modifier and Type | Method and Description |
---|---|
List<OfferLog> |
OfferLogDatabaseService.searchOfferLog(String containerName,
Long offset,
int limit,
Order order)
Search in offer log
|
Copyright © 2018 Vitam. All rights reserved.