Uses of Class
io.goobi.viewer.model.archives.ArchiveEntry
Packages that use ArchiveEntry
Package
Description
-
Uses of ArchiveEntry in io.goobi.viewer.managedbeans
Methods in io.goobi.viewer.managedbeans that return ArchiveEntryMethods in io.goobi.viewer.managedbeans that return types with arguments of type ArchiveEntryModifier and TypeMethodDescriptionArchiveBean.getArchiveHierarchyForIdentifier
(String identifier) Returns the entry hierarchy from the root down to the entry with the given identifier.Methods in io.goobi.viewer.managedbeans with parameters of type ArchiveEntryModifier 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
Methods in io.goobi.viewer.model.archives that return ArchiveEntryModifier 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) Methods in io.goobi.viewer.model.archives that return types with arguments of type ArchiveEntryModifier 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) Methods in io.goobi.viewer.model.archives with parameters of type ArchiveEntryModifier and TypeMethodDescriptionvoid
ArchiveEntry.addSubEntry
(ArchiveEntry other) void
ArchiveTree.collapseEntry
(ArchiveEntry entry) Collapses this entry and hides all sub-entries.void
ArchiveTree.expandEntry
(ArchiveEntry entry) Expands this entry and sets all sub-entries visible if their immediate parent is expanded.void
ArchiveTree.expandUpEntry
(ArchiveEntry entry) Expands and sets visible all ancestors of this node and expands siblings of this node.void
ArchiveTree.generate
(ArchiveEntry root) Sets the given root entry, generates a new flat list and adds it to entryMap.boolean
ArchiveTree.isEntryExpanded
(ArchiveEntry entry) boolean
ArchiveTree.isEntryVisible
(ArchiveEntry entry) 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) Method parameters in io.goobi.viewer.model.archives with type arguments of type ArchiveEntryModifier and TypeMethodDescriptionvoid
ArchiveEntry.setSubEntryList
(List<ArchiveEntry> subEntryList) Constructors in io.goobi.viewer.model.archives with parameters of type ArchiveEntry -
Uses of ArchiveEntry in io.goobi.viewer.model.viewer
Methods in io.goobi.viewer.model.viewer that return types with arguments of type ArchiveEntryModifier and TypeMethodDescriptionViewManager.getArchiveHierarchyForIdentifier
(String identifier)