|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface WebPageOptions
Class WebPageOptions provides some methods to return some web
page options
| Method Summary | |
|---|---|
int |
getActiveRealmScheme()
get the active realm scheme |
boolean |
getAdHoc()
get if AdHoc feature is enabled. |
java.lang.String |
getAdhocJspPath()
Get adhoc jsp path |
java.lang.String |
getAdhocServletPath()
Get adhoc servlet path |
long |
getAutoRecoverTaskInterval()
Get the default value of auto recover task interval. |
int |
getAutoRecoverTaskMaxTimes()
Get the default value of auto recover task max times. |
boolean |
getAutoRecoverTaskRedoAll()
Get the default value of auto recover task redoAll. |
java.lang.String |
getEngineDefaultEncoding()
get the engine default encoding. |
java.lang.String |
getHelpPage(java.lang.String key)
get the special local help doc. |
java.lang.String |
getHelpUrl()
get the local help doc index page. |
java.lang.String |
getJRServletPath()
Get jreport servlet path |
java.lang.String |
getJSPWebAppName(java.lang.String propname)
get jsp webapp name from (bin\server.properties) |
java.lang.String |
getMonitoringWebURL()
Get currently valid and active web url entry of the Monitor Server, that is monitoring to this Server self or the Cluster Admin Server this Server belonged to. |
java.lang.String |
getMultipleParameterValuesDelimiter()
Get the multiple parameter delimiter |
int |
getOndemandTaskInitPriority()
Get the initial priority value of On-demand task. |
long |
getReportWaitTimeouts()
Specifies the try-view time limit, in seconds. |
java.lang.String |
getRootDirOfFolderSelector()
get the root directory of folder selector. |
int |
getScheduleTaskInitPriority()
Get the initial priority value of Schedule task. |
java.lang.String |
getSkinDir()
get the skin directory. |
java.lang.String |
getSkinDir(HttpServletRequest request)
get the skin directory. |
boolean |
getToApplet()
Specifies whether to support exporting to "Applet" in the AdvancedRun mode. |
boolean |
getToDHTML()
Specifies whether to support exporting to "DHTML" in the AdvancedRun mode. |
boolean |
getToExcel()
Specifies whether to support exporting to "Excel" in the AdvancedRun mode. |
boolean |
getToHtml()
Specifies whether to support exporting to "HTML" in the AdvancedRun mode. |
boolean |
getToPdf()
Specifies whether to support exporting to "PDF" in the AdvancedRun mode. |
boolean |
getToPs()
Specifies whether to support exporting to "PostScript" in the AdvancedRun mode. |
boolean |
getToRtf()
Specifies whether to support exporting to "Rich Text Format" in the AdvancedRun mode. |
boolean |
getToText()
Specifies whether to support exporting to "Text" in the AdvancedRun mode. |
boolean |
getToXML()
Specifies whether to support exporting to "XML" in the AdvancedRun mode. |
java.lang.String |
getTutorialUrl()
get the online tutorial URL. |
java.lang.String |
getWebSiteUrl()
get the jinfonet web site URL. |
boolean |
hasConvertEncOption()
Specifies whether to support convert encoding in the AdvanceRun mode. |
boolean |
hasDbOption()
Specifies whether to support change default db user and password defined in catalog in the AdvanceRun mode. |
boolean |
hasEncoding()
Specifies whether to support encoding in the AdvancedRun mode. |
boolean |
hasNewWindowSameName()
Deprecated. since version 8. |
boolean |
hasStyleGroupOption()
Specifies whether to support change style group in the AdvanceRun mode. |
boolean |
hasTaskListener()
Specifies whether to support task listener. |
boolean |
isEnableDispalyGroupPermissionUI()
Returns the role's permission setting display UI, which is displaying or hiding. |
boolean |
isEnableDispalyRolePermissionUI()
Returns the role's permission setting display UI, which is displaying or hiding. |
boolean |
isEnableDispalyUserPermissionUI()
Returns the user's permission setting display UI, which is displaying or hiding. |
boolean |
isEnableDynamicResource()
Specifies whether to support resources from real path. |
boolean |
isEnableMonitorLink()
Check whether the monitor link is enabled or not in the Admin page. |
boolean |
isEnablePageLevelSecurity()
Whether enable page level security when schedule a report that has page level security to version, only take effect on dhtml and html result. |
boolean |
isEnableRoleBasedAuthorization()
Indicate whether enable role based authorization or not |
boolean |
isEnableTaskDuration()
Specifies whether enable task duration. |
boolean |
isMarkUnviewedResultVersion()
Whether show color difference between viewed and un-viewed results on web UI. |
boolean |
isPipeline()
Specifies whether to support pipeline for try-view reports |
boolean |
isPromptActionQueueFull()
return whether enable prompt message when action queue is full. |
boolean |
isPromptTaskQueueFull()
return whether enable prompt message when task queue is full. |
boolean |
isPublishTempToVersion()
Specifies whether publish temp result to version system is enabled |
boolean |
isPublishTempToVersion(java.lang.String filename)
Specifies whether publish temp result to version system is enabled |
boolean |
isShowNameWithPostfix()
Specifies whether to show the file name extensions for the catalog and report files. |
boolean |
isShowVersionParamContents()
Specifies whether show contents of parameter files in version table |
boolean |
isWebAdHoc()
Specifies whether enable Adhoc. |
boolean |
needSecurity()
Check if server needs checking security. |
boolean |
showCatalogNode()
Specifies whether show catalog node |
boolean |
usePermissionDialog()
Specifies whether to pop up another html page for the user permissions. |
boolean |
useRelativeWebAppUrl()
Get the url of given web app name, base on provided |
| Method Detail |
|---|
boolean hasDbOption()
boolean hasEncoding()
boolean isShowNameWithPostfix()
boolean usePermissionDialog()
boolean useRelativeWebAppUrl()
boolean hasStyleGroupOption()
boolean hasConvertEncOption()
boolean hasTaskListener()
boolean getToApplet()
boolean getToHtml()
boolean getToPdf()
boolean getToText()
boolean getToExcel()
boolean getToPs()
boolean getToRtf()
boolean getToXML()
boolean getToDHTML()
boolean hasNewWindowSameName()
boolean isShowVersionParamContents()
boolean isPublishTempToVersion()
boolean isPublishTempToVersion(java.lang.String filename)
filename -
boolean isPipeline()
boolean needSecurity()
long getReportWaitTimeouts()
java.lang.String getJSPWebAppName(java.lang.String propname)
propname - the property name that record this webapp eg. propname
"jsp.webapp.sendfile" sendfile's webapp name
"\servlet\sendfile"java.lang.String getAdhocServletPath()
java.lang.String getAdhocJspPath()
java.lang.String getJRServletPath()
boolean getAdHoc()
int getActiveRealmScheme()
java.lang.String getEngineDefaultEncoding()
boolean isEnableDynamicResource()
boolean showCatalogNode()
java.lang.String getWebSiteUrl()
java.lang.String getHelpUrl()
java.lang.String getHelpPage(java.lang.String key)
java.lang.String getTutorialUrl()
java.lang.String getSkinDir()
java.lang.String getRootDirOfFolderSelector()
boolean isEnableRoleBasedAuthorization()
boolean isEnableDispalyUserPermissionUI()
boolean isEnableDispalyRolePermissionUI()
boolean isEnableDispalyGroupPermissionUI()
java.lang.String getMultipleParameterValuesDelimiter()
java.lang.String getMonitoringWebURL()
boolean isEnableMonitorLink()
int getAutoRecoverTaskMaxTimes()
long getAutoRecoverTaskInterval()
boolean getAutoRecoverTaskRedoAll()
boolean isEnableTaskDuration()
boolean isWebAdHoc()
int getOndemandTaskInitPriority()
int getScheduleTaskInitPriority()
java.lang.String getSkinDir(HttpServletRequest request)
boolean isPromptTaskQueueFull()
boolean isPromptActionQueueFull()
boolean isMarkUnviewedResultVersion()
boolean isEnablePageLevelSecurity()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||