Uses of Class
com.logicaldoc.webservice.model.WSRating
Package
Description
-
Uses of WSRating in com.logicaldoc.webservice.model
-
Uses of WSRating in com.logicaldoc.webservice.rest
Modifier and TypeMethodDescriptionDocumentService.rateDocument
(long docId, int vote) Puts a new rating on the given documentModifier and TypeMethodDescriptionDocumentService.getRatings
(long docId) Gets all the ratings of the given document -
Uses of WSRating in com.logicaldoc.webservice.rest.client
Modifier and TypeMethodDescriptionRestDocumentClient.rateDocument
(long docId, int vote) Puts a new rating on the given documentModifier and TypeMethodDescriptionRestDocumentClient.getRatings
(long docId) Gets all the ratings of the given document -
Uses of WSRating in com.logicaldoc.webservice.rest.endpoint
-
Uses of WSRating in com.logicaldoc.webservice.soap
Modifier and TypeMethodDescriptionDocumentService.rateDocument
(String sid, long docId, int vote) Puts a new rating on the given documentModifier and TypeMethodDescriptionDocumentService.getRatings
(String sid, long docId) Gets all the ratings of the given document -
Uses of WSRating in com.logicaldoc.webservice.soap.client
Modifier and TypeMethodDescriptionSoapDocumentClient.rateDocument
(String sid, long docId, int vote) -
Uses of WSRating in com.logicaldoc.webservice.soap.endpoint
Modifier and TypeMethodDescriptionSoapDocumentService.rateDocument
(String sid, long docId, int vote)