Package bscw :: Package api :: Module ap_rate
[hide private]

Module ap_rate

Rate documents or URLs according to list of pairs (object_id, rating)
   with rating: (0=none) (1=poor)...(5=excellent)
   returns list of median ratings

API definition::

 API = (('ratings', 'array', 1, [('rating', 'array', 1, [('pair', 'ASCII string', 0)])]),)

(c) Fraunhofer FIT, 2002


Version: $Rev: 20112 $

Functions [hide private]
 
param_def()
return the parameter definition
 
do_it(request, ratings)
see above
 
rate(self, request, rating)
rate object
Variables [hide private]
  __package__ = None