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 TypeMethodDescriptionvoidArchiveBean.collapseEntry(ArchiveEntry entry) collapseEntry.voidArchiveBean.expandEntry(ArchiveEntry entry) expandEntry.ArchiveMetadataBean.getMetadata(ArchiveEntry entry) Get theArchiveEntryMetadataListfor the givenArchiveEntry.ArchiveBean.selectEntryAction(ArchiveEntry entry) voidArchiveMetadataBean.setUnitDate(ArchiveEntry entry) voidArchiveBean.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 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.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 TypeMethodDescriptionvoidArchiveEntry.addSubEntry(ArchiveEntry other) voidArchiveTree.collapseEntry(ArchiveEntry entry) Collapses this entry and hides all sub-entries.voidArchiveTree.expandEntry(ArchiveEntry entry) Expands this entry and sets all sub-entries visible if their immediate parent is expanded.voidArchiveTree.expandUpEntry(ArchiveEntry entry) Expands and sets visible all ancestors of this node and expands siblings of this node.voidArchiveTree.generate(ArchiveEntry root) Sets the given root entry, generates a new flat list and adds it to entryMap.booleanArchiveTree.isEntryExpanded(ArchiveEntry entry) booleanArchiveTree.isEntryVisible(ArchiveEntry entry) voidSolrEADParser.loadChildren(ArchiveEntry entry, Set<String> loadPath, boolean loadChildrenRecursively) voidArchiveEntry.removeSubEntry(ArchiveEntry other) voidArchiveTree.resetCollapseLevel(ArchiveEntry entry, int maxDepth) Recursively expands and sets visible entries at or below maxDepth; hides and collapses any below.abstract booleanArchiveParser.searchInUnparsedNodes(ArchiveEntry node, String searchValue) booleanSolrEADParser.searchInUnparsedNodes(ArchiveEntry node, String searchValue) voidArchiveEntry.setParentNode(ArchiveEntry parentNode) voidArchiveTree.setSelectedEntry(ArchiveEntry selectedEntry) voidArchiveTree.setTrueRootElement(ArchiveEntry trueRootElement) voidArchiveTree.toggleSelectedEntry(ArchiveEntry selectedEntry) voidArchiveTree.update(ArchiveEntry rootElement) Method parameters in io.goobi.viewer.model.archives with type arguments of type ArchiveEntryModifier and TypeMethodDescriptionvoidArchiveEntry.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)