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 WSBookmark
WSBookmark. 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 WSBookmark
BookmarkService. bookmarkDocument(long docId)
WSBookmark
BookmarkService. bookmarkFolder(long folderId)
WSBookmark[]
BookmarkService. getBookmarks()
WSBookmark
BookmarkService. saveBookmark(WSBookmark bookmark)
Methods in com.logicaldoc.webservice.rest with parameters of type WSBookmark Modifier and Type Method Description WSBookmark
BookmarkService. 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 WSBookmark
RestBookmarkClient. bookmarkDocument(long docId)
WSBookmark
RestBookmarkClient. bookmarkFolder(long folderId)
WSBookmark[]
RestBookmarkClient. getBookmarks()
Retrieves all the bookmarks of the current userWSBookmark
RestBookmarkClient. saveBookmark(WSBookmark bookmark)
Methods in com.logicaldoc.webservice.rest.client with parameters of type WSBookmark Modifier and Type Method Description WSBookmark
RestBookmarkClient. 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 WSBookmark
RestBookmarkService. bookmarkDocument(long docId)
WSBookmark
RestBookmarkService. bookmarkFolder(long folderId)
WSBookmark[]
RestBookmarkService. getBookmarks()
Retrieves all the bookmarks of the current user.WSBookmark
RestBookmarkService. saveBookmark(WSBookmark bookmark)
Methods in com.logicaldoc.webservice.rest.endpoint with parameters of type WSBookmark Modifier and Type Method Description WSBookmark
RestBookmarkService. 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 WSBookmark
BookmarkService. bookmarkDocument(String sid, long docId)
WSBookmark
BookmarkService. bookmarkFolder(String sid, long folderId)
WSBookmark[]
BookmarkService. getBookmarks(String sid)
Retrieves all the bookmarks of the current userWSBookmark
BookmarkService. saveBookmark(String sid, WSBookmark bookmark)
Methods in com.logicaldoc.webservice.soap with parameters of type WSBookmark Modifier and Type Method Description WSBookmark
BookmarkService. 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 WSBookmark
SoapBookmarkClient. bookmarkDocument(String sid, long docId)
WSBookmark
SoapBookmarkClient. bookmarkFolder(String sid, long folderId)
WSBookmark[]
SoapBookmarkClient. getBookmarks(String sid)
WSBookmark
SoapBookmarkClient. saveBookmark(String sid, WSBookmark bookmark)
Methods in com.logicaldoc.webservice.soap.client with parameters of type WSBookmark Modifier and Type Method Description WSBookmark
SoapBookmarkClient. 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 WSBookmark
SoapBookmarkService. bookmarkDocument(String sid, long docId)
WSBookmark
SoapBookmarkService. bookmarkFolder(String sid, long folderId)
WSBookmark[]
SoapBookmarkService. getBookmarks(String sid)
WSBookmark
SoapBookmarkService. saveBookmark(String sid, WSBookmark bookmark)
Methods in com.logicaldoc.webservice.soap.endpoint with parameters of type WSBookmark Modifier and Type Method Description WSBookmark
SoapBookmarkService. saveBookmark(String sid, WSBookmark bookmark)
-