Package | Description |
---|---|
fr.gouv.vitam.storage.engine.common.model |
Provides common Model classes for the Storage Engine module.
|
fr.gouv.vitam.storage.offers.common.database |
Provides core implementation for default offer mongo acces.
|
Modifier and Type | Method and Description |
---|---|
OfferLogAction |
OfferLog.getAction() |
static OfferLogAction |
OfferLogAction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OfferLogAction[] |
OfferLogAction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
OfferLog.setAction(OfferLogAction action) |
Constructor and Description |
---|
OfferLog(String container,
String fileName,
OfferLogAction action)
Constructor
|
Modifier and Type | Method and Description |
---|---|
void |
OfferLogDatabaseService.save(String containerName,
String fileName,
OfferLogAction action)
Save on offerLog.
|
Copyright © 2018 Vitam. All rights reserved.