Uses of Class
io.goobi.viewer.exceptions.RecordNotFoundException
Packages that use RecordNotFoundException
Package
Description
Core controller and utility classes of the Goobi viewer.
JSF managed beans (CDI backing beans) of the Goobi viewer.
Models asynchronous download jobs for generating and caching PDF, EPUB, and external-file
download packages that users can retrieve once processing is complete.
Provides the core access-control domain model for the Goobi viewer, including license
types, access permissions, privilege holders, copyright indicators, and security questions.
Contains the core viewer model, including the central
ViewManager, physical and structural record elements,
page navigation, MIME type handling, and supporting value types used across the viewer presentation layer.Provides visibility condition classes used to determine whether UI elements should be displayed for a given record page.
-
Uses of RecordNotFoundException in io.goobi.viewer.controller
Methods in io.goobi.viewer.controller that throw RecordNotFoundExceptionModifier and TypeMethodDescriptionstatic DatasetDataFileTools.getDataset(String pi) Creates a Dataset object, containing all relevant file paths.ProcessDataResolver.getDataset(String pi) Creates a Dataset object, containing all relevant file paths.static StringDataFileTools.loadMei(String pi, HttpServletRequest servletRequest) static booleanIndexerTools.reIndexRecord(String pi) Writes the record into the hotfolder for re-indexing.static booleanIndexerTools.reIndexRecord(String pi, Collection<? extends IndexAugmenter> augmenters) Writes the record into the hotfolder for re-indexing. -
Uses of RecordNotFoundException in io.goobi.viewer.managedbeans
Methods in io.goobi.viewer.managedbeans that throw RecordNotFoundExceptionModifier and TypeMethodDescriptionCmsBean.cmsContextAction()Action method called when a CMS page is opened.CmsBean.cmsContextAction(boolean resetSearch) Action method called when a CMS page is opened.TextBean.getTeiText(StructElement topDocument, String language) Loads and returns the TEI text for the given record and language if full-text access is granted to the client.booleanCalled with a string in form of a modified json object.booleanDisplayConditions.matchRecord(String json) Called with a string in form of a modified json object.ActiveDocumentBean.open()Pretty-URL entry point.DownloadBean.openDownloadAction()openDownloadAction.ActiveDocumentBean.openFulltext()openFulltext.ArchiveBean.reIndexArchiveAction()Exports the currently loaded archive for re-indexing.ActiveDocumentBean.reIndexRecordAction()Exports the currently loaded for re-indexing.reload.voidActiveDocumentBean.setCurrentImageOrderPerScript()voidActiveDocumentBean.setPersistentIdentifier(String persistentIdentifier) setPersistentIdentifier.voidActiveDocumentBean.update()Loads the record with the IDDOC set incurrentElementIddoc.voidBreadcrumbBean.updateBreadcrumbs(CMSPage cmsPage) Updates breadcrumbs from the given CMS page (and any breadcrumb predecessor pages). -
Uses of RecordNotFoundException in io.goobi.viewer.model.job.download
Methods in io.goobi.viewer.model.job.download that throw RecordNotFoundException -
Uses of RecordNotFoundException in io.goobi.viewer.model.security
Methods in io.goobi.viewer.model.security that throw RecordNotFoundExceptionModifier and TypeMethodDescriptionstatic AccessPermissionAccessConditionUtils.checkAccessPermissionByIdentifierAndLogId(String identifier, String logId, String privilegeName, HttpServletRequest request) Checks whether the current users has the given access permissions to the element with the given identifier and LOGID.static intAccessConditionUtils.getPdfDownloadQuotaForRecord(String pi) -
Uses of RecordNotFoundException in io.goobi.viewer.model.viewer
Methods in io.goobi.viewer.model.viewer that throw RecordNotFoundExceptionModifier and TypeMethodDescriptionstatic ViewManagerViewManager.createViewManager(String pi, boolean loadPages) Creates an instance of ViewManager loaded with the record with the given identifier.booleanViewManager.isAccessPermissionExternalResources()booleanViewManager.isRecordHasImages() -
Uses of RecordNotFoundException in io.goobi.viewer.model.viewer.record.views
Methods in io.goobi.viewer.model.viewer.record.views that throw RecordNotFoundExceptionModifier and TypeMethodDescriptionbooleanVisibilityCondition.checkAccess(ViewManager viewManager, HttpServletRequest request, RecordPropertyCache properties) static Collection<FileType> FileType.containedFiletypes(PhysicalElement page, boolean localFilesOnly) RecordPropertyCache.getFileTypesForPage(PhysicalElement page, boolean localFilesOnly) RecordPropertyCache.getPermissionForRecord(ViewManager viewManager, String privilege, HttpServletRequest request) booleanVisibilityCondition.matchesPage(PageType pageType, PhysicalElement page, HttpServletRequest request, RecordPropertyCache properties) booleanVisibilityCondition.matchesRecord(PageType pageType, ViewManager viewManager, HttpServletRequest request, RecordPropertyCache properties)