Uses of Enum Class
fr.gouv.vitam.storage.engine.common.model.OfferLogAction
Packages that use 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
Methods in fr.gouv.vitam.storage.engine.common.model that return OfferLogActionModifier 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.Methods in fr.gouv.vitam.storage.engine.common.model with parameters of type OfferLogActionConstructors in fr.gouv.vitam.storage.engine.common.model with parameters of type OfferLogActionModifierConstructorDescriptionOfferLog
(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
Methods in fr.gouv.vitam.storage.offers.database with parameters of type OfferLogActionModifier and TypeMethodDescriptionvoid
OfferLogDatabaseService.bulkSave
(String containerName, List<String> fileNames, OfferLogAction action, long sequence) void
OfferLogDatabaseService.save
(String containerName, String fileName, OfferLogAction action, long sequence)