Uses of Class
io.goobi.viewer.exceptions.RecordNotFoundException
Package
Description
-
Uses of RecordNotFoundException in io.goobi.viewer.controller
Modifier and TypeMethodDescriptionstatic Dataset
DataFileTools.getDataset
(String pi) creates a Dataset object, containing all relevant file pathsProcessDataResolver.getDataset
(String pi) creates a Dataset object, containing all relevant file pathsstatic boolean
IndexerTools.reIndexRecord
(String pi) Writes the record into the hotfolder for re-indexing.static boolean
IndexerTools.reIndexRecord
(String pi, Collection<? extends IndexAugmenter> augmenters) Writes the record into the hotfolder for re-indexing. -
Uses of RecordNotFoundException in io.goobi.viewer.managedbeans
Modifier 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.boolean
Called with a string in form of a modified json object.boolean
DisplayConditions.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.void
ActiveDocumentBean.setPersistentIdentifier
(String persistentIdentifier) setPersistentIdentifier.void
ActiveDocumentBean.update()
Loads the record with the IDDOC set incurrentElementIddoc
.void
BreadcrumbBean.updateBreadcrumbs
(CMSPage cmsPage) Updates breadcrumbs from the given CMS page (and any breadcrumb predecessor pages). -
Uses of RecordNotFoundException in io.goobi.viewer.model.security
Modifier and TypeMethodDescriptionstatic AccessPermission
AccessConditionUtils.checkAccessPermissionByIdentifierAndLogId
(String identifier, String logId, String privilegeName, javax.servlet.http.HttpServletRequest request) Checks whether the current users has the given access permissions to the element with the given identifier and LOGID.static int
AccessConditionUtils.getPdfDownloadQuotaForRecord
(String pi) -
Uses of RecordNotFoundException in io.goobi.viewer.model.viewer
Modifier and TypeMethodDescriptionstatic ViewManager
ViewManager.createViewManager
(String pi, boolean loadPages) Creates an instance of ViewManager loaded with the record with the given identifier.boolean
ViewManager.isAccessPermissionExternalResources()
boolean
ViewManager.isRecordHasImages()
-
Uses of RecordNotFoundException in io.goobi.viewer.model.viewer.record.views
Modifier and TypeMethodDescriptionboolean
VisibilityCondition.checkAccess
(PhysicalElement page, javax.servlet.http.HttpServletRequest request, RecordPropertyCache properties) boolean
VisibilityCondition.checkAccess
(ViewManager viewManager, javax.servlet.http.HttpServletRequest request, RecordPropertyCache properties) static Collection<FileType>
FileType.containedFiletypes
(PhysicalElement page, boolean localFilesOnly) RecordPropertyCache.getFileTypesForPage
(PhysicalElement page, boolean localFilesOnly) RecordPropertyCache.getPermissionForPage
(PhysicalElement page, String privilege, javax.servlet.http.HttpServletRequest request) RecordPropertyCache.getPermissionForRecord
(ViewManager viewManager, String privilege, javax.servlet.http.HttpServletRequest request) boolean
VisibilityCondition.matchesPage
(PageType pageType, PhysicalElement page, javax.servlet.http.HttpServletRequest request, RecordPropertyCache properties) boolean
VisibilityCondition.matchesRecord
(PageType pageType, ViewManager viewManager, javax.servlet.http.HttpServletRequest request, RecordPropertyCache properties)