Uses of Enum Class
io.goobi.viewer.model.archives.ArchiveManager.DatabaseState
Packages that use ArchiveManager.DatabaseState
Package
Description
JSF managed beans (CDI backing beans) of the Goobi viewer.
Domain model for archival finding aids (EAD), comprising the archive tree structure,
individual entries with their metadata, and parsers that load EAD data from Solr and
external archive servers.
-
Uses of ArchiveManager.DatabaseState in io.goobi.viewer.managedbeans
Methods in io.goobi.viewer.managedbeans that return ArchiveManager.DatabaseState -
Uses of ArchiveManager.DatabaseState in io.goobi.viewer.model.archives
Methods in io.goobi.viewer.model.archives that return ArchiveManager.DatabaseStateModifier and TypeMethodDescriptionArchiveManager.getDatabaseState()static ArchiveManager.DatabaseStateReturns the enum constant of this class with the specified name.static ArchiveManager.DatabaseState[]ArchiveManager.DatabaseState.values()Returns an array containing the constants of this enum class, in the order they are declared.