Actuate BIRT Viewer Reference : Actuate BIRT Viewer URIs : list page
 
list page
Lists files in a container, such as a folder. The list page presents a list of files and folders that reside in the current working repository folder. Users request folder listings by choosing links on the reporting web page. The list page includes a filter section where users specify criteria for viewing report documents.
When users access a repository for the first time, Actuate Information Console displays their home folder, if they have one, or the top folder in the repository. All files and folders in that folder that they have permission to view appear in the list page. Users can specify a filter to choose the types of files to view.
Name
<context root>\getfolderitems.do
<context root>\iportal\activePortal\private\filesfolders\filefolderlist.jsp
Parameters
Table 14‑9 describes the parameters for the list page. The list page also uses the common URI parameters.
Table 14‑9 File and folder list URI parameters
URI parameter
Description
applyFilter
If true, apply filter. If false, filter not applied.
filter
The filter specifying the file and folder names to list. Filter is a string. The default is "".
folder
The folder for which to list the contents. Folder name is a string. If no folder is specified, list uses the last working folder known for the session if cookies are enabled. If cookies are not enabled, list uses the user’s home folder as specified in the user settings.
onlyLatest
If true, show only the latest version of a file if multiple versions exist. If false, show all versions of a file if multiple versions exist. The default is false.
resetFilter
Any non-null value for resetFilter causes the filter to return to its original state. Users can reset the filter by choosing the Default button on the listing page.
showDocument
If true, show all viewable documents. If false, do not show viewable documents. The default is true.
showExecutables
If true, show all report executables. If false, do not show report executables. The default is true.
showFolders
If true, show all folders. If false, do not show folders. The default is true.
Used by
Not applicable.