Uses of Class
com.logicaldoc.webservice.model.WSBookmark
-
-
Uses of WSBookmark in com.logicaldoc.webservice.model
Methods in com.logicaldoc.webservice.model that return WSBookmark Modifier and Type Method Description static WSBookmarkWSBookmark. fromBookmark(Bookmark bookmark) -
Uses of WSBookmark in com.logicaldoc.webservice.rest
Methods in com.logicaldoc.webservice.rest that return WSBookmark Modifier and Type Method Description WSBookmarkBookmarkService. bookmarkDocument(long docId)WSBookmarkBookmarkService. bookmarkFolder(long folderId)WSBookmark[]BookmarkService. getBookmarks()WSBookmarkBookmarkService. saveBookmark(WSBookmark bookmark)Methods in com.logicaldoc.webservice.rest with parameters of type WSBookmark Modifier and Type Method Description WSBookmarkBookmarkService. saveBookmark(WSBookmark bookmark) -
Uses of WSBookmark in com.logicaldoc.webservice.rest.client
Methods in com.logicaldoc.webservice.rest.client that return WSBookmark Modifier and Type Method Description WSBookmarkRestBookmarkClient. bookmarkDocument(long docId)WSBookmarkRestBookmarkClient. bookmarkFolder(long folderId)WSBookmark[]RestBookmarkClient. getBookmarks()Retrieves all the bookmarks of the current userWSBookmarkRestBookmarkClient. saveBookmark(WSBookmark bookmark)Methods in com.logicaldoc.webservice.rest.client with parameters of type WSBookmark Modifier and Type Method Description WSBookmarkRestBookmarkClient. saveBookmark(WSBookmark bookmark) -
Uses of WSBookmark in com.logicaldoc.webservice.rest.endpoint
Methods in com.logicaldoc.webservice.rest.endpoint that return WSBookmark Modifier and Type Method Description WSBookmarkRestBookmarkService. bookmarkDocument(long docId)WSBookmarkRestBookmarkService. bookmarkFolder(long folderId)WSBookmark[]RestBookmarkService. getBookmarks()Retrieves all the bookmarks of the current user.WSBookmarkRestBookmarkService. saveBookmark(WSBookmark bookmark)Methods in com.logicaldoc.webservice.rest.endpoint with parameters of type WSBookmark Modifier and Type Method Description WSBookmarkRestBookmarkService. saveBookmark(WSBookmark bookmark) -
Uses of WSBookmark in com.logicaldoc.webservice.soap
Methods in com.logicaldoc.webservice.soap that return WSBookmark Modifier and Type Method Description WSBookmarkBookmarkService. bookmarkDocument(String sid, long docId)WSBookmarkBookmarkService. bookmarkFolder(String sid, long folderId)WSBookmark[]BookmarkService. getBookmarks(String sid)Retrieves all the bookmarks of the current userWSBookmarkBookmarkService. saveBookmark(String sid, WSBookmark bookmark)Methods in com.logicaldoc.webservice.soap with parameters of type WSBookmark Modifier and Type Method Description WSBookmarkBookmarkService. saveBookmark(String sid, WSBookmark bookmark) -
Uses of WSBookmark in com.logicaldoc.webservice.soap.client
Methods in com.logicaldoc.webservice.soap.client that return WSBookmark Modifier and Type Method Description WSBookmarkSoapBookmarkClient. bookmarkDocument(String sid, long docId)WSBookmarkSoapBookmarkClient. bookmarkFolder(String sid, long folderId)WSBookmark[]SoapBookmarkClient. getBookmarks(String sid)WSBookmarkSoapBookmarkClient. saveBookmark(String sid, WSBookmark bookmark)Methods in com.logicaldoc.webservice.soap.client with parameters of type WSBookmark Modifier and Type Method Description WSBookmarkSoapBookmarkClient. saveBookmark(String sid, WSBookmark bookmark) -
Uses of WSBookmark in com.logicaldoc.webservice.soap.endpoint
Methods in com.logicaldoc.webservice.soap.endpoint that return WSBookmark Modifier and Type Method Description WSBookmarkSoapBookmarkService. bookmarkDocument(String sid, long docId)WSBookmarkSoapBookmarkService. bookmarkFolder(String sid, long folderId)WSBookmark[]SoapBookmarkService. getBookmarks(String sid)WSBookmarkSoapBookmarkService. saveBookmark(String sid, WSBookmark bookmark)Methods in com.logicaldoc.webservice.soap.endpoint with parameters of type WSBookmark Modifier and Type Method Description WSBookmarkSoapBookmarkService. saveBookmark(String sid, WSBookmark bookmark)
-