qualification:list

Will create both an scripting variable and a page scoped bean of the Variable-class. Returns a Collection of qualifications matching the provided criteria.

Syntax
<qualification:list
   articleId="..."?
   from="..."?
   id="..."
   max="..."?
   sort="..."?
   to="..."?
   type="..."
   userId="..."?/>
Attributes
id, mandatory, no runtime expressions

Name of the scripting-variable.

userId

Only list qualifications matching these [UserIds].

articleId

Only list qualifications assignedto these articleIds.

type, mandatory

Indicate which type of qualification: StarRating, Flagging, Favorite

sort

Sort qualification records. Possible options: +totalAverage, -totalAverage, +qualifiedOn, -qualifiedOn

from

List qualification records assigned after this date

to

List qualification records assigned before this date

max

Maximum number of items to return.