Uses of Enum Class
fr.gouv.vitam.storage.engine.common.model.OfferLogAction
Package
Description
Provides common Model classes for the Storage Engine module.
Provides core implementation for default offer mongo acces.
-
Uses of OfferLogAction in fr.gouv.vitam.storage.engine.common.model
Modifier and TypeMethodDescriptionOfferLog.getAction()
static OfferLogAction
Returns the enum constant of this class with the specified name.static OfferLogAction[]
OfferLogAction.values()
Returns an array containing the constants of this enum class, in the order they are declared.ModifierConstructorDescriptionOfferLog
(long sequence, LocalDateTime time, String container, String fileName, OfferLogAction action) OfferLog
(String container, String fileName, OfferLogAction action) Constructor -
Uses of OfferLogAction in fr.gouv.vitam.storage.offers.database
Modifier and TypeMethodDescriptionvoid
OfferLogDatabaseService.bulkSave
(String containerName, List<String> fileNames, OfferLogAction action, long sequence) void
OfferLogDatabaseService.save
(String containerName, String fileName, OfferLogAction action, long sequence)