Uses of Class
io.goobi.viewer.model.archives.ArchiveEntry
Package
Description
-
Uses of ArchiveEntry in io.goobi.viewer.managedbeans
Modifier and TypeMethodDescriptionArchiveBean.getArchiveHierarchyForIdentifier
(String identifier) Returns the entry hierarchy from the root down to the entry with the given identifier.Modifier and TypeMethodDescriptionvoid
ArchiveBean.collapseEntry
(ArchiveEntry entry) collapseEntry.void
ArchiveBean.expandEntry
(ArchiveEntry entry) expandEntry.ArchiveMetadataBean.getMetadata
(ArchiveEntry entry) Get theArchiveEntryMetadataList
for the givenArchiveEntry
.ArchiveBean.selectEntryAction
(ArchiveEntry entry) void
ArchiveMetadataBean.setUnitDate
(ArchiveEntry entry) void
ArchiveBean.toggleEntryExpansion
(ArchiveEntry entry) -
Uses of ArchiveEntry in io.goobi.viewer.model.archives
Modifier and TypeMethodDescriptionArchiveTree.getEntryById
(String identifier) ArchiveEntry.getParentNode()
ArchiveTree.getRootElement()
ArchiveTree.getRootElement
(String group) ArchiveEntry.getRootNode()
ArchiveTree.getSelectedEntry()
ArchiveTree.getTrueRootElement()
abstract ArchiveEntry
ArchiveParser.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.SolrEADParser.loadNode
(int order, int hierarchy, org.apache.solr.common.SolrDocument doc, Set<String> loadPath, boolean loadChildrenRecursively) Modifier and TypeMethodDescriptionArchiveEntry.getAncestors
(boolean includeSelf) Get the parent node hierarchy of this node, optionally including the node itself The list is sorted with hightest hierarchy level first, so the node itself will always be the last element, if includedArchiveManager.getArchiveHierarchyForIdentifier
(ArchiveResource resource, String identifier) Returns the entry hierarchy from the root down to the entry with the given identifier.ArchiveEntry.getAsFlatList
(boolean ignoreDisplayChildren) ArchiveTree.getFlatEntryList()
Get the hierarchical tree as a flat listArchiveTree.getFlatView()
getFlatView.ArchiveEntry.getSearchList()
ArchiveEntry.getSubEntryList()
ArchiveTree.getTocElements()
getTocElements.ArchiveTree.getTreeView()
getTreeView.ArchiveTree.getTreeViewForGroup
(String group) getTreeViewForGroup.ArchiveTree.getViewForGroup
(String group) getViewForGroup.ArchiveTree.getVisibleTree
(boolean searchActive) Modifier and TypeMethodDescriptionvoid
ArchiveEntry.addSubEntry
(ArchiveEntry other) void
ArchiveTree.generate
(ArchiveEntry root) Sets the given root entry, generates a new flat list and adds it to entryMap.void
SolrEADParser.loadChildren
(ArchiveEntry entry, Set<String> loadPath, boolean loadChildrenRecursively) void
ArchiveEntry.removeSubEntry
(ArchiveEntry other) void
ArchiveTree.resetCollapseLevel
(ArchiveEntry entry, int maxDepth) Recursively expands and sets visible entries at or below maxDepth; hides and collapses any below.abstract boolean
ArchiveParser.searchInUnparsedNodes
(ArchiveEntry node, String searchValue) boolean
SolrEADParser.searchInUnparsedNodes
(ArchiveEntry node, String searchValue) void
ArchiveEntry.setParentNode
(ArchiveEntry parentNode) void
ArchiveTree.setSelectedEntry
(ArchiveEntry selectedEntry) void
ArchiveTree.setTrueRootElement
(ArchiveEntry trueRootElement) void
ArchiveTree.toggleSelectedEntry
(ArchiveEntry selectedEntry) void
ArchiveTree.update
(ArchiveEntry rootElement) Modifier and TypeMethodDescriptionvoid
ArchiveEntry.setSubEntryList
(List<ArchiveEntry> subEntryList) -
Uses of ArchiveEntry in io.goobi.viewer.model.viewer
Modifier and TypeMethodDescriptionViewManager.getArchiveHierarchyForIdentifier
(String identifier)