Uses of Class
io.goobi.viewer.api.rest.model.SuccessMessage
Packages that use SuccessMessage
Package
Description
-
Uses of SuccessMessage in io.goobi.viewer.api.rest.resourcebuilders
Methods in io.goobi.viewer.api.rest.resourcebuilders that return SuccessMessageModifier and TypeMethodDescriptionabstract SuccessMessageAbstractBookmarkResourceBuilder.addBookmarkList()abstract SuccessMessageAbstractBookmarkResourceBuilder.addBookmarkList(String name) SessionBookmarkResourceBuilder.addBookmarkList()SessionBookmarkResourceBuilder.addBookmarkList(String name) UserBookmarkResourceBuilder.addBookmarkList()Adds a new BookmarkList with the given name to the current users bookmark lists.UserBookmarkResourceBuilder.addBookmarkList(String name) Adds a new BookmarkList with the given name to the current users bookmark lists.abstract SuccessMessageAbstractBookmarkResourceBuilder.addBookmarkToBookmarkList(Long id, String pi) abstract SuccessMessageAbstractBookmarkResourceBuilder.addBookmarkToBookmarkList(Long id, String pi, String logId, String pageString) SessionBookmarkResourceBuilder.addBookmarkToBookmarkList(Long id, String pi) Adds an item with the given pi to the session stored bookmark list, creating a new bookmark list if needed.SessionBookmarkResourceBuilder.addBookmarkToBookmarkList(Long id, String pi, String logId, String pageString) Adds an item with the given pi, logid and page number to the session stored bookmark list, creating a new bookmark list if needed.UserBookmarkResourceBuilder.addBookmarkToBookmarkList(Long id, String pi) Adds a new Bookmark with the given pi to the current users bookmark list with the given id.UserBookmarkResourceBuilder.addBookmarkToBookmarkList(Long id, String pi, String logId, String pageString) Adds a new Bookmark with the given pi, LOGID and page number to the current user's bookmark list with the given id.UserBookmarkResourceBuilder.addUserBookmarkListFromSession(jakarta.servlet.http.HttpSession session) Adds the current session bookmark list to the current user bookmark lists under a newly generated name.UserBookmarkResourceBuilder.addUserBookmarkListFromSession(String name, jakarta.servlet.http.HttpSession session) Adds the current session bookmark list to the current user's bookmark lists under the given name.abstract SuccessMessageAbstractBookmarkResourceBuilder.deleteBookmarkFromBookmarkList(Long id, String pi) abstract SuccessMessageAbstractBookmarkResourceBuilder.deleteBookmarkFromBookmarkList(Long id, String pi, String logId, String pageString) SessionBookmarkResourceBuilder.deleteBookmarkFromBookmarkList(Long id, String pi) Deletes the bookmark with the given pi from the session store bookmark list.SessionBookmarkResourceBuilder.deleteBookmarkFromBookmarkList(Long id, String pi, String logId, String pageString) Deletes the bookmark with the given pi, logid and page number from the session store bookmark list.UserBookmarkResourceBuilder.deleteBookmarkFromBookmarkList(Long id, String pi) Removes a Bookmark with the given pi from the current users bookmark list with the given id.UserBookmarkResourceBuilder.deleteBookmarkFromBookmarkList(Long id, String pi, String logId, String pageString) Removes a Bookmark with the given pi, logid and page number from the current users bookmark list with the given id.abstract SuccessMessageAbstractBookmarkResourceBuilder.deleteBookmarkList(Long id) SessionBookmarkResourceBuilder.deleteBookmarkList(Long id) UserBookmarkResourceBuilder.deleteBookmarkList(Long id) Deletes the current user's bookmark list with the given id.SessionBookmarkResourceBuilder.deleteSessionBookmarkList()Deletes the entry bookmark list from the session store. -
Uses of SuccessMessage in io.goobi.viewer.api.rest.v1.bookmarks
Methods in io.goobi.viewer.api.rest.v1.bookmarks that return SuccessMessageModifier and TypeMethodDescriptionBookmarkResource.addBookmarkList(BookmarkList list) BookmarkResource.deleteBookmarkItem(Long listId, Long bookmarkId) BookmarkResource.deleteBookmarkList(Long id) -
Uses of SuccessMessage in io.goobi.viewer.api.rest.v1.index
Methods in io.goobi.viewer.api.rest.v1.index that return SuccessMessageModifier and TypeMethodDescriptionIndexerResource.setIndexerVersion(IndexerDataRequestParameters params) Used by the Solr indexer to submit its current version and hotfolder file count.