qual:qualInfo

Retrieves qualification information for a specific content item by a specified user

Syntax
<qual:qualInfo
   id="..."
   objectId="..."
   objectType="..."
   qualificationType="..."
   userId="..."/>
Attributes
objectId, mandatory

The object ID for which to retrieve the qualification information

objectType, mandatory

The type of object to retrieve qualification information. Supported types are - article, posting

userId, mandatory

Qualification information is retrieved only for the user having this user ID

qualificationType, mandatory

The type of qualification information to retrieve. Supported values are - flag, rate, favorite

id, mandatory, no runtime expressions

The name of the scripting variable that will be created to access the returned qualification information i.e. com.escenic.forum.qual.QualificationBean for a posting.

Scripting variable (id)

A scripting variable will be defined using the value of the id attribute as its name. The variable is of type com.escenic.forum.qual.QualificationBean.