Uses of Class
fr.gouv.vitam.storage.engine.common.model.OfferLogAction
-
Packages that use OfferLogAction Package Description fr.gouv.vitam.storage.engine.common.model Provides common Model classes for the Storage Engine module.fr.gouv.vitam.storage.offers.database 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 OfferLogAction Modifier and Type Method Description OfferLogAction
OfferLog. getAction()
static OfferLogAction
OfferLogAction. valueOf(java.lang.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.Methods in fr.gouv.vitam.storage.engine.common.model with parameters of type OfferLogAction Modifier and Type Method Description OfferLog
OfferLog. setAction(OfferLogAction action)
Constructors in fr.gouv.vitam.storage.engine.common.model with parameters of type OfferLogAction Constructor Description OfferLog(long sequence, java.time.LocalDateTime time, java.lang.String container, java.lang.String fileName, OfferLogAction action)
OfferLog(java.lang.String container, java.lang.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 OfferLogAction Modifier and Type Method Description void
OfferLogDatabaseService. bulkSave(java.lang.String containerName, java.util.List<java.lang.String> fileNames, OfferLogAction action, long sequence)
void
OfferLogDatabaseService. save(java.lang.String containerName, java.lang.String fileName, OfferLogAction action, long sequence)
-