Uses of Class
io.goobi.viewer.model.archives.ArchiveResource
Packages that use ArchiveResource
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 ArchiveResource in io.goobi.viewer.managedbeans
Methods in io.goobi.viewer.managedbeans that return ArchiveResourceMethods in io.goobi.viewer.managedbeans that return types with arguments of type ArchiveResource -
Uses of ArchiveResource in io.goobi.viewer.model.archives
Methods in io.goobi.viewer.model.archives that return ArchiveResourceModifier and TypeMethodDescriptionArchiveManager.getArchive(String resourceId) Returns the loaded archive with the given resource ID.ArchiveManager.getArchiveResource(String archiveName) ArchiveResourceWrapper.getArchiveResource()ArchiveManager.loadArchiveForEntry(String identifier) Methods in io.goobi.viewer.model.archives that return types with arguments of type ArchiveResourceModifier and TypeMethodDescriptionArchiveManager.getDatabases()ArchiveManager.getOnlyDatabaseResource()If only one archive database exists and database status isArchiveManager.DatabaseState.ARCHIVES_LOADED, redirect to the matching url.abstract List<ArchiveResource> ArchiveParser.getPossibleDatabases()Gets the database names and file names.SolrEADParser.getPossibleDatabases()Gets the database names.Methods in io.goobi.viewer.model.archives with parameters of type ArchiveResourceModifier and TypeMethodDescriptionArchiveManager.getArchiveHierarchyForIdentifier(ArchiveResource resource, String identifier) Returns the entry hierarchy from the root down to the entry with the given identifier.ArchiveManager.getArchiveUrl(ArchiveResource resource, String entryIdentifier) abstract ArchiveEntryArchiveParser.loadDatabase(ArchiveResource database, int lazyLoadingThreshold) Loads the given database and parses the EAD document.SolrEADParser.loadDatabase(ArchiveResource database, int lazyLoadingThreshold) Loads the given database and parses the EAD document.Constructors in io.goobi.viewer.model.archives with parameters of type ArchiveResource