Index

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

D

DailySessionUsageStatistics - Class in io.goobi.viewer.model.statistics.usage
Persistence class holding the usage statistics for a single day in the form of a list of SessionUsageStatistics.
DailySessionUsageStatistics() - Constructor for class io.goobi.viewer.model.statistics.usage.DailySessionUsageStatistics
 
DailySessionUsageStatistics(DailySessionUsageStatistics) - Constructor for class io.goobi.viewer.model.statistics.usage.DailySessionUsageStatistics
 
DailySessionUsageStatistics(LocalDate, String) - Constructor for class io.goobi.viewer.model.statistics.usage.DailySessionUsageStatistics
 
DamerauLevenshtein - Class in io.goobi.viewer.controller
 
DamerauLevenshtein(String, String) - Constructor for class io.goobi.viewer.controller.DamerauLevenshtein
 
DAOException - Exception Class in io.goobi.viewer.exceptions
Thrown when a database access operation fails.
DAOException(String) - Constructor for exception class io.goobi.viewer.exceptions.DAOException
Creates a new DAOException instance.
DAOSearchFunction<T> - Interface in io.goobi.viewer.controller
Functional interface for paginated, sorted, and filtered DAO search operations that return a list of entities.
DatabaseUpdater - Class in io.goobi.viewer.dao.update
Management tool to updated deprecated viewer database setups to the one required by the viewer. to be run at viewer start, right after initializing the dao Appplies a fixed list of IModelUpdates to the IDAO which are responsible to make the required changes
DatabaseUpdater(IDAO, CMSTemplateManager) - Constructor for class io.goobi.viewer.dao.update.DatabaseUpdater
Creates a new DatabaseUpdater instance.
DataFileTools - Class in io.goobi.viewer.controller
Utility class for locating and accessing data files (ALTO, TEI, etc.) on the viewer file system.
DataManager - Class in io.goobi.viewer.controller
Application-scoped singleton that acts as the central access point for the DAO, configuration, and other core services.
dataRepository - Variable in class io.goobi.viewer.model.viewer.StructElementStub
Name of the data repository for this record.
DATAREPOSITORY - Static variable in class io.goobi.viewer.solr.SolrConstants
Constant DATAREPOSITORY="DATAREPOSITORY".
dataRetriever - Variable in class io.goobi.viewer.model.iiif.presentation.v3.builder.AbstractBuilder
 
DataRetriever - Class in io.goobi.viewer.model.iiif.presentation.v3.builder
Responsible for retrieving data from Index to build any IIIF resources.
DataRetriever() - Constructor for class io.goobi.viewer.model.iiif.presentation.v3.builder.DataRetriever
 
Dataset - Class in io.goobi.viewer.model.viewer
Holds the file-system paths and ordered file lists for a single digitised record (dataset), including its metadata file, image folder, PDF folder, ALTO folder, and corresponding file lists.
Dataset() - Constructor for class io.goobi.viewer.model.viewer.Dataset
 
DATASET - Enum constant in enum class io.goobi.viewer.model.crowdsourcing.DisplayUserGeneratedContent.ContentType
 
DataStorage - Interface in io.goobi.viewer.controller
Simple key-value storage abstraction used to pass arbitrary data between components.
Date() - Constructor for class io.goobi.viewer.model.security.authentication.model.VuAuthenticationResponse.Date
 
DATE - Static variable in class io.goobi.viewer.model.statistics.usage.StatisticsLuceneFields
SOLR field name containing the date at which the statistics were recorded.
DATE_FORMAT - Static variable in class io.goobi.viewer.api.rest.v1.statistics.usage.UsageStatisticsResource
 
DATE_PUBLICRELEASEDATE - Static variable in class io.goobi.viewer.solr.SolrConstants
Moving wall public release date.
DATE_TIME_FORMATTER - Static variable in class io.goobi.viewer.model.archives.ArchiveResource
 
DateComparator() - Constructor for class io.goobi.viewer.model.crowdsourcing.DisplayUserGeneratedContent.DateComparator
 
DATECREATED - Static variable in class io.goobi.viewer.solr.SolrConstants
Constant DATECREATED="DATECREATED".
DATEDELETED - Static variable in class io.goobi.viewer.solr.SolrConstants
Constant DATEDELETED="DATEDELETED".
DATEFIELD - Enum constant in enum class io.goobi.viewer.model.metadata.MetadataParameter.MetadataParameterType
 
DATEINDEXED - Static variable in class io.goobi.viewer.solr.SolrConstants
Constant DATEINDEXED="DATEINDEXED".
DATETIMEFIELD - Enum constant in enum class io.goobi.viewer.model.metadata.MetadataParameter.MetadataParameterType
 
DateTools - Class in io.goobi.viewer.controller
Utility methods for date parsing, etc.
DATEUPDATED - Static variable in class io.goobi.viewer.solr.SolrConstants
Constant DATEUPDATED="DATEUPDATED".
DC - Static variable in class io.goobi.viewer.solr.SolrConstants
Constant DC="DC".
DCRecordWriter - Class in io.goobi.viewer.model.misc
 
DCRecordWriter() - Constructor for class io.goobi.viewer.model.misc.DCRecordWriter
Creates a new jdom document with an empty record element.
DcSortingList - Class in io.goobi.viewer.model.viewer.collections
Contains a list of collection names and an additional String "sortAfter" denoting the collection after which the listed collections are to be inserted.
DcSortingList() - Constructor for class io.goobi.viewer.model.viewer.collections.DcSortingList
Creates a new DcSortingList instance.
DcSortingList(String) - Constructor for class io.goobi.viewer.model.viewer.collections.DcSortingList
Creates a new DcSortingList instance.
DcSortingList(String, List<String>) - Constructor for class io.goobi.viewer.model.viewer.collections.DcSortingList
Creates a new DcSortingList instance.
DcSortingList(List<String>) - Constructor for class io.goobi.viewer.model.viewer.collections.DcSortingList
Creates a new DcSortingList instance.
decodeUrl(String) - Static method in class io.goobi.viewer.controller.StringTools
decodeUrl.
decodeWithCharset(byte[], Charset) - Static method in class io.goobi.viewer.controller.shell.ProcessOutputReader
 
decompressGzipFile(File, File) - Static method in class io.goobi.viewer.controller.FileTools
decompressGzipFile.
decrementOrder(CMSComponent) - Method in class io.goobi.viewer.model.cms.pages.CMSPage
 
decrementOrder(CMSComponent) - Method in class io.goobi.viewer.model.cms.pages.CMSPageTemplate
 
decrypt(String) - Static method in class io.goobi.viewer.model.security.encryption.Decrypter
Returns the given string with all encryption variable expressions $SYS(...) replaced by the encrypted value.
Decrypter - Class in io.goobi.viewer.model.security.encryption
Enrich strings with sensitive data which is in some way encrypted or stored as environment variable by the system.
defacetifyField(String) - Static method in class io.goobi.viewer.model.search.SearchHelper
defacetifyField.
DEFAULT - Enum constant in enum class io.goobi.viewer.model.cms.media.CMSMediaItem.Priority
 
DEFAULT - Enum constant in enum class io.goobi.viewer.model.cms.widgets.type.WidgetGenerationType
Static widgets with no underlying data, just a xhtml component.
DEFAULT - Enum constant in enum class io.goobi.viewer.model.maps.GeoMapMarker.MarkerType
 
DEFAULT - Enum constant in enum class io.goobi.viewer.model.security.LicenseTypePlaceholderInfo.LicenseTypeImageMode
 
DEFAULT - Enum constant in enum class io.goobi.viewer.model.security.user.icon.UserAvatarOption
 
DEFAULT - Static variable in class io.goobi.viewer.controller.StringConstants
 
DEFAULT - Static variable in class io.goobi.viewer.solr.SolrConstants
Constant DEFAULT="DEFAULT".
DEFAULT_CHARSET - Static variable in class io.goobi.viewer.controller.StringTools
Constant DEFAULT_CHARSET="UTF-8".
DEFAULT_COLLAPSE_LEVEL - Static variable in class io.goobi.viewer.model.archives.ArchiveTree
 
DEFAULT_DOCSTRCT_WHITELIST_FILTER_QUERY - Static variable in class io.goobi.viewer.model.search.SearchHelper
Constant DEFAULT_DOCSTRCT_WHITELIST_FILTER_QUERY="(ISWORK:true OR ISANCHOR:true) AND NOT("{trunked}.
DEFAULT_EMAIL - Static variable in class io.goobi.viewer.model.security.authentication.HttpAuthenticationProvider
Constant DEFAULT_EMAIL="{username}@nomail.com".
DEFAULT_EMAIL - Static variable in class io.goobi.viewer.model.security.authentication.LitteraProvider
Constant DEFAULT_EMAIL="{username}@nomail.com".
DEFAULT_ENCODING - Static variable in class io.goobi.viewer.controller.StringTools
Constant DEFAULT_ENCODING="UTF-8".
DEFAULT_GROUP - Static variable in class io.goobi.viewer.model.archives.ArchiveTree
Constant DEFAULT_GROUP="_DEFAULT".
DEFAULT_MARKER_NAME - Static variable in class io.goobi.viewer.model.maps.FeatureSet
 
DEFAULT_NAME - Static variable in class io.goobi.viewer.controller.StringConstants
 
DEFAULT_TABLE_FILTER - Static variable in class io.goobi.viewer.managedbeans.AdminClientsBean
Default table filter key covering name, IP address, and client identifier columns.
DEFAULT_THRESHOLD - Static variable in class io.goobi.viewer.model.search.AdvancedSearchFieldConfiguration
 
defaultLocale - Static variable in class io.goobi.viewer.messages.ViewerResourceBundle
Constant defaultLocale.
DefaultQueueListener - Class in io.goobi.viewer.controller.mq
Background listener that continuously polls an ActiveMQ queue and dispatches incoming messages to the appropriate message handler.
DefaultQueueListener(MessageQueueManager, String) - Constructor for class io.goobi.viewer.controller.mq.DefaultQueueListener
 
defaultsorting - Enum constant in enum class io.goobi.viewer.model.viewer.collections.Sorting
 
DefaultURLBuilder - Class in io.goobi.viewer.modules.interfaces
Default implementation of the URL builder interface, constructing standard viewer page URLs.
DefaultURLBuilder() - Constructor for class io.goobi.viewer.modules.interfaces.DefaultURLBuilder
 
DefaultUserAvatar - Class in io.goobi.viewer.model.security.user.icon
 
DefaultUserAvatar() - Constructor for class io.goobi.viewer.model.security.user.icon.DefaultUserAvatar
 
DefaultWidgetType - Enum Class in io.goobi.viewer.model.cms.widgets.type
Types of widgets that are always available for CMS pages and cannot be configured.
delete(PersistentAnnotation) - Method in interface io.goobi.viewer.model.annotation.serialization.AnnotationDeleter
 
delete(PersistentAnnotation) - Method in class io.goobi.viewer.model.annotation.serialization.SolrAndSqlAnnotationDeleter
 
delete(PersistentAnnotation) - Method in class io.goobi.viewer.model.annotation.serialization.SolrAnnotationDeleter
 
delete(PersistentAnnotation) - Method in class io.goobi.viewer.model.annotation.serialization.SqlAnnotationDeleter
 
delete(ClientApplication) - Method in class io.goobi.viewer.managedbeans.AdminClientsBean
Deletes given client from database.
DELETE_RESOURCE - Enum constant in enum class io.goobi.viewer.model.job.TaskType
Delete a resource previously downloaded by TaskType.DOWNLOAD_EXTERNAL_RESOURCE.
deleteAllFiles() - Method in class io.goobi.viewer.api.rest.v1.cms.CMSMediaResource
 
deleteAllFiles() - Method in class io.goobi.viewer.api.rest.v2.cms.CMSMediaResource
 
deleteAnnotation(CrowdsourcingAnnotation) - Method in interface io.goobi.viewer.dao.IDAO
deleteAnnotation.
deleteAnnotation(CrowdsourcingAnnotation) - Method in class io.goobi.viewer.dao.impl.JPADAO
deleteAnnotation.
deleteAnnotation(Long) - Method in class io.goobi.viewer.api.rest.v1.annotations.AnnotationResource
Deletes an annotation by its database identifier.
deleteAnnotation(Long) - Method in class io.goobi.viewer.api.rest.v2.annotations.AnnotationResource
 
deleteAnnotationAction(CrowdsourcingAnnotation) - Method in class io.goobi.viewer.managedbeans.AnnotationBean
Deletes given annotation.
deleteArchiveAction() - Method in class io.goobi.viewer.managedbeans.ArchiveBean
deleteArchiveAction.
deleteAvatarFile() - Method in class io.goobi.viewer.model.security.user.User
 
deleteBookmarkFromBookmarkList(Long, String) - Method in class io.goobi.viewer.api.rest.resourcebuilders.AbstractBookmarkResourceBuilder
 
deleteBookmarkFromBookmarkList(Long, String) - Method in class io.goobi.viewer.api.rest.resourcebuilders.SessionBookmarkResourceBuilder
Deletes the bookmark with the given pi from the session store bookmark list.
deleteBookmarkFromBookmarkList(Long, String) - Method in class io.goobi.viewer.api.rest.resourcebuilders.UserBookmarkResourceBuilder
Removes a Bookmark with the given pi from the current users bookmark list with the given id.
deleteBookmarkFromBookmarkList(Long, String, String, String) - Method in class io.goobi.viewer.api.rest.resourcebuilders.AbstractBookmarkResourceBuilder
 
deleteBookmarkFromBookmarkList(Long, String, String, String) - Method in class io.goobi.viewer.api.rest.resourcebuilders.SessionBookmarkResourceBuilder
Deletes the bookmark with the given pi, logid and page number from the session store bookmark list.
deleteBookmarkFromBookmarkList(Long, String, String, String) - Method in class io.goobi.viewer.api.rest.resourcebuilders.UserBookmarkResourceBuilder
Removes a Bookmark with the given pi, logid and page number from the current users bookmark list with the given id.
deleteBookmarkItem(Long, Long) - Method in class io.goobi.viewer.api.rest.v1.bookmarks.BookmarkResource
 
deleteBookmarkList(BookmarkList) - Method in interface io.goobi.viewer.dao.IDAO
deleteBookmarkList.
deleteBookmarkList(BookmarkList) - Method in class io.goobi.viewer.dao.impl.JPADAO
deleteBookmarkList.
deleteBookmarkList(HttpSession) - Method in class io.goobi.viewer.model.bookmark.SessionStoreBookmarkManager
deleteBookmarkList.
deleteBookmarkList(Long) - Method in class io.goobi.viewer.api.rest.resourcebuilders.AbstractBookmarkResourceBuilder
 
deleteBookmarkList(Long) - Method in class io.goobi.viewer.api.rest.resourcebuilders.SessionBookmarkResourceBuilder
 
deleteBookmarkList(Long) - Method in class io.goobi.viewer.api.rest.resourcebuilders.UserBookmarkResourceBuilder
Deletes the current user's bookmark list with the given id.
deleteBookmarkList(Long) - Method in class io.goobi.viewer.api.rest.v1.bookmarks.BookmarkResource
 
deleteBookmarkListsForUser(User) - Static method in class io.goobi.viewer.model.security.user.UserTools
 
deleteCampaign(Campaign) - Method in interface io.goobi.viewer.dao.IDAO
deleteCampaign.
deleteCampaign(Campaign) - Method in class io.goobi.viewer.dao.impl.JPADAO
deleteCampaign.
deleteCampaignAction(Campaign) - Method in class io.goobi.viewer.managedbeans.CrowdsourcingBean
Deletes the given Campaign from the database and the loaded list of campaigns.
deleteCampaignStatisticsForUser(User) - Method in interface io.goobi.viewer.dao.IDAO
Deletes given user from the lists of annotators and reviewers an all campaign statistics.
deleteCampaignStatisticsForUser(User) - Method in class io.goobi.viewer.dao.impl.JPADAO
 
deleteCategory(CMSCategory) - Method in interface io.goobi.viewer.dao.IDAO
deleteCategory.
deleteCategory(CMSCategory) - Method in class io.goobi.viewer.dao.impl.JPADAO
deleteCategory.
deleteCategoryAction(CMSCategory) - Method in class io.goobi.viewer.managedbeans.CmsCategoriesBean
Delete the given Category in DAO.
deleteClientApplication(long) - Method in interface io.goobi.viewer.dao.IDAO
 
deleteClientApplication(long) - Method in class io.goobi.viewer.dao.impl.JPADAO
deleteCMSArchiveConfig(CMSArchiveConfig) - Method in interface io.goobi.viewer.dao.IDAO
deleteCMSArchiveConfig.
deleteCMSArchiveConfig(CMSArchiveConfig) - Method in class io.goobi.viewer.dao.impl.JPADAO
deleteCMSArchiveConfig.
deleteCMSCollection(CMSCollection) - Method in interface io.goobi.viewer.dao.IDAO
deleteCMSCollection.
deleteCMSCollection(CMSCollection) - Method in class io.goobi.viewer.dao.impl.JPADAO
deleteCMSCollection.
deleteCMSComponent(PersistentCMSComponent) - Method in interface io.goobi.viewer.dao.IDAO
 
deleteCMSComponent(PersistentCMSComponent) - Method in class io.goobi.viewer.dao.impl.JPADAO
deleteCMSContent(CMSContent) - Method in interface io.goobi.viewer.dao.IDAO
 
deleteCMSContent(CMSContent) - Method in class io.goobi.viewer.dao.impl.JPADAO
deleteCMSMediaItem(CMSMediaItem) - Method in interface io.goobi.viewer.dao.IDAO
deleteCMSMediaItem.
deleteCMSMediaItem(CMSMediaItem) - Method in class io.goobi.viewer.dao.impl.JPADAO
deleteCMSMediaItem.
deleteCMSNavigationItem(CMSNavigationItem) - Method in interface io.goobi.viewer.dao.IDAO
deleteCMSNavigationItem.
deleteCMSNavigationItem(CMSNavigationItem) - Method in class io.goobi.viewer.dao.impl.JPADAO
deleteCMSNavigationItem.
deleteCMSPage(CMSPage) - Method in interface io.goobi.viewer.dao.IDAO
deleteCMSPage.
deleteCMSPage(CMSPage) - Method in class io.goobi.viewer.dao.impl.JPADAO
deleteCMSPage.
deleteCollection(CMSCollection) - Method in class io.goobi.viewer.managedbeans.CmsCollectionsBean
deleteCollection.
deleteComment() - Method in class io.goobi.viewer.managedbeans.CommentBean
deleteComment.
deleteComment(Comment) - Method in interface io.goobi.viewer.dao.IDAO
deleteComment.
deleteComment(Comment) - Method in class io.goobi.viewer.dao.impl.JPADAO
deleteComment.
deleteComment(Comment) - Method in class io.goobi.viewer.managedbeans.CommentBean
deleteComment.
deleteComment(Comment) - Method in class io.goobi.viewer.model.annotation.comments.CommentManager
 
deleteCommentAction(Comment) - Method in class io.goobi.viewer.managedbeans.AdminCommentBean
deleteCommentAction.
deleteCommentAction(Comment) - Method in class io.goobi.viewer.model.viewer.PhysicalElement
deleteCommentAction.
deleteCommentGroup(CommentGroup) - Method in interface io.goobi.viewer.dao.IDAO
deleteCommentGroup.
deleteCommentGroup(CommentGroup) - Method in class io.goobi.viewer.dao.impl.JPADAO
 
deleteCommentGroupAction(CommentGroup) - Method in class io.goobi.viewer.managedbeans.AdminCommentBean
deleteCommentGroupAction.
deleteComments(String, User) - Method in interface io.goobi.viewer.dao.IDAO
 
deleteComments(String, User) - Method in class io.goobi.viewer.dao.impl.JPADAO
 
deleteComponent(CMSComponent) - Method in class io.goobi.viewer.managedbeans.CmsPageEditBean
deleteComponent.
deleteCurrentBookmarkListAction() - Method in class io.goobi.viewer.managedbeans.BookmarkBean
Deletes currentBookmarkList.
deleteCurrentItemAction(Bookmark) - Method in class io.goobi.viewer.managedbeans.BookmarkBean
Removes the currently selected Bookmark from the currently selected BookmarkList.
deleteCurrentUserGroupAction() - Method in class io.goobi.viewer.managedbeans.UserGroupBean
Deletes currentUserGroup.
deleteCustomWidget(Long) - Method in interface io.goobi.viewer.dao.IDAO
 
deleteCustomWidget(Long) - Method in class io.goobi.viewer.dao.impl.JPADAO
DELETED - Enum constant in enum class io.goobi.viewer.model.annotation.PublicationStatus
 
DELETED - Enum constant in enum class io.goobi.viewer.model.job.JobStatus
 
deleteExportedTextFiles() - Method in class io.goobi.viewer.model.annotation.PersistentAnnotation
Deletes exported JSON annotations from a related record's data folder.
deleteExportedTextFiles() - Method in class io.goobi.viewer.model.cms.pages.CMSPage
Deletes exported HTML/TEXT fragments from a related record's data folder.
deleteFile() - Method in class io.goobi.viewer.api.rest.v1.cms.CMSMediaResource
 
deleteFile() - Method in class io.goobi.viewer.api.rest.v2.cms.CMSMediaResource
 
deleteFromCache(List<String>, boolean, boolean) - Method in class io.goobi.viewer.managedbeans.AdminBean
deleteFromCache.
deleteFromCache(List<String>, boolean, boolean, boolean) - Method in class io.goobi.viewer.managedbeans.AdminBean
deleteFromCache.
deleteGeoMap(GeoMap) - Method in interface io.goobi.viewer.dao.IDAO
Deletes the given GeoMap from the database.
deleteGeoMap(GeoMap) - Method in class io.goobi.viewer.dao.impl.JPADAO
Deletes the given GeoMap from the database.
deleteHighlight(Long) - Method in interface io.goobi.viewer.dao.IDAO
 
deleteHighlight(Long) - Method in class io.goobi.viewer.dao.impl.JPADAO
 
deleteIpRange(IpRange) - Method in interface io.goobi.viewer.dao.IDAO
deleteIpRange.
deleteIpRange(IpRange) - Method in class io.goobi.viewer.dao.impl.JPADAO
deleteIpRange.
deleteIpRangeAction(IpRange) - Method in class io.goobi.viewer.managedbeans.AdminBean
deleteIpRangeAction.
deleteLicense(License) - Method in interface io.goobi.viewer.dao.IDAO
deleteLicenseType.
deleteLicense(License) - Method in class io.goobi.viewer.dao.impl.JPADAO
deleteLicenseType.
deleteLicenseAction(License) - Method in class io.goobi.viewer.managedbeans.AdminLicenseBean
deleteLicenseAction.
deleteLicenseType(LicenseType) - Method in interface io.goobi.viewer.dao.IDAO
deleteLicenseType.
deleteLicenseType(LicenseType) - Method in class io.goobi.viewer.dao.impl.JPADAO
deleteLicenseType.
deleteLicenseTypeAction(LicenseType) - Method in class io.goobi.viewer.managedbeans.AdminLicenseBean
deleteLicenseTypeAction.
deleteLogMessage(Long) - Method in class io.goobi.viewer.model.crowdsourcing.campaigns.Campaign
 
deleteMap(GeoMap) - Method in class io.goobi.viewer.managedbeans.GeoMapBean
deleteMap.
deleteMedia(CMSMediaItem) - Method in class io.goobi.viewer.managedbeans.CmsMediaBean
deleteMedia.
deleteMessage(ViewerMessage) - Method in class io.goobi.viewer.controller.mq.MessageQueueManager
 
deleteMessage(ViewerMessage) - Method in class io.goobi.viewer.managedbeans.MessageQueueBean
Deletes a single message from the queue.
deleteMessage(String, Long) - Method in class io.goobi.viewer.api.rest.v1.crowdsourcing.CampaignItemLogResource
 
deleteMessage(String, String) - Method in class io.goobi.viewer.controller.mq.MessageQueueManager
 
deleteMessages(String) - Method in class io.goobi.viewer.controller.mq.MessageQueueManager
 
deleteNote(CMSRecordNote) - Method in class io.goobi.viewer.managedbeans.CmsRecordNotesBean
 
deleteObject(Highlight) - Method in class io.goobi.viewer.managedbeans.HighlightsBean
Delete a Highlight.
deletePage(CMSPage) - Method in class io.goobi.viewer.managedbeans.CmsPageEditBean
Deletes given CMS page from the database.
deleteRecord(Boolean) - Method in class io.goobi.viewer.api.rest.v1.records.RecordResource
deleteRecord.
deleteRecord(String, boolean, Path) - Static method in class io.goobi.viewer.controller.IndexerTools
deleteRecord.
deleteRecordAction(boolean) - Method in class io.goobi.viewer.managedbeans.ActiveDocumentBean
deleteRecordAction.
deleteRecordNote(CMSRecordNote) - Method in interface io.goobi.viewer.dao.IDAO
Deletes an existing CMSRecordNote.
deleteRecordNote(CMSRecordNote) - Method in class io.goobi.viewer.dao.impl.JPADAO
Deletes an existing CMSRecordNote.
deleteRecurringTaskTrigger(Long) - Method in interface io.goobi.viewer.dao.IDAO
 
deleteRecurringTaskTrigger(Long) - Method in class io.goobi.viewer.dao.impl.JPADAO
 
DeleteResourceHandler - Class in io.goobi.viewer.model.job.mq
Message handler that deletes a file or directory at a given path from the local filesystem.
DeleteResourceHandler() - Constructor for class io.goobi.viewer.model.job.mq.DeleteResourceHandler
 
deleteRole(Role) - Method in interface io.goobi.viewer.dao.IDAO
deleteRole.
deleteRole(Role) - Method in class io.goobi.viewer.dao.impl.JPADAO
deleteRole.
deleteRoleAction(Role) - Method in class io.goobi.viewer.managedbeans.AdminBean
deleteRoleAction.
deleteSearch(Search) - Method in interface io.goobi.viewer.dao.IDAO
deleteSearch.
deleteSearch(Search) - Method in class io.goobi.viewer.dao.impl.JPADAO
deleteSearch.
deleteSearchAction(Search) - Method in class io.goobi.viewer.managedbeans.UserDataBean
Deletes the given persistent user search.
deleteSearchesForUser(User) - Static method in class io.goobi.viewer.model.security.user.UserTools
 
deleteSelectedItems() - Method in class io.goobi.viewer.managedbeans.CmsMediaBean
Deletes all mediaItems from CmsMediaBean.getMediaItems() which are are marked as selected.
deleteSelectedPage() - Method in class io.goobi.viewer.managedbeans.CmsPageEditBean
Action method for deleting selectedPage from the database.
deleteSelectedTemplate() - Method in class io.goobi.viewer.managedbeans.CMSPageTemplateEditBean
 
deleteSessionBookmarkList() - Method in class io.goobi.viewer.api.rest.resourcebuilders.SessionBookmarkResourceBuilder
Deletes the entry bookmark list from the session store.
deleteSlider(CMSSlider) - Method in interface io.goobi.viewer.dao.IDAO
 
deleteSlider(CMSSlider) - Method in class io.goobi.viewer.dao.impl.JPADAO
deleteSlider(CMSSlider) - Method in class io.goobi.viewer.managedbeans.CmsSliderBean
 
deleteStaticPage(CMSStaticPage) - Method in interface io.goobi.viewer.dao.IDAO
deleteStaticPage.
deleteStaticPage(CMSStaticPage) - Method in class io.goobi.viewer.dao.impl.JPADAO
deleteStaticPage.
deleteTemplate(CMSPageTemplate) - Method in class io.goobi.viewer.managedbeans.CMSPageTemplateEditBean
Deletes given CMS page from the database.
deleteTheme(ThemeConfiguration) - Method in interface io.goobi.viewer.dao.IDAO
 
deleteTheme(ThemeConfiguration) - Method in class io.goobi.viewer.dao.impl.JPADAO
deleteTicket(AccessTicket) - Method in interface io.goobi.viewer.dao.IDAO
deleteTicket.
deleteTicket(AccessTicket) - Method in class io.goobi.viewer.dao.impl.JPADAO
deleteTicket.
deleteTicketAction(AccessTicket) - Method in class io.goobi.viewer.managedbeans.AdminLicenseBean
 
deleteTranskribusJob(TranskribusJob) - Method in interface io.goobi.viewer.dao.IDAO
deleteTranskribusJob.
deleteTranskribusJob(TranskribusJob) - Method in class io.goobi.viewer.dao.impl.JPADAO
deleteTranskribusJob.
deleteUploadedFile(String, String) - Method in class io.goobi.viewer.api.rest.v1.media.TempMediaImageResource
Deletes the file with the given filename in the temp media folder for the given uuid.
deleteUploadedFiles(String) - Method in class io.goobi.viewer.api.rest.v1.media.TempMediaFileResource
Deletes all files uploaded for the given folder.
deleteUploadJob(UploadJob) - Method in interface io.goobi.viewer.dao.IDAO
deleteDownloadJob.
deleteUploadJob(UploadJob) - Method in class io.goobi.viewer.dao.impl.JPADAO
deleteDownloadJob.
deleteUsageStatistics(long) - Method in interface io.goobi.viewer.dao.IDAO
 
deleteUsageStatistics(long) - Method in class io.goobi.viewer.dao.impl.JPADAO
deleteUser(User) - Method in interface io.goobi.viewer.dao.IDAO
deleteUser.
deleteUser(User) - Method in class io.goobi.viewer.dao.impl.JPADAO
deleteUser.
deleteUser(User) - Static method in class io.goobi.viewer.model.security.user.UserTools
Deletes given user from the database and removes any database rows that reference this user (only those that are of use to this user - public content such as comments must be deleted separetely).
deleteUserAction(User, boolean) - Method in class io.goobi.viewer.managedbeans.AdminBean
Deletes the given User and optionally their contributions.
deleteUserContributions(User) - Method in interface io.goobi.viewer.modules.IModule
Removes content created by the given user.
deleteUserGroup(UserGroup) - Method in interface io.goobi.viewer.dao.IDAO
deleteUserGroup.
deleteUserGroup(UserGroup) - Method in class io.goobi.viewer.dao.impl.JPADAO
deleteUserGroup.
deleteUserGroupAction(UserGroup) - Method in class io.goobi.viewer.managedbeans.AdminBean
deleteUserGroupAction.
deleteUserGroupOwnedByUser(User) - Static method in class io.goobi.viewer.model.security.user.UserTools
 
deleteUserPublicContributions(User) - Static method in class io.goobi.viewer.model.security.user.UserTools
Deletes all public content created by this the given user.
deleteUserRole(UserRole) - Method in interface io.goobi.viewer.dao.IDAO
deleteUserRole.
deleteUserRole(UserRole) - Method in class io.goobi.viewer.dao.impl.JPADAO
deleteUserRole.
deleteUserRoleAction(UserRole) - Method in class io.goobi.viewer.managedbeans.AdminBean
Adds currentUserRole to the map of UserRoles to be processed, marked as to delete.
deleteViewerMessage(ViewerMessage) - Method in interface io.goobi.viewer.dao.IDAO
 
deleteViewerMessage(ViewerMessage) - Method in class io.goobi.viewer.dao.impl.JPADAO
deleteViewerMessagesBefore(LocalDateTime) - Method in interface io.goobi.viewer.dao.IDAO
 
deleteViewerMessagesBefore(LocalDateTime) - Method in class io.goobi.viewer.dao.impl.JPADAO
 
deleteWidget(Long) - Method in class io.goobi.viewer.managedbeans.CMSSidebarWidgetsBean
deleteWidget.
denied() - Static method in class io.goobi.viewer.model.security.AccessPermission
 
DENIED - Enum constant in enum class io.goobi.viewer.model.security.clients.ClientApplication.AccessStatus
The client has explicitly been denied access to viewing privileges.
DESCENDING - Enum constant in enum class io.goobi.viewer.managedbeans.tabledata.TableDataProvider.SortOrder
 
description - Variable in class io.goobi.viewer.model.job.upload.UploadJob
Description field.
description - Variable in class io.goobi.viewer.model.transkribus.TranskribusJob
Description field for stack traces, etc.
Description - Class in io.goobi.viewer.model.rss
Description for an RSS feed object.
Description() - Constructor for class io.goobi.viewer.model.rss.Description
Creates a new Description instance.
Description(String) - Constructor for class io.goobi.viewer.model.rss.Description
Creates a new Description instance.
deselect(T) - Method in class io.goobi.viewer.model.misc.SelectionManager
 
deserialize(JsonParser, DeserializationContext) - Method in class io.goobi.viewer.model.security.authentication.model.BooleanDeserializer
deserializeMenuItems(String) - Method in class io.goobi.viewer.managedbeans.CmsNavigationBean
Creates the visible items hiearchy from the string argument.
destroy() - Method in class io.goobi.viewer.filters.HttpResponseFilter
destroy() - Method in class io.goobi.viewer.filters.SessionCounterFilter
destroy() - Method in class io.goobi.viewer.filters.UrlRedirectFilter
destroy() - Method in class io.goobi.viewer.managedbeans.CreateRecordBean
Delete the CreateRecordBean.tempImagesFolder with all contained files if it still exists.
DETAILS - Enum constant in enum class io.goobi.viewer.model.search.HitListView
 
determineCurrentSubThemeDiscriminatorValue() - Method in class io.goobi.viewer.managedbeans.NavigationHelper
Get the subthemeDiscriminator value either from a property of the currently loaded CMS page or the currently loaded document in the activeDocumentbean if the current page is a docmentPage.
determineFileFormat(String, String) - Static method in class io.goobi.viewer.controller.XmlTools
determineFileFormat.
determineFileFormat(Document) - Static method in class io.goobi.viewer.controller.XmlTools
Determines the format of the given XML file by checking for namespaces.
determineFileName(String) - Static method in class io.goobi.viewer.model.viewer.PhysicalElement
determineFileName.
determinePageType() - Method in class io.goobi.viewer.model.search.BrowseElement
determinePageType.
determinePageType(String, String, Boolean, boolean, boolean) - Static method in enum class io.goobi.viewer.model.viewer.PageType
determinePageType.
DFGViewerImage - Class in io.goobi.viewer.servlets
Servlet that delivers images in the format expected by the DFG Viewer image protocol.
DFGViewerImage() - Constructor for class io.goobi.viewer.servlets.DFGViewerImage
Creates a new DFGViewerImage instance.
DIRECTOR - Static variable in class io.goobi.viewer.model.citation.CitationDataProvider
 
Disclaimer - Class in io.goobi.viewer.model.administration.legal
Class to persist settings for the disclaimer modal.
Disclaimer() - Constructor for class io.goobi.viewer.model.administration.legal.Disclaimer
Empty default constructor.
Disclaimer(Disclaimer) - Constructor for class io.goobi.viewer.model.administration.legal.Disclaimer
Cloning constructor.
DisclaimerBean - Class in io.goobi.viewer.managedbeans
JSF backing bean that checks whether the disclaimer applies to a page/record and provides a configuration JSON object for the disclaimer JavaScript.
DisclaimerBean() - Constructor for class io.goobi.viewer.managedbeans.DisclaimerBean
Default constructor using the IDAO from the DataManager class.
DisclaimerBean(IDAO, SolrSearchIndex) - Constructor for class io.goobi.viewer.managedbeans.DisclaimerBean
Creates a new testing purposes instance.
DisclaimerEditBean - Class in io.goobi.viewer.managedbeans
JSF backing bean for configuring and editing disclaimer texts in the admin interface.
DisclaimerEditBean() - Constructor for class io.goobi.viewer.managedbeans.DisclaimerEditBean
Default constructor using the IDAO from the DataManager class.
DisclaimerEditBean(IDAO) - Constructor for class io.goobi.viewer.managedbeans.DisclaimerEditBean
Creates a new testing purposes instance.
displayChildStructs() - Method in class io.goobi.viewer.managedbeans.MetadataBean
displayChildStructs.
DisplayConditions - Class in io.goobi.viewer.managedbeans
DisplayConditions tests whether GUI elements in record views should be visible by a number of factors.
DisplayConditions() - Constructor for class io.goobi.viewer.managedbeans.DisplayConditions
 
DisplayConditions.UIComponentHelper - Class in io.goobi.viewer.managedbeans
Wrapper for a UIComponent with convenience methods to count contained jsf components with certain attributes.
DisplayScope - Class in io.goobi.viewer.model.administration.legal
Describes the locations in the viewer where a notification should be displayed.
DisplayScope() - Constructor for class io.goobi.viewer.model.administration.legal.DisplayScope
Creates a scope that appplies to all viewer pages.
DisplayScope(DisplayScope.PageScope, String) - Constructor for class io.goobi.viewer.model.administration.legal.DisplayScope
Creates a scope from a given PageScope and filterQuery.
DisplayScope(String) - Constructor for class io.goobi.viewer.model.administration.legal.DisplayScope
 
DisplayScope.PageScope - Enum Class in io.goobi.viewer.model.administration.legal
The type of viewer-pages that are in scope.
DisplayScopeConverter - Class in io.goobi.viewer.dao.converter
JPA AttributeConverter that serialises DisplayScope objects to a JSON string for database storage and deserialises them back on read.
DisplayScopeConverter() - Constructor for class io.goobi.viewer.dao.converter.DisplayScopeConverter
 
DisplayUserGeneratedContent - Class in io.goobi.viewer.model.crowdsourcing
UserGeneratedContent stub class for displaying contents generated by the crowdsourcing module.
DisplayUserGeneratedContent() - Constructor for class io.goobi.viewer.model.crowdsourcing.DisplayUserGeneratedContent
Default constructor (needed for persistence).
DisplayUserGeneratedContent(PersistentAnnotation) - Constructor for class io.goobi.viewer.model.crowdsourcing.DisplayUserGeneratedContent
 
DisplayUserGeneratedContent.ContentType - Enum Class in io.goobi.viewer.model.crowdsourcing
Enumerates the semantic content types for user-generated annotations, such as person, address, comment, geolocation, or normdata.
DisplayUserGeneratedContent.DateComparator - Class in io.goobi.viewer.model.crowdsourcing
 
DIV_ICON - Enum constant in enum class io.goobi.viewer.model.maps.GeoMapMarker.MarkerType
 
DOCSTRCT - Enum constant in enum class io.goobi.viewer.model.search.HitType
 
DOCSTRCT - Enum constant in enum class io.goobi.viewer.solr.SolrConstants.DocType
 
DOCSTRCT - Static variable in class io.goobi.viewer.solr.SolrConstants
Constant DOCSTRCT="DOCSTRCT".
DOCSTRCT_SUB - Static variable in class io.goobi.viewer.solr.SolrConstants
Constant DOCSTRCT_SUB="DOCSTRCT_SUB".
DOCSTRCT_TOP - Static variable in class io.goobi.viewer.solr.SolrConstants
Constant DOCSTRCT_TOP="DOCSTRCT_TOP".
DOCSTRUCT - Enum constant in enum class io.goobi.viewer.model.citation.CitationLink.CitationLinkLevel
 
DocStructDataProvider - Class in io.goobi.viewer.model.maps.features
Feature data provider that retrieves structural document elements (DOCTYPE:DOCSTRCT) from Solr for use in geo map feature generation, supporting large result sets via query expansion.
DocStructDataProvider(SolrSearchIndex, List<String>) - Constructor for class io.goobi.viewer.model.maps.features.DocStructDataProvider
 
DOCSTRUCTS - Enum constant in enum class io.goobi.viewer.model.maps.SolrSearchScope
 
docStructType - Variable in class io.goobi.viewer.model.viewer.StructElementStub
Type of this structure element.
docType - Variable in class io.goobi.viewer.model.viewer.StructElementStub
Solr document type.
DOCTYPE - Static variable in class io.goobi.viewer.solr.SolrConstants
Constant DOCTYPE="DOCTYPE".
DOCUMENT_IDENTIFIER - Static variable in class io.goobi.viewer.model.metadata.RelationshipMetadataContainer
 
DocumentReference - Class in io.goobi.viewer.api.rest.model.ner
REST API model representing a digitized document identified by its persistent identifier (PI), together with the NER tag groups found across its pages.
DocumentReference() - Constructor for class io.goobi.viewer.api.rest.model.ner.DocumentReference
Creates a new DocumentReference instance.
DocumentReference(String) - Constructor for class io.goobi.viewer.api.rest.model.ner.DocumentReference
Creates a new DocumentReference instance.
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class io.goobi.viewer.filters.ClientApplicationFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class io.goobi.viewer.filters.HttpResponseFilter
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class io.goobi.viewer.filters.LoginFilter
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class io.goobi.viewer.filters.SessionCounterFilter
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class io.goobi.viewer.filters.UrlRedirectFilter
doGet(HttpServletRequest, HttpServletResponse) - Method in class io.goobi.viewer.servlets.DFGViewerImage
doGet(HttpServletRequest, HttpServletResponse) - Method in class io.goobi.viewer.servlets.HarvestServlet
doGet(HttpServletRequest, HttpServletResponse) - Method in class io.goobi.viewer.servlets.IdentifierResolver
doGet(HttpServletRequest, HttpServletResponse) - Method in class io.goobi.viewer.servlets.MetsResolver
doGet(HttpServletRequest, HttpServletResponse) - Method in class io.goobi.viewer.servlets.OEmbedServlet
doGet(HttpServletRequest, HttpServletResponse) - Method in class io.goobi.viewer.servlets.PpnResolver
doGet(HttpServletRequest, HttpServletResponse) - Method in class io.goobi.viewer.servlets.RssResolver
DOI - Static variable in class io.goobi.viewer.model.citation.CitationDataProvider
 
DORMANT - Enum constant in enum class io.goobi.viewer.websockets.DownloadTaskEndpoint.Status
 
doTask(HttpServletRequest) - Method in class io.goobi.viewer.api.rest.model.tasks.Task
 
DOUBLE - Enum constant in enum class io.goobi.viewer.model.viewer.PageNavigation
Display two neighbouring images within the same page, navigation the different pairs of images means means loading a new page.
download(Path) - Method in class io.goobi.viewer.managedbeans.AdminConfigEditorBean
 
DOWNLOAD - Enum constant in enum class io.goobi.viewer.model.citation.CitationLink.CitationLinkAction
 
DOWNLOAD - Enum constant in enum class io.goobi.viewer.model.security.tickets.AccessTicket.AccessTicketType
 
DOWNLOAD_EPUB - Enum constant in enum class io.goobi.viewer.model.job.TaskType
Create a EPUB for a record or part of record to be offered as download.
DOWNLOAD_EXTERNAL_RESOURCE - Enum constant in enum class io.goobi.viewer.model.job.TaskType
Download a zip archive from a url and extract it so its content may be offered for download.
DOWNLOAD_PDF - Enum constant in enum class io.goobi.viewer.model.job.TaskType
Create a PDF for a record or part of record to be offered as download.
DOWNLOAD_RESOURCE - Enum constant in enum class io.goobi.viewer.solr.SolrConstants.DocType
 
DOWNLOAD_URL_EXTERNAL - Static variable in class io.goobi.viewer.solr.SolrConstants
Constant DOWNLOAD_URL_EXTERNAL="MD2_DOWNLOAD_URL".
downloadAllAnnotations() - Method in class io.goobi.viewer.managedbeans.AnnotationBean
 
downloadAnnotations(List<CrowdsourcingAnnotation>) - Method in class io.goobi.viewer.managedbeans.AnnotationBean
 
DownloadBean - Class in io.goobi.viewer.managedbeans
JSF backing bean for managing file download requests from the viewer, tracking download status and links.
DownloadBean() - Constructor for class io.goobi.viewer.managedbeans.DownloadBean
 
DownloadBinding - Annotation Interface in io.goobi.viewer.api.rest.bindings
Binding for all requests to io.goobi.viewer.api.rest.v1.downloads.DownloadResource.
downloadDeveloperArchive() - Method in class io.goobi.viewer.managedbeans.AdminDeveloperBean
 
DownloadException - Exception Class in io.goobi.viewer.exceptions
Thrown when an error occurs during a file download operation.
DownloadException(String) - Constructor for exception class io.goobi.viewer.exceptions.DownloadException
Creates a new DownloadException instance.
DownloadException(String, Throwable) - Constructor for exception class io.goobi.viewer.exceptions.DownloadException
Creates a new DownloadException instance.
downloadExternalFiles(URI, String) - Method in class io.goobi.viewer.model.files.external.ExternalFilesDownloader
 
downloadExternalFiles(URI, Map<String, String>) - Method in class io.goobi.viewer.model.files.external.ExternalFilesDownloader
 
DownloadExternalResourceHandler - Class in io.goobi.viewer.model.job.mq
Message handler that downloads external resource files (e.g.
DownloadExternalResourceHandler() - Constructor for class io.goobi.viewer.model.job.mq.DownloadExternalResourceHandler
 
downloadFile(BackupRecord) - Method in class io.goobi.viewer.managedbeans.AdminConfigEditorBean
downloadFile.
downloadFileAction() - Method in class io.goobi.viewer.managedbeans.DownloadBean
downloadFileAction.
downloadHttpResource(URI, Map<String, String>) - Method in class io.goobi.viewer.model.files.external.ExternalFilesDownloader
 
DownloadJob - Class in io.goobi.viewer.model.job.download
Abstract base class for asynchronous download jobs that generate files (e.g.
DownloadJob(ViewerMessage) - Constructor for class io.goobi.viewer.model.job.download.DownloadJob
 
DownloadJob(String) - Constructor for class io.goobi.viewer.model.job.download.DownloadJob
 
DownloadOption - Class in io.goobi.viewer.model.job.download
Download option configuration item.
DownloadOption() - Constructor for class io.goobi.viewer.model.job.download.DownloadOption
 
DownloadOption(String, String, Dimension) - Constructor for class io.goobi.viewer.model.job.download.DownloadOption
 
DownloadOption(String, String, String) - Constructor for class io.goobi.viewer.model.job.download.DownloadOption
 
DownloadResult - Class in io.goobi.viewer.model.files.external
Represents an asynchronous file download in progress, holding a Future for the resulting Path, the total expected file size, and a progress monitor that reports how many bytes have been written so far.
DownloadResult(Supplier<Long>, Future<Path>, long) - Constructor for class io.goobi.viewer.model.files.external.DownloadResult
 
DOWNLOADS - Static variable in class io.goobi.viewer.api.rest.v1.ApiUrls
 
DOWNLOADS_EPUB - Static variable in class io.goobi.viewer.api.rest.v1.ApiUrls
 
DOWNLOADS_EPUB_RECORD - Static variable in class io.goobi.viewer.api.rest.v1.ApiUrls
 
DOWNLOADS_EPUB_SECTION - Static variable in class io.goobi.viewer.api.rest.v1.ApiUrls
 
DOWNLOADS_PDF - Static variable in class io.goobi.viewer.api.rest.v1.ApiUrls
 
DOWNLOADS_PDF_RECORD - Static variable in class io.goobi.viewer.api.rest.v1.ApiUrls
 
DOWNLOADS_PDF_SECTION - Static variable in class io.goobi.viewer.api.rest.v1.ApiUrls
 
downloadSelectedAnnotations() - Method in class io.goobi.viewer.managedbeans.AnnotationBean
Creates an excel sheet and write it to download stream.
DownloadTaskEndpoint - Class in io.goobi.viewer.websockets
Endpoint that maps HTTP session IDs to connected web sockets.
DownloadTaskEndpoint() - Constructor for class io.goobi.viewer.websockets.DownloadTaskEndpoint
 
DownloadTaskEndpoint.Action - Enum Class in io.goobi.viewer.websockets
Enumerates the client-initiated actions that can be sent over the WebSocket connection to control or query a download task.
DownloadTaskEndpoint.ResourceFile - Class in io.goobi.viewer.websockets
 
DownloadTaskEndpoint.SocketMessage - Class in io.goobi.viewer.websockets
 
DownloadTaskEndpoint.Status - Enum Class in io.goobi.viewer.websockets
Enumerates the runtime states of a download task as communicated to WebSocket clients.
downloadTOCAction() - Method in class io.goobi.viewer.managedbeans.ActiveDocumentBean
downloadTOCAction.
dropdownAction(ValueChangeEvent) - Method in class io.goobi.viewer.model.viewer.ViewManager
dropdownAction.
DynamicBean - Class in io.goobi.viewer.managedbeans
 
DynamicBean() - Constructor for class io.goobi.viewer.managedbeans.DynamicBean
 
DynamicContent - Class in io.goobi.viewer.model.jsf
 
DynamicContent(DynamicContentType, String) - Constructor for class io.goobi.viewer.model.jsf.DynamicContent
 
DynamicContentBuilder - Class in io.goobi.viewer.model.jsf
 
DynamicContentBuilder() - Constructor for class io.goobi.viewer.model.jsf.DynamicContentBuilder
 
DynamicContentType - Enum Class in io.goobi.viewer.model.jsf
 
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form