Uses of Class
com.logicaldoc.webservice.model.WSRating
-
-
Uses of WSRating in com.logicaldoc.webservice.model
Methods in com.logicaldoc.webservice.model that return WSRating Modifier and Type Method Description static WSRatingWSRating. fromRating(Rating rating) -
Uses of WSRating in com.logicaldoc.webservice.rest
Methods in com.logicaldoc.webservice.rest that return WSRating Modifier and Type Method Description WSRating[]DocumentService. getRatings(long docId)Gets all the ratings of the given documentWSRatingDocumentService. 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 WSRating Modifier and Type Method Description WSRating[]RestDocumentClient. getRatings(long docId)Gets all the ratings of the given documentWSRatingRestDocumentClient. 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 WSRating Modifier and Type Method Description WSRating[]RestDocumentService. getRatings(long docId)WSRatingRestDocumentService. rateDocument(long docId, int vote) -
Uses of WSRating in com.logicaldoc.webservice.soap
Methods in com.logicaldoc.webservice.soap that return WSRating Modifier and Type Method Description WSRating[]DocumentService. getRatings(String sid, long docId)Gets all the ratings of the given documentWSRatingDocumentService. 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 WSRating Modifier and Type Method Description WSRating[]SoapDocumentClient. getRatings(String sid, long docId)WSRatingSoapDocumentClient. 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 WSRating Modifier and Type Method Description WSRating[]SoapDocumentService. getRatings(String sid, long docId)WSRatingSoapDocumentService. rateDocument(String sid, long docId, int vote)
-