Uses of Class
io.goobi.viewer.exceptions.RecordNotFoundException
Packages that use RecordNotFoundException
Package
Description
- 
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 pathsProcessDataResolver.getDataset(String pi) creates a Dataset object, containing all relevant file pathsstatic 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.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.security
Methods in io.goobi.viewer.model.security that throw RecordNotFoundExceptionModifier and TypeMethodDescriptionstatic AccessPermissionAccessConditionUtils.checkAccessPermissionByIdentifierAndLogId(String identifier, String logId, String privilegeName, jakarta.servlet.http.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(PhysicalElement page, jakarta.servlet.http.HttpServletRequest request, RecordPropertyCache properties) booleanVisibilityCondition.checkAccess(ViewManager viewManager, jakarta.servlet.http.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, jakarta.servlet.http.HttpServletRequest request) booleanVisibilityCondition.matchesPage(PageType pageType, PhysicalElement page, jakarta.servlet.http.HttpServletRequest request, RecordPropertyCache properties) booleanVisibilityCondition.matchesRecord(PageType pageType, ViewManager viewManager, jakarta.servlet.http.HttpServletRequest request, RecordPropertyCache properties)