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