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 TypeMethodDescriptionDocumentService.rateDocument
(long docId, int vote) Puts a new rating on the given documentMethods in com.logicaldoc.webservice.rest that return types with arguments of type WSRatingModifier and TypeMethodDescriptionDocumentService.getRatings
(long docId) Gets all the ratings of the given document -
Uses of WSRating in com.logicaldoc.webservice.rest.client
Methods in com.logicaldoc.webservice.rest.client that return WSRatingModifier and TypeMethodDescriptionRestDocumentClient.rateDocument
(long docId, int vote) Puts a new rating on the given documentMethods in com.logicaldoc.webservice.rest.client that return types with arguments of type WSRatingModifier and TypeMethodDescriptionRestDocumentClient.getRatings
(long docId) Gets all the ratings of the given document -
Uses of WSRating in com.logicaldoc.webservice.rest.endpoint
Methods in com.logicaldoc.webservice.rest.endpoint that return WSRatingMethods in com.logicaldoc.webservice.rest.endpoint that return types with arguments of type WSRating -
Uses of WSRating in com.logicaldoc.webservice.soap
Methods in com.logicaldoc.webservice.soap that return WSRatingModifier and TypeMethodDescriptionDocumentService.rateDocument
(String sid, long docId, int vote) Puts a new rating on the given documentMethods in com.logicaldoc.webservice.soap that return types with arguments of type WSRatingModifier and TypeMethodDescriptionDocumentService.getRatings
(String sid, long docId) Gets all the ratings of the given document -
Uses of WSRating in com.logicaldoc.webservice.soap.client
Methods in com.logicaldoc.webservice.soap.client that return WSRatingModifier and TypeMethodDescriptionSoapDocumentClient.rateDocument
(String sid, long docId, int vote) Methods in com.logicaldoc.webservice.soap.client that return types with arguments of type WSRating -
Uses of WSRating in com.logicaldoc.webservice.soap.endpoint
Methods in com.logicaldoc.webservice.soap.endpoint that return WSRatingModifier and TypeMethodDescriptionSoapDocumentService.rateDocument
(String sid, long docId, int vote) Methods in com.logicaldoc.webservice.soap.endpoint that return types with arguments of type WSRating