Uses of Class
io.goobi.viewer.model.archives.ArchiveResource
Packages that use ArchiveResource
-
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 ArchiveResourceModifier and TypeMethodDescriptionArchiveBean.getDatabases()Deprecated.Use getFilteredDatabases()ArchiveBean.getFilteredDatabases() -
Uses of ArchiveResource in io.goobi.viewer.model.archives
Methods in io.goobi.viewer.model.archives that return ArchiveResourceModifier and TypeMethodDescriptionArchiveManager.getArchive(String resourceId) ArchiveManager.getArchiveResource(String archiveName) 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()Get the database names and file names.SolrEADParser.getPossibleDatabases()Get 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.