file and folder list page
Presents a list of objects that reside in the current working repository folder. Users request folder listings by choosing links on the reporting web page. The file and folder list page includes a filter section where users specify criteria for viewing report documents. For example, users select check boxes to indicate whether they want to view only the last version of a report document or to see report executable files and report documents.
When users access a repository for the first time, Visualization Platform 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 Visualization Platform listing page. Users can specify a filter to choose the types of files to view.
The following are the sources that the file and folder list page uses to obtain the values for filters and the state of check boxes:
*URI parameters. See the following parameters section.
*Session attributes. Visualization Platform uses session cookies to store the values that a user specifies. If the user browses the Visualization Platform application, then returns to the listing page, the list page obtains the user’s values from the session cookie if cookies are enabled. If the user chooses another folder, that folder becomes the working folder, and the list page applies the same values that applied to the previous folder.
Table 25‑18 lists and describes the session attribute variables.
Table 25‑18 Session attribute variables 
Session attribute
Description
AcFilesFoldersFilter
Contains the string specifying the files and folders viewing filter
AcFilesFoldersTypeFilter
Contains True if the user specified a filter, False otherwise
Name
<context root>\getfolderitems.do
<context root>\iportal\activePortal\private\filesfolders\filefolderlist.jsp
Parameters
Table 25‑19 lists and describes the parameters for the file and folder list page. The file and folder list page also uses the common URI parameters.
Table 25‑19 Parameters for file and folder list URI
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.