Uses of Class
fr.gouv.vitam.logbook.common.server.database.collections.LogbookMongoDbName
-
Packages that use LogbookMongoDbName Package Description fr.gouv.vitam.logbook.common.server.database.collections Provides Logbook collection classes -
-
Uses of LogbookMongoDbName in fr.gouv.vitam.logbook.common.server.database.collections
Methods in fr.gouv.vitam.logbook.common.server.database.collections that return LogbookMongoDbName Modifier and Type Method Description static LogbookMongoDbName
LogbookMongoDbName. getFromDbname(java.lang.String name)
static LogbookMongoDbName
LogbookMongoDbName. getLogbookMongoDbName(LogbookParameterName name)
static LogbookMongoDbName
LogbookMongoDbName. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static LogbookMongoDbName[]
LogbookMongoDbName. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-