Uses of Class
io.goobi.viewer.api.rest.model.SuccessMessage
Package
Description
-
Uses of SuccessMessage in io.goobi.viewer.api.rest.resourcebuilders
Modifier and TypeMethodDescriptionabstract SuccessMessage
AbstractBookmarkResourceBuilder.addBookmarkList()
abstract SuccessMessage
AbstractBookmarkResourceBuilder.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 SuccessMessage
AbstractBookmarkResourceBuilder.addBookmarkToBookmarkList
(Long id, String pi) abstract SuccessMessage
AbstractBookmarkResourceBuilder.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
(String name, javax.servlet.http.HttpSession session) Adds the current session bookmark list to the current user's bookmark lists under the given name.UserBookmarkResourceBuilder.addUserBookmarkListFromSession
(javax.servlet.http.HttpSession session) Adds the current session bookmark list to the current user bookmark lists under a newly generated name.abstract SuccessMessage
AbstractBookmarkResourceBuilder.deleteBookmarkFromBookmarkList
(Long id, String pi) abstract SuccessMessage
AbstractBookmarkResourceBuilder.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 SuccessMessage
AbstractBookmarkResourceBuilder.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
Modifier 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
Modifier and TypeMethodDescriptionIndexerResource.setIndexerVersion
(IndexerDataRequestParameters params) Used by the Solr indexer to submit its current version and hotfolder file count.