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 WSRating
WSRating. 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 documentWSRating
DocumentService. 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 documentWSRating
RestDocumentClient. 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)
Gets all the ratings of the given documentWSRating
RestDocumentService. rateDocument(long docId, int vote)
Puts a new rating on the given document -
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 documentWSRating
DocumentService. 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)
WSRating
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 WSRating Modifier and Type Method Description WSRating[]
SoapDocumentService. getRatings(String sid, long docId)
WSRating
SoapDocumentService. rateDocument(String sid, long docId, int vote)
-