index page
Provides the entry point and structure for the parts of Actuate Information Console generated from multiple files.
file and folder index page
The default entry point to the Actuate Information Console 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 Actuate Information Console uses to format and present files and folders data. Page content varies depending on the Actuate Information Console directive.
The
file and folder index page uses the
banner 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 4‑14 lists and describes the parameters for file and folder index page. The file and folder index page also uses the common URI parameters.
Table 4‑14 Parameters for file and folder index URI
URI parameter | Description |
startUpMessage | Specifies a message to appear when Actuate Information Console 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 4‑15 describes the parameter for the
new request index page. The
new request index page also uses the common URI parameters.
Table 4‑15 Parameter for new request index URI
URI parameter | Description |
homeFolder | The location of the My Documents folder |
options index page
Provides the entry point and structure to support the Options functionality. The structure is a table that Actuate Information Console uses to format and present files and folders data. The default table includes the banner across the top of the page, the side menu on the left side of the page, and a container for page content. Page content varies depending upon the Actuate Information Console directive.
The
options index page uses the
banner page to provide the reporting web page banner. options.jsp uses the HTML code in <context root>\iportal\activePortal\private\options\optionspage.jsp to display the options data.
Name
<context root>\options.do
<context root>\iportal\activePortal\private\options\options.jsp
Parameters
Table 4‑16 describes the parameter for the
options index page. The
options index page also uses the common URI parameters.
Table 4‑16 Parameter for options index URI
URI parameter | Description |
homeFolder | Link to My Documents |
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 4‑17 lists and describes the parameters for the
requests index page. The
requests index page also uses the common URI parameters.
Table 4‑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 Actuate Information Console 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.