Uses of Class
com.logicaldoc.webservice.model.WSBookmark
Packages that use WSBookmark
Package
Description
-
Uses of WSBookmark in com.logicaldoc.webservice.model
Methods in com.logicaldoc.webservice.model that return WSBookmark -
Uses of WSBookmark in com.logicaldoc.webservice.rest
Methods in com.logicaldoc.webservice.rest that return WSBookmarkModifier and TypeMethodDescriptionBookmarkService.bookmarkDocument
(long docId) BookmarkService.bookmarkFolder
(long folderId) BookmarkService.getBookmarks()
BookmarkService.saveBookmark
(WSBookmark bookmark) Methods in com.logicaldoc.webservice.rest with parameters of type WSBookmark -
Uses of WSBookmark in com.logicaldoc.webservice.rest.client
Methods in com.logicaldoc.webservice.rest.client that return WSBookmarkModifier and TypeMethodDescriptionRestBookmarkClient.bookmarkDocument
(long docId) RestBookmarkClient.bookmarkFolder
(long folderId) RestBookmarkClient.getBookmarks()
Retrieves all the bookmarks of the current userRestBookmarkClient.saveBookmark
(WSBookmark bookmark) Methods in com.logicaldoc.webservice.rest.client with parameters of type WSBookmark -
Uses of WSBookmark in com.logicaldoc.webservice.rest.endpoint
Methods in com.logicaldoc.webservice.rest.endpoint that return WSBookmarkModifier and TypeMethodDescriptionRestBookmarkService.bookmarkDocument
(long docId) RestBookmarkService.bookmarkFolder
(long folderId) RestBookmarkService.getBookmarks()
RestBookmarkService.saveBookmark
(WSBookmark bookmark) Methods in com.logicaldoc.webservice.rest.endpoint with parameters of type WSBookmark -
Uses of WSBookmark in com.logicaldoc.webservice.soap
Methods in com.logicaldoc.webservice.soap that return WSBookmarkModifier and TypeMethodDescriptionBookmarkService.bookmarkDocument
(String sid, long docId) BookmarkService.bookmarkFolder
(String sid, long folderId) BookmarkService.getBookmarks
(String sid) Retrieves all the bookmarks of the current userBookmarkService.saveBookmark
(String sid, WSBookmark bookmark) Methods in com.logicaldoc.webservice.soap with parameters of type WSBookmark -
Uses of WSBookmark in com.logicaldoc.webservice.soap.client
Methods in com.logicaldoc.webservice.soap.client that return WSBookmarkModifier and TypeMethodDescriptionSoapBookmarkClient.bookmarkDocument
(String sid, long docId) SoapBookmarkClient.bookmarkFolder
(String sid, long folderId) SoapBookmarkClient.getBookmarks
(String sid) SoapBookmarkClient.saveBookmark
(String sid, WSBookmark bookmark) Methods in com.logicaldoc.webservice.soap.client with parameters of type WSBookmarkModifier and TypeMethodDescriptionSoapBookmarkClient.saveBookmark
(String sid, WSBookmark bookmark) -
Uses of WSBookmark in com.logicaldoc.webservice.soap.endpoint
Methods in com.logicaldoc.webservice.soap.endpoint that return WSBookmarkModifier and TypeMethodDescriptionSoapBookmarkService.bookmarkDocument
(String sid, long docId) SoapBookmarkService.bookmarkFolder
(String sid, long folderId) SoapBookmarkService.getBookmarks
(String sid) SoapBookmarkService.saveBookmark
(String sid, WSBookmark bookmark) Methods in com.logicaldoc.webservice.soap.endpoint with parameters of type WSBookmarkModifier and TypeMethodDescriptionSoapBookmarkService.saveBookmark
(String sid, WSBookmark bookmark)