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.saveBookmark
(WSBookmark bookmark) Methods in com.logicaldoc.webservice.rest that return types with arguments of type WSBookmarkMethods 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.saveBookmark
(WSBookmark bookmark) Methods in com.logicaldoc.webservice.rest.client that return types with arguments of type WSBookmarkModifier and TypeMethodDescriptionRestBookmarkClient.getBookmarks()
Retrieves all the bookmarks of the current userMethods 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.saveBookmark
(WSBookmark bookmark) Methods in com.logicaldoc.webservice.rest.endpoint that return types with arguments of type WSBookmarkMethods 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.saveBookmark
(String sid, WSBookmark bookmark) Methods in com.logicaldoc.webservice.soap that return types with arguments of type WSBookmarkModifier and TypeMethodDescriptionBookmarkService.getBookmarks
(String sid) Retrieves all the bookmarks of the current userMethods 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.saveBookmark
(String sid, WSBookmark bookmark) Methods in com.logicaldoc.webservice.soap.client that return types with arguments of type WSBookmarkMethods 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.saveBookmark
(String sid, WSBookmark bookmark) Methods in com.logicaldoc.webservice.soap.endpoint that return types with arguments of type WSBookmarkMethods in com.logicaldoc.webservice.soap.endpoint with parameters of type WSBookmarkModifier and TypeMethodDescriptionSoapBookmarkService.saveBookmark
(String sid, WSBookmark bookmark)