index page
Provides the entry point and structure for the parts of Visualization Platform generated from multiple files.
file and folder index page
The default entry point to the Visualization Platform web application. The file and folder index page provides the entry point and structure to support the Files and Folders functionality. The structure is a table that Visualization Platform uses to format and present files and folders data. Page content varies depending on the Visualization Platform directive.
The file and folder index page uses the browse file page to provide the reporting web page banner. filefolderlist.jsp uses the HTML code in <context root>\iportal\activePortal\private\filesfolders\filefolderlistcontent.jsp to display files and folders data.
Name
<context root>\getfolderitems.do
<context root>\iportal\activePortal\private\filesfolders\filefolderlist.jsp
Parameters
Table 25‑15 lists and describes the parameters for file and folder index page. The file and folder index page also uses the common URI parameters.
Table 25‑15 Parameters for file and folder index URI 
URI parameter
Description
startUpMessage
Specifies a message to appear when Visualization Platform calls this page.
subpage
Specifies the content of the page. Possible values are:
*_list: include list
*_detail: include detail
Specifying any other value for subpage invokes the page not found page.
new request index page
Provides the entry point and structure to support the submit job functionality.
Name
<context root>\executereport.do
Parameters
Table 25‑16 describes the parameter for the new request index page. The new request index page also uses the common URI parameters.
Table 25‑16 Parameter for new request index URI 
URI parameter
Description
homeFolder
The location of the My Documents folder
requests index page
Provides the outermost structure for the active request functionality. The requests index page displays the side menu and banner elements, and the tabbed property sheets defined by tabs. selectjobs.jsp uses the HTML code in <context root>\iportal\activePortal\private\jobs\selectjobscontent.jsp to display request data.
Name
<context root>\selectjobs.do
<context root>\iportal\activePortal\private\jobs\selectjobs.jsp
Parameters
Table 25‑17 lists and describes the parameters for the requests index page. The requests index page also uses the common URI parameters.
Table 25‑17 Parameters for request index URI
URI parameter
Description
applyFilter
Specifies whether to apply cbFail, cbSuccess, and filter to the current user session. applyFilter applies only to list pages, such as the completed jobs page.
cbFail
Specifies whether to list the failed jobs in the completed jobs page.
cbSuccess
Specifies whether to list the successful jobs in the completed jobs page.
channelName
Specifies the channel to which a job completion notice was sent. channelName applies only to the details page.
clearFilter
Clears the job name filter. clearFilter causes Visualization Platform to retrieve job names from session cookies and to ignore cbFail and cbSuccess. clearFilter applies only to list pages, such as the completed jobs page.
filter
Specifies the job name filter. filter applies only to list pages, such as the completed jobs page.
jobID
Specifies the unique job identifier. jobID applies only to the details page.
resetFilter
Resets all filters to their default values. The default filter values are no filtering for job name, and listing all completed jobs, whether failed or successful. resetFilter applies only to list pages such as the completed jobs page.
subpage
Determines the content page. Possible values for subpage are:
*_completed
*_detail
*_pending
*_running
*_scheduled
_completed is the default content page.
userName
Specifies the name of the user who received the completed job notice. userName applies only to the detail page.
Used by
Not applicable.