Uses of Class
com.logicaldoc.webservice.model.WSRating
Packages that use WSRating
Package
Description
-
Uses of WSRating in com.logicaldoc.webservice.model
Methods in com.logicaldoc.webservice.model that return WSRating -
Uses of WSRating in com.logicaldoc.webservice.rest
Methods in com.logicaldoc.webservice.rest that return WSRatingModifier 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
Methods in com.logicaldoc.webservice.rest.client that return WSRatingModifier 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
Methods in com.logicaldoc.webservice.rest.endpoint that return WSRatingModifier and TypeMethodDescriptionWSRating[]
RestDocumentService.getRatings
(long docId) RestDocumentService.rateDocument
(long docId, int vote) -
Uses of WSRating in com.logicaldoc.webservice.soap
Methods in com.logicaldoc.webservice.soap that return WSRatingModifier 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
Methods in com.logicaldoc.webservice.soap.client that return WSRatingModifier 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
Methods in com.logicaldoc.webservice.soap.endpoint that return WSRatingModifier and TypeMethodDescriptionWSRating[]
SoapDocumentService.getRatings
(String sid, long docId) SoapDocumentService.rateDocument
(String sid, long docId, int vote)