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 OfferLogActionReturns 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 TypeMethodDescriptionvoidOfferLogDatabaseService.bulkSave(String containerName, List<String> fileNames, OfferLogAction action, long sequence) voidOfferLogDatabaseService.save(String containerName, String fileName, OfferLogAction action, long sequence)