stats:actionPagerSource

Gets a list of all the actions on the given arguments. All the arguments are optional.

Syntax
<stats:actionPagerSource
   article="..."?
   articleId="..."?
   author="..."?
   authorId="..."?
   from="..."?
   id="..."
   includeArticleTypes="..."?
   max="..."?
   maxActionItems="..."
   pageSize="..."
   section="..."?
   sectionId="..."?
   to="..."?
   type="..."
   user="..."?
   userId="..."?/>
Attributes
id, mandatory, no runtime expressions

Name of the scripting-variable.

type, mandatory

Action type can be: view, create, update, tag, rate, comment, search, login, message, favorite

user

Name of the scripting-variable where to get the user information from. This can be a PresentationUser, PresentationPerson or Person object.

userId

The id of the user to get the count from.

article

Name of the scripting-variable where to get the user information from. This must be an PresentationArticle or Article object

articleId

The id of the article to get the count from.

includeArticleTypes

The type of the article to get the count from.

section

Name of the scripting-variable where to get the user information from. This must be an PresentationSection or Section object.

sectionId

The section id.

author

Name of the scripting-variable where to get the author information from. This can be a PresentationUser, PresentationPerson or Person object.

authorId

The id of the author to get the count from.

from

Date object or hours back from now

to

Date object or hours back from now

max

Maximum items to be returned.

pageSize, mandatory

maxActionItems, mandatory