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 TypeMethodDescriptionWSRating[]
DocumentService.getRatings
(long docId) Gets all the ratings of the given documentDocumentService.rateDocument
(long docId, int vote) Puts a new rating on the given document -
Uses of WSRating in com.logicaldoc.webservice.rest.client
Modifier and TypeMethodDescriptionWSRating[]
RestDocumentClient.getRatings
(long docId) Gets all the ratings of the given documentRestDocumentClient.rateDocument
(long docId, int vote) Puts a new rating on the given document -
Uses of WSRating in com.logicaldoc.webservice.rest.endpoint
Modifier and TypeMethodDescriptionWSRating[]
RestDocumentService.getRatings
(long docId) RestDocumentService.rateDocument
(long docId, int vote) -
Uses of WSRating in com.logicaldoc.webservice.soap
Modifier and TypeMethodDescriptionWSRating[]
DocumentService.getRatings
(String sid, long docId) Gets all the ratings of the given documentDocumentService.rateDocument
(String sid, long docId, int vote) Puts a new rating on the given document -
Uses of WSRating in com.logicaldoc.webservice.soap.client
Modifier and TypeMethodDescriptionWSRating[]
SoapDocumentClient.getRatings
(String sid, long docId) SoapDocumentClient.rateDocument
(String sid, long docId, int vote) -
Uses of WSRating in com.logicaldoc.webservice.soap.endpoint
Modifier and TypeMethodDescriptionWSRating[]
SoapDocumentService.getRatings
(String sid, long docId) SoapDocumentService.rateDocument
(String sid, long docId, int vote)