A B C D E F G H I J K L M N O P Q R S T U V W X Z

A

ACCESS - Static variable in interface jet.server.userman.UserAuthenticator
 
ALIGN_CENTERBOTTOM - Static variable in interface jet.web.dhtml.DHTMLConstant
 
ALIGN_CENTERCENTER - Static variable in interface jet.web.dhtml.DHTMLConstant
 
ALIGN_CENTERTOP - Static variable in interface jet.web.dhtml.DHTMLConstant
 
ALIGN_JUSTIFYBOTTOM - Static variable in interface jet.web.dhtml.DHTMLConstant
 
ALIGN_JUSTIFYCENTER - Static variable in interface jet.web.dhtml.DHTMLConstant
 
ALIGN_JUSTIFYTOP - Static variable in interface jet.web.dhtml.DHTMLConstant
 
ALIGN_LEFTBOTTOM - Static variable in interface jet.web.dhtml.DHTMLConstant
 
ALIGN_LEFTCENTER - Static variable in interface jet.web.dhtml.DHTMLConstant
 
ALIGN_LEFTTOP - Static variable in interface jet.web.dhtml.DHTMLConstant
 
ALIGN_RIGHTBOTTOM - Static variable in interface jet.web.dhtml.DHTMLConstant
 
ALIGN_RIGHTCENTER - Static variable in interface jet.web.dhtml.DHTMLConstant
 
ALIGN_RIGHTTOP - Static variable in interface jet.web.dhtml.DHTMLConstant
 
APIConst - class jet.cs.util.APIConst.
Class APIConst defines some constant values.
APIUtil - class jet.cs.util.APIUtil.
Class APIUtil provides some utilities for JReport server and client.
APPNAME_DHTML - Static variable in class jet.cs.util.APIConst
 
APPNAME_DHTMLJSP - Static variable in class jet.cs.util.APIConst
 
APPNAME_HELP - Static variable in class jet.cs.util.APIConst
 
APPNAME_SENDFILE - Static variable in class jet.cs.util.APIConst
 
APPPLET_JAVA_PLUG_IN_1_1 - Static variable in class jet.cs.util.APIConst
APPPLET_JAVA_PLUG_IN_1_1 the applet type: for java plug-in 1.1(1).
APPPLET_JAVA_PLUG_IN_1_2 - Static variable in class jet.cs.util.APIConst
APPPLET_JAVA_PLUG_IN_1_2 the applet type: for java plug-in 1.2(2).
APPPLET_JAVA_PLUG_IN_1_3 - Static variable in class jet.cs.util.APIConst
APPPLET_JAVA_PLUG_IN_1_3 the applet type: for java plug-in 1.3(3).
APPPLET_NORMAL - Static variable in class jet.cs.util.APIConst
APPPLET_NORMAL the applet type: normal(0).
ARRAY - Static variable in class jet.server.api.db.JDBCType
 
AST_SUFFIX - Static variable in class jet.cs.util.APIConst
AST_SUFFIX the suffix of JReport result files(.ast).
AT_TIME - Static variable in class jet.cs.util.APIConst
AT_TIME the launch type of a scheduled task: run at time(1).
AUTH_SCHEME_BASIC - Static variable in class jet.cs.util.APIConst
AUTH_SCHEME_BASIC the Basic HTTP authentication scheme(Basic).
AUTH_SCHEME_DIGEST - Static variable in class jet.cs.util.APIConst
AUTH_SCHEME_DIGEST the Digest HTTP authentication scheme(Digest).
ActiveTaskRecord - interface jet.server.api.ActiveTaskRecord.
ClassActiveTaskRecord contains information of an active task in report server.
AdminService - interface jet.server.api.admin.AdminService.
AdminService
AuthenticationProvider - interface jet.server.api.custom.security.AuthenticationProvider.
JReport Enterprise Server provides the ability to use customized user authentication scheme.
Authenticator - interface jet.server.api.Authenticator.
This interface provides methods to authenticate valid users and actions.
AuthorizationProvider - interface jet.server.api.custom.security.AuthorizationProvider.
JReport Enterprise Server provides the ability to use customized user authorization scheme.
actionPerformed(ActionEvent) - Method in class jet.bean.JRDirectViewer
 
actionPerformed(ActionEvent) - Method in class jet.bean.JRRunViewer
 
addAcl(String, String, String) - Method in interface jet.server.api.admin.SecurityAdminService
Deprecated. This method was not effective since V6.
addClickActionListener(ClickActionListener) - Method in class jet.bean.JRDirectViewer
Adds the click action listener.
addClickActionListener(ClickActionListener) - Method in class jet.bean.JRRunViewer
Adds the click action listener.
addExpiryListener(ExpiryListener) - Method in interface jet.server.api.UserSession
Adds a expiry listener to the session.
addExpiryListener(String) - Method in interface jet.web.dhtml.SimpleDHtmlAPI
Adds the ExpiryListener to the specified UserSession.
addFileQuery(String, File) - Method in interface jet.server.api.engine.ReportEngine
Add the specified file query to the current catalog.
addFileQuery(String, File, String) - Method in interface jet.server.api.engine.ReportEngine
Add the specified file query to the current catalog.
addFolder(String, String, Hashtable) - Method in interface jet.server.api.ResourceManager
Deprecated. since version 6.1, replaced by createFolder(...) and addResourcesToFolder(...). the param "includesSubDir" of the method addResourcesToFolder(...) should be true in this case.
addFolder(String, String, Hashtable) - Method in interface jet.server.api.rmi.RemoteResourceManager
Deprecated. since version 6.1, replaced by createFolder(...) and addResourcesToFolder(...). the param "includesSubDir" of the method addResourcesToFolder(...) should be true in this case.
addGroup(String, String, String, String) - Method in interface jet.server.api.admin.SecurityAdminService
Add a new group into the realm.
addGroupIntoRole(String, String, String, String) - Method in interface jet.server.api.admin.SecurityAdminService
add a group to role as a memeber
addMemberIntoAcl(String, String, String, String) - Method in interface jet.server.api.admin.SecurityAdminService
Deprecated. This method was not effective since V6.
addMemberIntoGroup(String, String, String, String) - Method in interface jet.server.api.admin.SecurityAdminService
Deprecated. This method was not effective since V6.
addNewParentRolesToUser(String, String, String, String) - Method in interface jet.server.api.admin.SecurityAdminService
Add some new parent role to a user.
addNode(String, String, byte, Hashtable) - Method in interface jet.server.api.admin.ResourceAdminService
Add a node into resource tree in specific realm.
addPredefinedServer(String, String, String, String) - Method in interface jet.server.api.admin.ClusterAdminService
Add a clustered server into predefined server list of cluster.
addPredefinedServer(String, String, String, int, String) - Method in interface jet.server.api.admin.ClusterAdminService
Add a clustered server into predefined server list of cluster.
addPrivilegedGroups(String, String, String, Vector) - Method in interface jet.server.api.admin.SecurityAdminService
add roles to have this privilege
addPrivilegedRoles(String, Vector) - Method in interface jet.server.api.admin.SecurityAdminService
Deprecated. Server V7.1 eplaced by addPrivilegedRoles(String realmName, String submitter, String privilege, Vector groups) throws NoSuchGroupException, NoSuchRealmException, BadRealmException;.
addPrivilegedRoles(String, String, String, Vector) - Method in interface jet.server.api.admin.SecurityAdminService
add roles to have this privilege
addPrivilegedUsers(String, Vector) - Method in interface jet.server.api.admin.SecurityAdminService
Deprecated. Server V7.1 replaced by addPrivilegedUsers(String realmName, String submitter, String privilege, Vector users) throws NoSuchUserException, NoSuchRealmException;.
addPrivilegedUsers(String, String, String, Vector) - Method in interface jet.server.api.admin.SecurityAdminService
add users to have this privilege
addProtection(String, String, String, String) - Method in interface jet.server.api.admin.SecurityAdminService
Deprecated. This method was not effective since V6.
addRealm(String, String, int) - Method in interface jet.server.api.admin.SecurityAdminService
Add a new realm specified by realmName.
addResource(String, String, Hashtable) - Method in interface jet.server.api.ResourceManager
Deprecated. since version 6.1, replaced by addResource(String userID, String folderPath, Hashtable htResource, Hashtable[] permissions)
addResource(String, String, Hashtable, Hashtable[]) - Method in interface jet.server.api.ResourceManager
Add a resource into specific folder
addResource(String, String, Hashtable) - Method in interface jet.server.api.rmi.RemoteResourceManager
Deprecated. since version 6.1, replaced by addResource(String userID, String folderPath, Hashtable htResource, Hashtable[] permissions)
addResource(String, String, Hashtable, Hashtable[]) - Method in interface jet.server.api.rmi.RemoteResourceManager
Add a resource into specific folder
addResourceNode(String, String, String, String) - Method in interface jet.server.api.admin.ResourceAdminService
Deprecated. As of version 6, it has not effective.
addResourceReachable(String, String, Vector) - Method in interface jet.server.api.admin.ResourceAdminService
Deprecated. As of version 6, it has not effective.
addResourcesToFolder(String, String, String, boolean, Hashtable, Hashtable[]) - Method in interface jet.server.api.ResourceManager
Add files and sub-folders into specific folder
addResourcesToFolder(String, String, String, boolean, Hashtable, Hashtable[]) - Method in interface jet.server.api.rmi.RemoteResourceManager
Add files and sub-folders into specific folder
addResultInReport(String, String, Hashtable) - Method in interface jet.server.api.ResourceManager
Add a result into specific report
addResultInReport(String, String, Hashtable) - Method in interface jet.server.api.rmi.RemoteResourceManager
Add a result into specific report
addRole(String, String, String, String, String) - Method in interface jet.server.api.admin.SecurityAdminService
Deprecated. This method is not effective since V7.0 .
addRole(String, String, String, String) - Method in interface jet.server.api.admin.SecurityAdminService
Add a new role into the realm.
addSubGroupIntoGroup(String, String, String, String) - Method in interface jet.server.api.admin.SecurityAdminService
add a group into a group as sub group
addSubRoleToRole(String, String, String, String) - Method in interface jet.server.api.admin.SecurityAdminService
Add a sub role to a role
addSubUserToRole(String, String, String, String) - Method in interface jet.server.api.admin.SecurityAdminService
Add a sub user to a role
addUrlPath(String, String) - Static method in class jet.cs.util.APIUtil
Add a path to a path string and the result path string is non-URL-encoded.
addUrlPaths(String, String) - Static method in class jet.cs.util.APIUtil
Add a path to a URL address string and the result URL string is URL-encoded.
addUser(String, String, String, String, String, String, boolean, int, boolean, int, boolean, String) - Method in interface jet.server.api.admin.SecurityAdminService
Deprecated. This method is not effective since V6.
addUser(String, String, String, String, String, String, String, boolean, int, boolean, int, boolean) - Method in interface jet.server.api.admin.SecurityAdminService
Add a new user into the realm.
addUserIntoGroup(String, String, String, String) - Method in interface jet.server.api.admin.SecurityAdminService
Add a user into a group as sub user
addUserIntoRole(String, String, String, String) - Method in interface jet.server.api.admin.SecurityAdminService
Add a user into a role.
adjustmentValueChanged(AdjustmentEvent) - Method in class jet.bean.JRDirectViewer
 
adjustmentValueChanged(AdjustmentEvent) - Method in class jet.bean.JRRunViewer
 
afterRun(ServerInfo) - Method in interface jet.server.api.TaskListener
Invoked after the especial task's running is finished.
append(Field) - Method in interface jet.server.api.db.Unique
 
askInvalidate(UserSession) - Method in interface jet.server.api.ExternalAuthorized
Ask if invalidate an external authorized user session(i.e.
autoImportLDAPUser(String, String) - Method in interface jet.server.api.admin.cfg.ConfigurationLDAP
Auto import a LDAP user

B

BIG5 - Static variable in class jet.cs.util.EngineAPIConst
Indicates converter encoding.
BIG5 - Static variable in class jet.server.api.engine.ReportEngineConst
Indicates converter encoding.
BIGINT - Static variable in class jet.server.api.db.JDBCType
 
BINARY - Static variable in class jet.server.api.db.JDBCType
 
BIT - Static variable in class jet.server.api.db.JDBCType
 
BLOB - Static variable in class jet.server.api.db.JDBCType
 
BOOLEAN - Static variable in class jet.server.api.db.JDBCType
 
BTN_ALL - Static variable in interface jet.web.dhtml.DHTMLConstant
A combination constant that indicates all the toolbar buttons.
BTN_EXIT - Static variable in interface jet.web.dhtml.DHTMLConstant
The toolbar button "exit" constant.
BTN_EXPORT_TO_EXCEL - Static variable in interface jet.web.dhtml.DHTMLConstant
The toolbar button "Export to Excel" constant.
BTN_EXPORT_TO_HTML - Static variable in interface jet.web.dhtml.DHTMLConstant
The toolbar button "EXPORT TO HTML" constant.
BTN_EXPORT_TO_PDF - Static variable in interface jet.web.dhtml.DHTMLConstant
The toolbar button "Export to PDF" constant.
BTN_EXPORT_TO_PS - Static variable in interface jet.web.dhtml.DHTMLConstant
The toolbar button "Export TO PS" constant.
BTN_EXPORT_TO_RTF - Static variable in interface jet.web.dhtml.DHTMLConstant
The toolbar button "Export to RTF" constant.
BTN_EXPORT_TO_TEXT - Static variable in interface jet.web.dhtml.DHTMLConstant
The toolbar button "Export to Text" constant.
BTN_EXPORT_TO_XML - Static variable in interface jet.web.dhtml.DHTMLConstant
The toolbar button "Export TO XML" constant.
BTN_FILTER - Static variable in interface jet.web.dhtml.DHTMLConstant
The toolbar button "filter" constant.
BTN_HELP - Static variable in interface jet.web.dhtml.DHTMLConstant
The toolbar button "help" constant.
BTN_NEXT_SEARCH - Static variable in interface jet.web.dhtml.DHTMLConstant
The toolbar button "search next" constant.
BTN_PREVIOUS_SEARCH - Static variable in interface jet.web.dhtml.DHTMLConstant
The toolbar button "search previous" constant.
BTN_PRINT - Static variable in interface jet.web.dhtml.DHTMLConstant
The toolbar button "print" constant.
BTN_REDO - Static variable in interface jet.web.dhtml.DHTMLConstant
The toolbar button "redo" constant.
BTN_REFRESH - Static variable in interface jet.web.dhtml.DHTMLConstant
The toolbar button "refresh" constant.
BTN_RESET - Static variable in interface jet.web.dhtml.DHTMLConstant
The toolbar button "reset" constant.
BTN_SAVE - Static variable in interface jet.web.dhtml.DHTMLConstant
The toolbar button "save" constant.
BTN_SEARCH - Static variable in interface jet.web.dhtml.DHTMLConstant
The toolbar button "search" constant.
BTN_SORT - Static variable in interface jet.web.dhtml.DHTMLConstant
The toolbar button "sort" constant.
BTN_UNDO - Static variable in interface jet.web.dhtml.DHTMLConstant
The toolbar button "undo" constant.
BadRealmException - exception jet.server.api.exception.BadRealmException.
 
BadRealmException(String) - Constructor for class jet.server.api.exception.BadRealmException
 
BaseHttpUtil - class jet.server.api.http.BaseHttpUtil.
Class BaseHttpUtil provides some static methods to operate on request/response, send message to client and change password etc.
backup(Database, String) - Static method in class jet.server.api.db.DBManager
 
backup(String) - Method in interface jet.server.api.db.Database
 
beforeRun(ServerInfo) - Method in interface jet.server.api.TaskListener
Invoked before the especial task's running begin.

C

CACHED - Static variable in interface jet.server.api.db.Recordset
The constant indicating that a recordset is not connected to JDBC
CALC_AVG - Static variable in interface jet.server.api.db.Field
 
CALC_COUNT - Static variable in interface jet.server.api.db.Field
 
CALC_MAX - Static variable in interface jet.server.api.db.Field
 
CALC_MIN - Static variable in interface jet.server.api.db.Field
 
CALC_NONE - Static variable in interface jet.server.api.db.Field
 
CALC_SUM - Static variable in interface jet.server.api.db.Field
 
CAT_MIME_NAME - Static variable in class jet.cs.util.APIConst
CAT_MIME_NAME the MIME type of JReport catalog files(application/x-jrcatalog).
CAT_SUFFIX - Static variable in class jet.cs.util.APIConst
CAT_SUFFIX the suffix of JReport catalog files(.cat).
CHAR - Static variable in class jet.server.api.db.JDBCType
 
CHROMATICITY_COLOR - Static variable in class jet.cs.util.PrintConst
CHROMATICITY_COLOR property for chromaticity: indicates print as is, in color
CHROMATICITY_MONOCHROME - Static variable in class jet.cs.util.PrintConst
CHROMATICITY_MONOCHROME property for chromaticity.
CLASS_NAME - Static variable in interface jet.server.api.http.CustomizedServerEnv
The environment name that indicates the class name of user implemented CustomizedServerEnv.
CLOB - Static variable in class jet.server.api.db.JDBCType
 
CMD_ADD_RESOURCES_TO_FOLDER - Static variable in class jet.cs.util.APIConst
CMD_ADD_RESOURCES_TO_FOLDER the command of add remote resource to server
CMD_AFTER_DEPLOYFILES - Static variable in class jet.cs.util.APIConst
CMD_AFTER_DEPLOYFILES the command of report HTTP server(jrs.after_deployfiles).
CMD_AUTO_REFRESH_PAGE - Static variable in class jet.cs.util.APIConst
CMD_AUTO_REFRESH_PAGE the command of auto-refresh an pipeline html(jrs.auto_refresh_page).
CMD_BUILDNUMBER - Static variable in class jet.cs.util.APIConst
CMD_BUILDNUMBER the command of report HTTP server(jrs.build_number).
CMD_CAN_EXPORT_DHTML_RESULT - Static variable in class jet.cs.util.APIConst
CMD_CAN_EXPORT_DHTML_RESULT the command of test whether can export dhtml result
CMD_CHANGE_PASSWORD - Static variable in class jet.cs.util.APIConst
CMD_CHANGE_PASSWORD the command of report HTTP server(jrs.change_password).
CMD_CHECK_PERMISSION - Static variable in class jet.cs.util.APIConst
CMD_DEL_ALL_COMPLETED the command of check the resource permission of specify user.
CMD_CHECK_PRIVILEGE - Static variable in class jet.cs.util.APIConst
CMD_CHECK_PRIVILEGE the command of check the privilege of specify user.
CMD_CMDBAR_FRAME - Static variable in class jet.cs.util.APIConst
CMD_CMDBAR_FRAME the command of report HTTP server(jrs.cmdbar_frame).
CMD_COPY_SCHEDULES - Static variable in class jet.cs.util.APIConst
CMD_COPY_SCHEDULES the command of copying schedules (jrs.copy_schedules).
CMD_CREATE_FOLDER - Static variable in class jet.cs.util.APIConst
CMD_CREATE_FOLDER the command of create folder to server
CMD_CREATE_SCHEDULE_PAGE - Static variable in class jet.cs.util.APIConst
CMD_CREATE_SCHEDULE_PAGE the command of report HTTP server(jrs.create_schd_page).
CMD_DELETE_RESOURCE - Static variable in class jet.cs.util.APIConst
CMD_DELETE_RESOURCE the command of report HTTP server(jrs.delete_resource).
CMD_DELETE_SCHEDULES - Static variable in class jet.cs.util.APIConst
CMD_DELETE_SCHEDULES the command of deleting schedules (jrs.delete_schedules).
CMD_DEL_ALL_COMPLETED - Static variable in class jet.cs.util.APIConst
CMD_DEL_ALL_COMPLETED the command of deleting all completed task records.
CMD_DEL_CAT_VER - Static variable in class jet.cs.util.APIConst
CMD_DEL_CAT_VER the command of report HTTP server(jrs.del_cat_ver).
CMD_DEL_COMPLETED - Static variable in class jet.cs.util.APIConst
CMD_DEL_COMPLETED the command of report HTTP server(jrs.del_completed).
CMD_DEL_ONDEMAND - Static variable in class jet.cs.util.APIConst
CMD_DEL_ONDEMAND the command of deleting on-demand report record (jrs.del_ondemand).
CMD_DEL_RPT_VER - Static variable in class jet.cs.util.APIConst
CMD_DEL_RPT_VER the command of report HTTP server(jrs.del_rpt_ver).
CMD_DEL_RSTDOC_VER - Static variable in class jet.cs.util.APIConst
CMD_DEL_RSTDOC_VER the command of report HTTP server(jrs.del_rstdoc_ver).
CMD_DEL_RST_VER - Static variable in class jet.cs.util.APIConst
CMD_DEL_RST_VER the command of report HTTP server(jrs.del_rst_ver).
CMD_DEL_SCHEDULE - Static variable in class jet.cs.util.APIConst
CMD_DEL_SCHEDULE the command of report HTTP server(jrs.del_schedule).
CMD_DISABLE_SCHEDULE - Static variable in class jet.cs.util.APIConst
CMD_DISABLE_SCHEDULE the command of report HTTP server(jrs.disable_schedule).
CMD_DISABLE_SCHEDULES - Static variable in class jet.cs.util.APIConst
CMD_DISABLE_SCHEDULES the command of disabling schedules (jrs.disable_schedules).
CMD_ENABLE_SCHEDULE - Static variable in class jet.cs.util.APIConst
CMD_ENABLE_SCHEDULE the command of report HTTP server(jrs.enable_schedule).
CMD_ENABLE_SCHEDULES - Static variable in class jet.cs.util.APIConst
CMD_ENABLE_SCHEDULES the command of enabling schedules (jrs.enable_schedules).
CMD_EXPORT_PERMISSION_IS - Static variable in class jet.cs.util.APIConst
CMD_EXPORT_PERMISSION_IS the command of verifying permission of export script file (jrs.export_permission_is).
CMD_EXPORT_RESULT - Static variable in class jet.cs.util.APIConst
CMD_EXPORT_RESULT the command of report HTTP server(jrs.exp_rst).
CMD_EXPORT_SCHEDULE_TO_FILE - Static variable in class jet.cs.util.APIConst
CMD_EXPORT_SCHEDULE_TO_FILE the command of exporting schedule to file (jrs.export_schedule_to_file).
CMD_EXPORT_SCHEDULE_TO_SCRIPT_FILE - Static variable in class jet.cs.util.APIConst
CMD_EXPORT_SCHEDULE_TO_SCRIPT_FILE the command of exporting schedule to script file (jrs.export_schedule_to_script_file).
CMD_EXPORT_SCHEDULE_TO_SCRIPT_FILE_SAVE - Static variable in class jet.cs.util.APIConst
CMD_EXPORT_SCHEDULE_TO_SCRIPT_FILE_SAVE the command of saving script file (jrs.export_schedule_to_script_file_save).
CMD_GET_ACTIVE - Static variable in class jet.cs.util.APIConst
CMD_GET_ACTIVE the command of report HTTP server(jrs.get_active).
CMD_GET_ACTIVE_PARAM - Static variable in class jet.cs.util.APIConst
CMD_GET_ACTIVE_PARAM the command of report HTTP server(jrs.get_active_param).
CMD_GET_ALL_ROLES - Static variable in class jet.cs.util.APIConst
CMD_GET_ALL_ROLES the command of report HTTP server(jrs.get_all_roles).
CMD_GET_ALL_USERS - Static variable in class jet.cs.util.APIConst
CMD_GET_ALL_USERS the command of report HTTP server(jrs.get_all_users).
CMD_GET_BOOLEAN_NAMES - Static variable in class jet.cs.util.APIConst
CMD_GET_BOOLEAN_NAMES the command of report HTTP server(jrs.get_boolean_names).
CMD_GET_CATALOG_OF_REPORT - Static variable in class jet.cs.util.APIConst
CMD_GET_CATALOG_OF_REPORT the command of report HTTP server(jrs.get_catalog_of_report).
CMD_GET_CATALOG_VERSIONS - Static variable in class jet.cs.util.APIConst
CMD_GET_CATALOG_VERSIONS the command of report HTTP server(jrs.get_cat_vers).
CMD_GET_CAT_RPTS - Static variable in class jet.cs.util.APIConst
CMD_GET_CAT_RPTS the command of report HTTP server(jrs.get_cat_rpts).
CMD_GET_CAT_RPTS_NEW - Static variable in class jet.cs.util.APIConst
CMD_GET_CAT_RPTS_NEW the command of report HTTP server(jrs.get_cat_rpts) in new interface.
CMD_GET_CAT_VER_PROP - Static variable in class jet.cs.util.APIConst
CMD_GET_CAT_VER_PROP the command of report HTTP server(jrs.get_cat_ver_prop).
CMD_GET_CHANGE_PASSWORD_PAGE - Static variable in class jet.cs.util.APIConst
CMD_GET_CHANGE_PASSWORD_PAGE the command of report HTTP server(jrs.get_change_password_page).
CMD_GET_COMPLETED - Static variable in class jet.cs.util.APIConst
CMD_GET_COMPLETED the command of report HTTP server(jrs.get_completed).
CMD_GET_COMPLETED_PARAM - Static variable in class jet.cs.util.APIConst
CMD_GET_COMPLETED_PARAM the command of report HTTP server(jrs.get_completed_param).
CMD_GET_DHTML_PAGE - Static variable in class jet.cs.util.APIConst
CMD_GET_DHTML_PAGE the command of report HTTP server(jrs.get_dhtml_page).
CMD_GET_DHTML_PREFERENCE_PAGE - Static variable in interface jet.cs.util.DHTMLAPIConst
CMD_GET_DHTML_PREFERENCE_PAGE the command of report HTTP server(jrs.get_dhtml_preference_page).
CMD_GET_EDIT_SCHEDULE_PAGE - Static variable in class jet.cs.util.APIConst
CMD_GET_EDIT_SCHEDULE_PAGE the command of report HTTP server(jrs.get_edit_schd_page).
CMD_GET_EDIT_SCHEDULE_PAGE_OLD - Static variable in class jet.cs.util.APIConst
CMD_GET_EDIT_SCHEDULE_PAGE_OLD the command of report HTTP server(jrs.get_edit_schd_page_old).
CMD_GET_FILE_LIST_OF_THIS_TYPE - Static variable in class jet.cs.util.APIConst
CMD_GET_FILE_LIST_OF_THIS_TYPE the command of report HTTP server(jrs.get_file_list_of_this_type)
CMD_GET_FOLDER_FILES - Static variable in class jet.cs.util.APIConst
CMD_GET_FOLDER_FILES the command of report HTTP server(jrs.get_folder_files)
CMD_GET_LARGE_REPORTS - Static variable in class jet.cs.util.APIConst
deprecated.
CMD_GET_LATEST_VERSION_NUMBER - Static variable in class jet.cs.util.APIConst
CMD_GET_LATEST_VERSION_NUMBER the command of get the latest version number
CMD_GET_MAXVERSION - Static variable in class jet.cs.util.APIConst
CMD_GET_MAXVERSION the command of get the max version limit of a report
CMD_GET_NEW_SCHEDULE_PAGE - Static variable in class jet.cs.util.APIConst
CMD_GET_NEW_SCHEDULE_PAGE the command of report HTTP server(jrs.get_new_schd_page).
CMD_GET_NODE_INFO - Static variable in class jet.cs.util.APIConst
CMD_GET_NODE_INFO the command of report HTTP server(jrs.get_node_info).
CMD_GET_NODE_MAX_VER - Static variable in class jet.cs.util.APIConst
CMD_GET_NODE_MAX_VER the command of report HTTP server(jrs.get_node_max_ver).
CMD_GET_NODE_PROP - Static variable in class jet.cs.util.APIConst
CMD_GET_NODE_PROP the command of report HTTP server(jrs.get_node_prop).
CMD_GET_NODE_REFER_INFO - Static variable in class jet.cs.util.APIConst
CMD_GET_NODE_REFER_INFO the command of report HTTP server(jrs.get_node_refer_info).
CMD_GET_ONDEMANDS - Static variable in class jet.cs.util.APIConst
CMD_GET_ONDEMANDS the command of report HTTP server(jrs.get_ondemands).
CMD_GET_PERMISSION - Static variable in class jet.cs.util.APIConst
CMD_GET_PERMISSION the command of report HTTP server(jrs.get_permission).
CMD_GET_PREFERENCE_PAGE - Static variable in class jet.cs.util.APIConst
CMD_GET_PREFERENCE_PAGE the command of report HTTP server(jrs.get_preference_page).
CMD_GET_PRE_SCHD_PAGE - Static variable in class jet.cs.util.APIConst
CMD_GET_PRE_SCHD_PAGE the command of report HTTP server(jrs.get_pre_schd_page).
CMD_GET_PRINTERS - Static variable in class jet.cs.util.APIConst
CMD_GET_PRINTERS the command of report HTTP server(jrs.get_printers).
CMD_GET_REALPATH - Static variable in class jet.cs.util.APIConst
CMD_GET_REALPATH the command of report HTTP server(jrs.get_realpath).
CMD_GET_REAL_PATH - Static variable in class jet.cs.util.APIConst
CMD_GET_REAL_PATH the command of report HTTP server(jrs.get_real_path).
CMD_GET_REFER_ROLES - Static variable in class jet.cs.util.APIConst
CMD_GET_ALL_ROLES the command of report HTTP server(jrs.get_all_roles).
CMD_GET_REFER_USERS - Static variable in class jet.cs.util.APIConst
CMD_GET_ALL_USERS the command of report HTTP server(jrs.get_all_users).
CMD_GET_REPLACE_OLD_VER - Static variable in class jet.cs.util.APIConst
CMD_GET_REPLACE_OLD_VER the command of report HTTP server(jrs.get_replace_old_ver).
CMD_GET_REPORT_VERSIONS - Static variable in class jet.cs.util.APIConst
CMD_GET_REPORT_VERSIONS the command of report HTTP server(jrs.get_rpt_vers).
CMD_GET_RESULT_APPLET_PAGE - Static variable in class jet.cs.util.APIConst
CMD_GET_RESULT_APPLET_PAGE the command of report HTTP server(jrs.get_rst_applet_page).
CMD_GET_RESULT_DOC_VERSIONS - Static variable in class jet.cs.util.APIConst
CMD_GET_RESULT_DOC_VERSIONS the command of report HTTP server(jrs.get_rst_doc_vers).
CMD_GET_RESULT_VERSIONS - Static variable in class jet.cs.util.APIConst
CMD_GET_RESULT_VERSIONS the command of report HTTP server(jrs.get_rst_vers).
CMD_GET_RPTREALPATH - Static variable in class jet.cs.util.APIConst
CMD_GET_RPTREALPATH the command of report HTTP server(jrs.get_rpt_realpath).
CMD_GET_RPT_ANY_RST - Static variable in class jet.cs.util.APIConst
CMD_GET_RPT_ANY_RST the command of report HTTP server(jrs.get_report_any_result)
CMD_GET_RPT_DESC_PAGE - Static variable in class jet.cs.util.APIConst
CMD_GET_RPT_DESC_PAGE the command of report HTTP server(jrs.get_rpt_desc_page).
CMD_GET_RPT_LANGUAGES - Static variable in class jet.cs.util.APIConst
CMD_GET_RPT_LANGUAGES the command of report HTTP server(jrs.get_rpt_languages).
CMD_GET_RPT_PARAMS - Static variable in class jet.cs.util.APIConst
CMD_GET_RPT_PARAMS the command of report HTTP server(jrs.get_rpt_params).
CMD_GET_RPT_PARAM_PAGE - Static variable in class jet.cs.util.APIConst
CMD_GET_RPT_PARAM_PAGE the command of report HTTP server(jrs.get_rpt_param_page).
CMD_GET_RPT_STYLE_GROUPS - Static variable in class jet.cs.util.APIConst
CMD_GET_RPT_STYLE_GROUPS the command of report HTTP server(jrs.get_rpt_style_groups).
CMD_GET_RPT_VER_PROP - Static variable in class jet.cs.util.APIConst
CMD_GET_RPT_VER_PROP the command of report HTTP server(jrs.get_rpt_ver_prop).
CMD_GET_RSTDOC_VER_PROP - Static variable in class jet.cs.util.APIConst
CMD_GET_RSTDOC_VER_PROP the command of report HTTP server(jrs.get_rstdoc_ver_prop).
CMD_GET_RST_VER_PROP - Static variable in class jet.cs.util.APIConst
CMD_GET_RST_VER_PROP the command of report HTTP server(jrs.get_rst_ver_prop).
CMD_GET_SCHD_PARAM - Static variable in class jet.cs.util.APIConst
CMD_GET_SCHD_PARAM the command of report HTTP server(jrs.get_schd_param).
CMD_GET_SCHEDULES - Static variable in class jet.cs.util.APIConst
CMD_GET_SCHEDULES the command of report HTTP server(jrs.get_schedules).
CMD_GET_SCHEDULE_FILES - Static variable in class jet.cs.util.APIConst
CMD_GET_SCHEDULE_FILES the command of getting schedule files.
CMD_GET_SECURITYINFO - Static variable in class jet.cs.util.APIConst
 
CMD_GET_SELF_RPTS - Static variable in class jet.cs.util.APIConst
CMD_GET_SELF_RPTS the command of returning the self-contained reports of current directory
CMD_GET_SEL_CAT_PAGE - Static variable in class jet.cs.util.APIConst
CMD_GET_SEL_CAT_PAGE the command of report HTTP server(jrs.get_sel_cat_page).
CMD_GET_SERVLET_PATH - Static variable in class jet.cs.util.APIConst
CMD_GET_SERVLET_PATH the command of report HTTP server(jrs.get_servlet_path).
CMD_GET_SUBFILEDIRS - Static variable in class jet.cs.util.APIConst
CMD_GET_SUBFILEDIRS the command of report HTTP server(jrs.get_subfiledirs).
CMD_GET_SUBNODES - Static variable in class jet.cs.util.APIConst
CMD_GET_SUBNODES the command of report HTTP server(jrs.get_subnodes).
CMD_GET_SUCC_INFO - Static variable in class jet.cs.util.APIConst
CMD_GET_SUCC_INFO the command of report HTTP server(jrs.get_succ_info).
CMD_GET_TEMP_RESULT - Static variable in class jet.cs.util.APIConst
CMD_GET_TEMP_RESULT the command of report HTTP server(jrs.get_temp_result).
CMD_GET_TO_VERSION_DESC - Static variable in class jet.cs.util.APIConst
CMD_GET_TO_VERSION_DESC the command of report HTTP server(jrs.get_to_version_desc).
CMD_GET_VER_PARAM - Static variable in class jet.cs.util.APIConst
CMD_GET_VER_PARAM the command of report HTTP server(jrs.get_ver_param).
CMD_GET_VER_RESULT - Static variable in class jet.cs.util.APIConst
CMD_GET_VER_RESULT the command of report HTTP server(jrs.get_ver_rst).
CMD_GET_VER_RESULT_PAGE - Static variable in class jet.cs.util.APIConst
CMD_GET_VER_RESULT_PAGE the command of report HTTP server(jrs.get_ver_rst_page).
CMD_GET_VIEW_RST_PAGE - Static variable in class jet.cs.util.APIConst
CMD_GET_VIEW_RST_PAGE the command of report HTTP server(jrs.get_view_rst_page).
CMD_GET_WEB_APP_SEND_FILE_PATH - Static variable in class jet.cs.util.APIConst
CMD_GET_WEB_APP_SEND_FILE_PATH the command of report HTTP server(jrs.web_application_send_file_path)
CMD_GRANT - Static variable in class jet.cs.util.APIConst
CMD_GRANT, a command, which referred permission is Permissions.P_GRANT.
CMD_HAS_PAGE_SECURITY - Static variable in class jet.cs.util.APIConst
CMD_HAS_PAGE_SECURITY the command of report HTTP server(jrs.has_page_security).
CMD_IMPORT_RESOURCE - Static variable in class jet.cs.util.APIConst
CMD_IMPORT_RESOURCE the command of report HTTP server(jrs.import_resource).
CMD_IMPORT_RESOURCE_ADVANCED - Static variable in class jet.cs.util.APIConst
CMD_IMPORT_RESOURCE_ADVANCED the command of report HTTP server(jrs.import_resource_advanced).
CMD_IMPORT_SCHEDULE_FROM_FILE - Static variable in class jet.cs.util.APIConst
CMD_IMPORT_SCHEDULE_FROM_FILE the command of importing schedule from file (jrs.import_schedule_from_file).
CMD_IMPORT_SCHEDULE_FROM_SCRIPT_FILE - Static variable in class jet.cs.util.APIConst
CMD_IMPORT_SCHEDULE_FROM_SCRIPT_FILE the command of importing schedule from script file (jrs.import_schedule_from_script_file).
CMD_IMPORT_SCHEDULE_FROM_SCRIPT_FILE_SUBMIT - Static variable in class jet.cs.util.APIConst
CMD_IMPORT_SCHEDULE_FROM_SCRIPT_FILE_SUBMIT the command of submitting script file (jrs.export_schedule_to_script_file_submit).
CMD_IS_ADMIN_USER - Static variable in class jet.cs.util.APIConst
CMD_DEL_ALL_COMPLETED the command of check if the user is an admin user.
CMD_IS_TEMP_RESULT_READY - Static variable in class jet.cs.util.APIConst
CMD_IS_TEMP_RESULT_READY the command of report HTTP server(jrs.is_temp_result_ready).
CMD_IS_WAIT_USER - Static variable in class jet.cs.util.APIConst
CMD_IS_WAIT_USER the command of making user waiting due to limited access.
CMD_LEFT_FRAME - Static variable in class jet.cs.util.APIConst
CMD_LEFT_FRAME the command of report HTTP server(jrs.left_frame).
CMD_LOGIN - Static variable in class jet.cs.util.APIConst
CMD_LOGIN the command of report HTTP server(jrs.login).
CMD_LOGOUT - Static variable in class jet.cs.util.APIConst
CMD_LOGOUT the command of report HTTP server(jrs.logout).
CMD_MAIN_FRAME - Static variable in class jet.cs.util.APIConst
CMD_MAIN_FRAME the command of report HTTP server(jrs.main_frame).
CMD_OLDLEFT_FRAME - Static variable in class jet.cs.util.APIConst
(deprecated) CMD_OLDLEFT_FRAME the command of report HTTP server(jrs.oldleft_frame).
CMD_OLDTOP_FRAME - Static variable in class jet.cs.util.APIConst
(deprecated) CMD_OLDTOP_FRAME the command of report HTTP server(jrs.oldtop_frame).
CMD_OPEN_PIPELINE_HTML - Static variable in class jet.cs.util.APIConst
CMD_OPEN_PIPELINE_HTML the command of open an pipeline html(jrs.open_pipeline_html).
CMD_POST_CAT_AND_RPT - Static variable in class jet.cs.util.APIConst
CMD_POST_CAT_AND_RPT the command of report HTTP server(jrs.post_catalog_report).
CMD_POST_FONT - Static variable in class jet.cs.util.APIConst
CMD_POST_FONT the command of report HTTP server(jrs.post_fonts).
CMD_POST_STYLE_GROUP - Static variable in class jet.cs.util.APIConst
CMD_POST_STYLE_GROUP the command of report HTTP server(jrs.post_style_groups).
CMD_PUBLISHTO_VERSION - Static variable in class jet.cs.util.APIConst
CMD_PUBLISHTO_VERSION the command of publish report result to version system
CMD_REFRESH_FOLDERS - Static variable in class jet.cs.util.APIConst
CMD_REFRESH_FOLDERS the command of report HTTP server(jrs.refresh_folders)
CMD_REMOVE_BASENAME - Static variable in class jet.cs.util.APIConst
CMD_REMOVE_BASENAME the command of report HTTP server(jrs.remove_base).
CMD_REMOVE_TEMP_RESULT - Static variable in class jet.cs.util.APIConst
CMD_REMOVE_TEMP_RESULT the command of report HTTP server(jrs.remove_temp_result).
CMD_RESTART - Static variable in class jet.cs.util.APIConst
CMD_RESTART the command of report HTTP server(jrs.restart).
CMD_RUN_AND_VIEW - Static variable in class jet.cs.util.APIConst
CMD_RUN_AND_VIEW the command of report HTTP server(jrs.run_vw).
CMD_RUN_TASK - Static variable in class jet.cs.util.APIConst
CMD_RUN_TASK the command of report HTTP server(jrs.run_task).
CMD_SAVE_CAT_VER_PROP - Static variable in class jet.cs.util.APIConst
CMD_SAVE_CAT_VER_PROP the command of report HTTP server(jrs.save_cat_ver_prop).
CMD_SAVE_IMPORTED_NODE_PROP - Static variable in class jet.cs.util.APIConst
CMD_SAVE_IMPORTED_NODE_PROP the command of report HTTP server(jrs.save_imported_node_prop).
CMD_SAVE_IMPORTED_RESOURCE - Static variable in class jet.cs.util.APIConst
CMD_SAVE_IMPORTED_RESOURCE the command of report HTTP server(jrs.save_imported_resource).
CMD_SAVE_NODE_MAX_VER - Static variable in class jet.cs.util.APIConst
CMD_SAVE_NODE_MAX_VER the command of report HTTP server(jrs.save_node_max_ver).
CMD_SAVE_NODE_PROP - Static variable in class jet.cs.util.APIConst
CMD_SAVE_NODE_PROP the command of report HTTP server(jrs.save_node_prop).
CMD_SAVE_PERMISSION - Static variable in class jet.cs.util.APIConst
CMD_SAVE_PERMISSION the command of report HTTP server(jrs.save_permission).
CMD_SAVE_RPT_VER_PROP - Static variable in class jet.cs.util.APIConst
CMD_SAVE_RPT_VER_PROP the command of report HTTP server(jrs.save_rpt_ver_prop).
CMD_SAVE_RSTDOC_VER_PROP - Static variable in class jet.cs.util.APIConst
CMD_SAVE_RSTDOC_VER_PROP the command of report HTTP server(jrs.save_rstdoc_ver_prop).
CMD_SAVE_RST_VER_PROP - Static variable in class jet.cs.util.APIConst
CMD_SAVE_RST_VER_PROP the command of report HTTP server(jrs.save_rst_ver_prop).
CMD_SET_JDBC_CONNECTION - Static variable in class jet.cs.util.APIConst
CMD_SET_JDBC_CONNECTION the command of report HTTP server(jrs.set_jdbc_connection).
CMD_STOP - Static variable in class jet.cs.util.APIConst
CMD_STOP the command of report HTTP server(jrs.stop).
CMD_STOP_LARGE_REPORT - Static variable in class jet.cs.util.APIConst
deprecated.
CMD_STOP_TASK - Static variable in class jet.cs.util.APIConst
CMD_STOP_TASK the command of report HTTP server(jrs.stop_task).
CMD_SUBMIT_CUSTOMIZE_DHTML_PAGE - Static variable in interface jet.cs.util.DHTMLAPIConst
CMD_SUBMIT_CUSTOMIZE_DHTML_PAGE the command of report HTTP server(jrs.submit_customize_dhtml_page).
CMD_SUBMIT_CUSTOMIZE_WEB_PAGE - Static variable in class jet.cs.util.APIConst
CMD_SUBMIT_CUSTOMIZE_WEB_PAGE the command of report HTTP server(jrs.submit_customize_web_page).
CMD_SUBMIT_MAXVERSION - Static variable in class jet.cs.util.APIConst
CMD_SUBMIT_MAXVERSION the command of submit the max version limit of a report
CMD_SUBMIT_SCHEDULE - Static variable in class jet.cs.util.APIConst
CMD_SUBMIT_SCHEDULE the command of report HTTP server(jrs.submit_schedule).
CMD_SUBMIT_SCHEDULE_PAGE - Static variable in class jet.cs.util.APIConst
CMD_SUBMIT_SCHEDULE_PAGE the command of report HTTP server(jrs.submit_schedule_form).
CMD_SUBMIT_SCHEDULE_PAGE_OLD - Static variable in class jet.cs.util.APIConst
CMD_SUBMIT_SCHEDULE_PAGE_OLD the command of report HTTP server(jrs.submit_schedule_form_old).
CMD_SUBTOP_FRAME - Static variable in class jet.cs.util.APIConst
(deprecated) CMD_SUBTOP_FRAME the command of report HTTP server(jrs.subtop_frame).
CMD_TESTING_BEFORE_DEPLYCAT - Static variable in class jet.cs.util.APIConst
CMD_TESTING_BEFORE_DEPLYCAT the command of report HTTP server(jrs.test_before_deploycat).
CMD_TESTING_BEFORE_DEPLYFONT - Static variable in class jet.cs.util.APIConst
CMD_TESTING_BEFORE_DEPLYFONT the command of report HTTP server(jrs.test_before_deployfont).
CMD_TESTING_BEFORE_DEPLYSTYLEGROUP - Static variable in class jet.cs.util.APIConst
CMD_TESTING_BEFORE_DEPLYSTYLEGROUP the command of report HTTP server(jrs.test_before_deploystylegroup).
CMD_TOP_FRAME - Static variable in class jet.cs.util.APIConst
CMD_TOP_FRAME the command of report HTTP server(jrs.top_frame).
CMD_TRY_VIEW - Static variable in class jet.cs.util.APIConst
CMD_TRY_VIEW the command of report HTTP server(jrs.try_vw).
CMD_VIEW_DEF_VER - Static variable in class jet.cs.util.APIConst
CMD_VIEW_DEF_VER the command of report HTTP server(jrs.view_def_rst).
CMD_VIEW_HTML_IN_LOCAL - Static variable in class jet.cs.util.APIConst
CMD_VIEW_HTML_IN_LOCAL the command of report HTTP server(jrs.view_html_in_local)
CMD_VIEW_LARGE_REPORT - Static variable in class jet.cs.util.APIConst
deprecated.
CMD_VIEW_ONDEMAND - Static variable in class jet.cs.util.APIConst
CMD_VIEW_ONDEMAND the command of report HTTP server(jrs.view_ondemand).
CMD_VIEW_RST_VER - Static variable in class jet.cs.util.APIConst
CMD_VIEW_RST_VER the command of report HTTP server(jrs.view_ver_rst).
CMD_VISIBLE - Static variable in class jet.cs.util.APIConst
CMD_VISIBLE, a command, which referred permission IS Permissions.P_VISIBLE.
CMD_WAIT_REPORT - Static variable in class jet.cs.util.APIConst
CMD_WAIT_REPORT the command of wait in a report queue(jrs.wait_report).
CMD_WAIT_TEMP_RESULT - Static variable in class jet.cs.util.APIConst
CMD_WAIT_TEMP_RESULT the command of report HTTP server(jrs.wait_temp_result).
CMD_WAIT_USER - Static variable in class jet.cs.util.APIConst
CMD_WAIT_USER the command of wait in a user queue(jrs.wait_user).
CMD_WEB_VIEW - Static variable in class jet.cs.util.APIConst
CMD_WEB_VIEW the command of report HTTP server(jrs.web_vw).
COLUMN_NAME_ACTIVE_CATALOG - Static variable in class jet.cs.util.APIConst
COLUMN_NAME_ACTIVE_CATALOG the column catalog status on active page
COLUMN_NAME_ACTIVE_ENGING_STATUS - Static variable in class jet.cs.util.APIConst
COLUMN_NAME_ACTIVE_ENGING_STATUS the column engine status on active page
COLUMN_NAME_ACTIVE_LAUNCH_TYPE - Static variable in class jet.cs.util.APIConst
COLUMN_NAME_ACTIVE_LAUNCH_TYPE the column launch type on active page
COLUMN_NAME_ACTIVE_PARAMETERS - Static variable in class jet.cs.util.APIConst
COLUMN_NAME_ACTIVE_PARAMETERS the column parameters on active page
COLUMN_NAME_ACTIVE_PARAMETERS_VALUES - Static variable in class jet.cs.util.APIConst
COLUMN_NAME_ACTIVE_PARAMETERS_VALUE the column parameters on active page
COLUMN_NAME_ACTIVE_REPORT - Static variable in class jet.cs.util.APIConst
COLUMN_NAME_ACTIVE_REPORT the column report on active page
COLUMN_NAME_ACTIVE_STARTED_TIME - Static variable in class jet.cs.util.APIConst
COLUMN_NAME_ACTIVE_STARTED_TIME the column started time on active page
COLUMN_NAME_ACTIVE_SUBMITTER - Static variable in class jet.cs.util.APIConst
COLUMN_NAME_ACTIVE_SUBMITTER the column submitter on active page
COLUMN_NAME_ACTIVE_TASK_ID - Static variable in class jet.cs.util.APIConst
COLUMN_NAME_ACTIVE_TASK_ID the column task id on active page
COLUMN_NAME_ACTIVE_TASK_NAME - Static variable in class jet.cs.util.APIConst
COLUMN_NAME_ACTIVE_TASK_NAME the column task name on active page
COLUMN_NAME_ACTIVE_TASK_TYPE - Static variable in class jet.cs.util.APIConst
COLUMN_NAME_ACTIVE_TASK_TYPE the column task type on active page
COLUMN_NAME_COMPLETED_CATALOG - Static variable in class jet.cs.util.APIConst
COLUMN_NAME_COMPLETED_CATALOG the column catalog on completed page
COLUMN_NAME_COMPLETED_COMPLETED_TIME - Static variable in class jet.cs.util.APIConst
COLUMN_NAME_COMPLETED_COMPLETED_TIME the column completed time on completed page
COLUMN_NAME_COMPLETED_ENGINE_STATUS - Static variable in class jet.cs.util.APIConst
COLUMN_NAME_COMPLETED_ENGINE_STATUS the column engine status on completed page
COLUMN_NAME_COMPLETED_ERROR_MESSAGE - Static variable in class jet.cs.util.APIConst
COLUMN_NAME_COMPLETED_ERROR_MESSAGE the column error message on completed page
COLUMN_NAME_COMPLETED_IS_SUCCESSFUL - Static variable in class jet.cs.util.APIConst
COLUMN_NAME_COMPLETED_IS_SUCCESSFUL the column is successful on completed page
COLUMN_NAME_COMPLETED_LAUNCH_TYPE - Static variable in class jet.cs.util.APIConst
COLUMN_NAME_COMPLETED_LAUNCH_TYPE the column launch type on completed page
COLUMN_NAME_COMPLETED_PARAMETERS - Static variable in class jet.cs.util.APIConst
COLUMN_NAME_COMPLETED_PARAMETERS the column parameters on completed page
COLUMN_NAME_COMPLETED_PARAMETER_FILE - Static variable in class jet.cs.util.APIConst
COLUMN_NAME_COMPLETED_PARAMETER_FILE the column parameter file on completed page
COLUMN_NAME_COMPLETED_REPORT - Static variable in class jet.cs.util.APIConst
COLUMN_NAME_COMPLETED_REPORT the column report on completed page
COLUMN_NAME_COMPLETED_RESULT_FILES - Static variable in class jet.cs.util.APIConst
COLUMN_NAME_COMPLETED_RESULT_FILES the column result files on completed page
COLUMN_NAME_COMPLETED_SUBMITTER - Static variable in class jet.cs.util.APIConst
COLUMN_NAME_COMPLETED_SUBMITTER the column submitter on completed page
COLUMN_NAME_COMPLETED_TASK_ID - Static variable in class jet.cs.util.APIConst
COLUMN_NAME_COMPLETED_TASK_ID the column task id on completed page
COLUMN_NAME_COMPLETED_TASK_NAME - Static variable in class jet.cs.util.APIConst
COLUMN_NAME_COMPLETED_TASK_NAME the column task name on completed page
COLUMN_NAME_COMPLETED_TASK_TYPE - Static variable in class jet.cs.util.APIConst
COLUMN_NAME_COMPLETED_TASK_TYPE the column task type on completed page
COLUMN_NAME_LARGEREPORTS_COMPLETED_TIME - Static variable in class jet.cs.util.APIConst
deprecated.
COLUMN_NAME_LARGEREPORTS_REPORT - Static variable in class jet.cs.util.APIConst
deprecated.
COLUMN_NAME_LARGEREPORTS_STARTED_TIME - Static variable in class jet.cs.util.APIConst
deprecated.
COLUMN_NAME_LARGEREPORTS_TIME_ELAPSE - Static variable in class jet.cs.util.APIConst
deprecated.
COLUMN_NAME_ONDEMANDS_CATALOG - Static variable in class jet.cs.util.APIConst
COLUMN_NAME_ONDEMANDS_CATALOG_VERSION the column catalog version of ondemand page
COLUMN_NAME_ONDEMANDS_CATALOG_VERSION - Static variable in class jet.cs.util.APIConst
COLUMN_NAME_ONDEMANDS_CATALOG_VERSION the column catalog version of ondemand page
COLUMN_NAME_ONDEMANDS_COMPLETED_TIME - Static variable in class jet.cs.util.APIConst
COLUMN_NAME_ONDEMANDS_COMPLETED_TIME the column completed time of ondemand page
COLUMN_NAME_ONDEMANDS_PARAMETER - Static variable in class jet.cs.util.APIConst
COLUMN_NAME_ONDEMANDS_REPORT_VERSION the column report version of ondemand page
COLUMN_NAME_ONDEMANDS_REPORT - Static variable in class jet.cs.util.APIConst
COLUMN_NAME_ONDEMANDS_REPORT the column report of ondemand page
COLUMN_NAME_ONDEMANDS_REPORT_VERSION - Static variable in class jet.cs.util.APIConst
COLUMN_NAME_ONDEMANDS_REPORT_VERSION the column report version of ondemand page
COLUMN_NAME_ONDEMANDS_STARTED_TIME - Static variable in class jet.cs.util.APIConst
COLUMN_NAME_ONDEMANDS_STARTED_TIME the column started time of ondemand page
COLUMN_NAME_ONDEMANDS_TIME_ELAPSE - Static variable in class jet.cs.util.APIConst
COLUMN_NAME_ONDEMANDS_TIME_ELAPSE the column time elapse of ondemand page
COLUMN_NAME_REPORTS_DESCRIPTION - Static variable in class jet.cs.util.APIConst
COLUMN_NAME_REPORTS_DESCRIPTION the column description on reports page
COLUMN_NAME_REPORTS_LAST_MODIFIED - Static variable in class jet.cs.util.APIConst
COLUMN_NAME_REPORTS_LAST_MODIFIED the column last modified on reports page
COLUMN_NAME_REPORTS_NAME - Static variable in class jet.cs.util.APIConst
COLUMN_NAME_REPORTS_NAME the column name on reports page
COLUMN_NAME_REPORTS_TYPE - Static variable in class jet.cs.util.APIConst
COLUMN_NAME_REPORTS_TYPE the column type on reports page
COLUMN_NAME_SCHEDULED_CATALOG - Static variable in class jet.cs.util.APIConst
COLUMN_NAME_SCHEDULED_CATALOG the column catalog on scheduled page
COLUMN_NAME_SCHEDULED_IS_ENABLE - Static variable in class jet.cs.util.APIConst
COLUMN_NAME_SCHEDULED_IS_ENABLE the column is enable on scheduled page
COLUMN_NAME_SCHEDULED_IS_SUCCESSFUL - Static variable in class jet.cs.util.APIConst
COLUMN_NAME_SCHEDULED_IS_SUCCESSFUL the column is successful on scheduled page
COLUMN_NAME_SCHEDULED_LAST_RUN_AT - Static variable in class jet.cs.util.APIConst
COLUMN_NAME_SCHEDULED_LAST_RUN_AT the column last run at on scheduled page
COLUMN_NAME_SCHEDULED_LAUNCH_TYPE - Static variable in class jet.cs.util.APIConst
COLUMN_NAME_SCHEDULED_LAUNCH_TYPE the column launch type on scheduled page
COLUMN_NAME_SCHEDULED_NEXT_RUN_AT - Static variable in class jet.cs.util.APIConst
COLUMN_NAME_SCHEDULED_NEXT_RUN_AT the column next run at on scheduled page
COLUMN_NAME_SCHEDULED_REPORT - Static variable in class jet.cs.util.APIConst
COLUMN_NAME_SCHEDULED_REPORT the column report on scheduled page
COLUMN_NAME_SCHEDULED_SUBMITTER - Static variable in class jet.cs.util.APIConst
COLUMN_NAME_SCHEDULED_SUBMITTER the column submitter on scheduled page
COLUMN_NAME_SCHEDULED_TASK_ID - Static variable in class jet.cs.util.APIConst
COLUMN_NAME_SCHEDULED_TASK_ID the column task id on scheduled page
COLUMN_NAME_SCHEDULED_TASK_NAME - Static variable in class jet.cs.util.APIConst
COLUMN_NAME_SCHEDULED_TASK_NAME the column task name on scheduled page
COLUMN_NAME_SCHEDULED_TASK_TYPE - Static variable in class jet.cs.util.APIConst
COLUMN_NAME_SCHEDULED_TASK_TYPE the column task type on scheduled page
COLUMN_NAME_VERSION_CREATOR - Static variable in class jet.cs.util.APIConst
COLUMN_NAME_VERSION_CREATOR the column creator on version page
COLUMN_NAME_VERSION_DELETE - Static variable in class jet.cs.util.APIConst
COLUMN_NAME_VERSION_DELETE the column delete on version page
COLUMN_NAME_VERSION_NUMBER - Static variable in class jet.cs.util.APIConst
COLUMN_NAME_VERSION_NUMBER the column number on version page
COLUMN_NAME_VERSION_OUTPUT - Static variable in class jet.cs.util.APIConst
COLUMN_NAME_VERSION_OUTPUT the column output on version page
COLUMN_NAME_VERSION_PARAMETERS - Static variable in class jet.cs.util.APIConst
COLUMN_NAME_VERSION_PARAMETERS the column parameters on version page
COLUMN_NAME_VERSION_VERSION_DATE - Static variable in class jet.cs.util.APIConst
COLUMN_NAME_VERSION_VERSION_DATE the column date on version page
CONTENT_LOCATION - Static variable in class jet.server.api.http.BaseHttpUtil
 
CatalogVersionRecord - interface jet.server.api.CatalogVersionRecord.
Represent a catalog version record.
ClusterAdminService - interface jet.server.api.admin.ClusterAdminService.
Config the properties that used for whole cluster(need security, active realm, JSP enabled, publisht temp result to version enabled, mail config), and shutdown specified sever in cluster if standalone server is used.
ClusterException - exception jet.server.api.cluster.ClusterException.
The ClusterException class provides information on a remote member access error.
ClusterException(String) - Constructor for class jet.server.api.cluster.ClusterException
Construct a ClusterException .
ClusterException(String, Throwable) - Constructor for class jet.server.api.cluster.ClusterException
Construct a new ClusterException with the message and the original Throwable object.
ClusterMonitor - interface jet.server.api.monitor.ClusterMonitor.
Cluster monitor is an interface to represent a cluter states
ClusterService - interface jet.server.api.cluster.ClusterService.
A interface which represent a cluster service.
CollectingAgency - interface jet.server.api.profiling.CollectingAgency.
A CollectingAgency is a collecting agency that collects a special class's runtime information.
CompletedTaskRecord - interface jet.server.api.CompletedTaskRecord.
Interface CompletedTaskRecord contains information of a completed task in the report server.
CompletedTaskTable - interface jet.server.api.CompletedTaskTable.
Interface CompletedTaskTable contains records of completed tasks in the report server.
ConfigService - interface jet.server.api.admin.cfg.ConfigService.
This interface define methods to get differ configuration of sever.
ConfigurationAdvanced - interface jet.server.api.admin.cfg.ConfigurationAdvanced.
This interface define methods to manage advanced configuration of server.
ConfigurationCache - interface jet.server.api.admin.cfg.ConfigurationCache.
This interface define methods to manage cache configuration of server.
ConfigurationCluster - interface jet.server.api.admin.cfg.ConfigurationCluster.
This interface define methods to get cluster setting of sever.
ConfigurationFax - interface jet.server.api.admin.cfg.ConfigurationFax.
 
ConfigurationLDAP - interface jet.server.api.admin.cfg.ConfigurationLDAP.
This interface define methods to manage LDAP server configuration.
ConfigurationLDAPServer - interface jet.server.api.admin.cfg.ConfigurationLDAPServer.
This interface define methods to manage LDAP server configuration .
ConfigurationLog - interface jet.server.api.admin.cfg.ConfigurationLog.
This interface define methods to manage log configuration of server.
ConfigurationMail - interface jet.server.api.admin.cfg.ConfigurationMail.
This interface define methods to manage mail configuration of server.
ConfigurationPerformance - interface jet.server.api.admin.cfg.ConfigurationPerformance.
This interface define methods to manage Performance configuration of server.
ConfigurationService - interface jet.server.api.admin.cfg.ConfigurationService.
This interface define methods to manage server configuration service.
ConnectionInfoProviderService - interface jet.server.api.admin.ConnectionInfoProviderService.
Interface ConnectionInfoProviderService manages load datasource.xml file.
ConnectionInformation - interface jet.server.api.admin.ConnectionInformation.
Interface ConnectionInformation provide imformation of connections.
ConnectionPoolManager - interface jet.server.api.admin.ConnectionPoolManager.
Interface ConnectionPoolManager manages the connection pools.
CurrentMonitorStatistics - interface jet.server.api.monitor.CurrentMonitorStatistics.
Interface CurrentStatistics contains information of current Statistics in the report server.
CustomizedServerEnv - interface jet.server.api.http.CustomizedServerEnv.
The CustomizedServerEnv is uesed to customize JREntServer's startup environment.
canAutoRefresh(String) - Method in interface jet.server.api.RptServer
This method is used for judge if the pipeline html page auto-refresh
canAutoRefresh(String) - Method in interface jet.server.api.rmi.RemoteRptServer
This method is used for judge if the pipeline html page auto-refresh
canEditPredefinedServers() - Method in interface jet.server.api.admin.ClusterAdminService
If can edit predefined server list of cluster.
canExportDHTMLResult() - Method in interface jet.server.api.ReportInfo
Checks if the report can export to DHTML result(.rsd result), this type of result can re-run as DHTML.
canExportDHTMLResult() - Method in interface jet.server.api.rmi.RemoteReportInfo
Checks if the report can export to DHTML result(.rsd result), this type of result can re-run as DHTML.
changePassword(String, String, String, String, String) - Method in interface jet.server.api.Authenticator
Change the password of an user.
changePassword(String, String, String, String, String) - Method in interface jet.server.api.admin.SecurityAdminService
Change user password.
changePassword(String, String, String, String, String) - Method in interface jet.server.api.custom.security.AuthenticationProvider
Change user password.
changePassword(Authenticator, String, String, boolean, Hashtable) - Static method in class jet.server.api.http.BaseHttpUtil
Change the password of a user.
changePassword(String, String, String, String, String) - Method in interface jet.server.api.rmi.RemoteAuthenticator
Change the password of an user.
changePassword(String, String, String, String, String) - Method in interface jet.server.userman.UserAuthenticator
Change user password.
checkAdminLogin(HttpServletRequest, String, Properties) - Method in interface jet.server.api.http.HttpUserSessionManager
Check if the logged user is a admin user.
checkAdminLogin(HttpServletRequest, HttpServletResponse) - Static method in class jet.server.api.http.HttpUtil
Check if the user is a admin user.
checkFileNameWithTemplate(String) - Static method in class jet.cs.util.APIUtil
check the user file name is valid for FileNameTemplate
checkIntegrality(String) - Static method in class jet.server.api.db.DBManager
 
checkIntegrality(Map) - Method in interface jet.server.api.db.Database
 
checkLogin(HttpServletRequest, String, Properties) - Method in interface jet.server.api.http.HttpUserSessionManager
Do login if the HttpServletRequest has the login infomation.
checkLogin(HttpServletRequest, HttpServletResponse) - Static method in class jet.server.api.http.HttpUtil
Do login if the HttpServletRequest has the login infomation.
checkPermission(String, String, Permission) - Method in interface jet.server.api.ResourceManager
Check specific user has or does not have a permission on specific resource path.
checkPermission(String, String, int, Permission) - Method in interface jet.server.api.ResourceManager
Check specific user has or does not have a permission on specific version number of a resource path.
checkPermission(HttpServletRequest) - Static method in class jet.server.api.http.HttpUtil
Test if the user has the permission of the action for the resource in the server.
checkPermission(String, String, Permission) - Method in interface jet.server.api.rmi.RemoteResourceManager
Check specific user has or does not have a permission on specific resource path.
checkPermission(String, String, int, Permission) - Method in interface jet.server.api.rmi.RemoteResourceManager
Check specific user has or does not have a permission on specific version number of a resource path.
checkPrivilege(String, String, String) - Method in interface jet.server.api.Authenticator
Test if the user has the privilege
checkPrivilege(String, String, String) - Method in interface jet.server.api.custom.security.AuthorizationProvider
Test if the user has the privilege
checkPrivilege(String, String, String) - Method in interface jet.server.api.rmi.RemoteAuthenticator
Test if the user has the privilege
checkSynchronization() - Method in interface jet.server.api.admin.cfg.ConfigurationLDAP
Deprecated. This method is not effective since V7.0
checkUser(String, String) - Method in interface jet.web.dhtml.SimpleDHtmlAPI
Creates a user when the specified user doesn't exists.
checkUser(String) - Method in interface jet.web.dhtml.SimpleDHtmlAPI
Check user session if it exists.
close() - Method in interface jet.server.api.db.Recordset
 
closeDHTMLReport(String, String) - Method in interface jet.web.dhtml.SimpleDHtmlAPI
Close the special report
closeLog() - Method in interface jet.server.api.engine.ReportEngine
close the log stream.
collects(Hashtable) - Method in interface jet.server.api.profiling.CollectingAgency
The source class use this method sends it runtime information to collecting agency.
columns() - Method in interface jet.server.api.db.Recordset
 
commit() - Method in interface jet.server.api.CompletedTaskTable
Commit changes into the disk.
commit() - Method in interface jet.server.api.ResultVersionTable
Commit changes into the disk.
commit() - Method in interface jet.server.api.VersionAmountLimitTable
Commit changes into the disk.
commit() - Method in interface jet.server.api.rmi.RemoteCompletedTaskTable
Commit changes into the disk.
commit() - Method in interface jet.server.api.rmi.RemoteResultVersionTable
Commit changes into the disk.
commit() - Method in interface jet.server.api.rmi.RemoteVersionAmountLimitTable
Commit changes into the disk.
configMailServer(String, String, int) - Method in interface jet.server.api.engine.ReportEngine
Configures the mail server.
contains(String) - Method in interface jet.server.api.db.DBCollection
Returns true if this container contains a DBObject for the specified objName.
contains(DBObject) - Method in interface jet.server.api.db.DBCollection
Returns true if this container contains a DBObject to the specified obj.
convertToAbsPath(File, File) - Static method in class jet.cs.util.APIUtil
Convert the real path of a file to the resource URL path of the report server.
copyFilesByPrefix(String, String, String, String) - Static method in class jet.server.api.http.HttpUtil
Copy files from a directory to another directory, source files are begin with prefix specify by srcPrefix and "_" or "." follows prefix, and destination files are begin with prefix specify by destPrefix and "_" or "." follows prefix;
copyFromRemote(String, String) - Method in interface jet.server.api.RemoteFileService
Copies the remote file denoted by string remoteFilename to the local machine, including subfolders.
copyFromRemote(String, String, boolean) - Method in interface jet.server.api.RemoteFileService
Copies the remote file denoted by string remoteFilename to the local machine.
copyOctet(String, OutputStream, String) - Method in interface jet.web.dhtml.DHtmlAPI
Outputs the content of the specified binary file to the OutputStream.
copyOctet(InputStream, OutputStream) - Method in interface jet.web.dhtml.DHtmlAPI
Opens an input stream of octet data.
copyOctet(String, String) - Method in interface jet.web.dhtml.SimpleDHtmlAPI
Copies the content of the specified binary file to a byte array.
copyRstFile(String, OutputStream) - Method in interface jet.web.dhtml.DHtmlAPI
Copy a part result file into the byte array.
copyRstFile(String) - Method in interface jet.web.dhtml.SimpleDHtmlAPI
Copy a part result file into the byte array.
copySchedules(String[], String) - Method in interface jet.server.api.RptServer
Copy the selected schedules tasks
copySchedules(String[], String) - Method in interface jet.server.api.rmi.RemoteRptServer
Copy the selected schedules tasks
copyText(String, PrintWriter, String) - Method in interface jet.web.dhtml.DHtmlAPI
Outputs the content of the specified text file to the PrintWriter.
copyText(String, String) - Method in interface jet.web.dhtml.SimpleDHtmlAPI
Copies the content of the specified text file to a char array.
copyToRemote(String, String) - Method in interface jet.server.api.RemoteFileService
Copies the local file denoted by string localFilename to the remote machine, including subfolders.
copyToRemote(String, String, boolean) - Method in interface jet.server.api.RemoteFileService
Copies the local file denoted by string localFilename to the remote machine.
createClone() - Method in interface jet.server.api.db.Field
Clone a Field
createFieldValue() - Method in interface jet.server.api.db.Field
Generates FieldValue object and the value of the field fill in with field's default value.
createFolder(String, String, String, Hashtable, Hashtable[]) - Method in interface jet.server.api.ResourceManager
Add a sub-folder into specific folder
createFolder(String, String, String, Hashtable, Hashtable[]) - Method in interface jet.server.api.rmi.RemoteResourceManager
Add a sub-folder into specific folder
createNewRoleMap(String, String) - Method in interface jet.server.api.admin.cfg.ConfigurationLDAPServer
add a new role map to server.
customizeToolbar(String, int, boolean) - Method in interface jet.web.dhtml.SimpleDHtmlAPI
Customizes the toolbar buttons and specifies whether the buttons are visible.
customizeToolbar(String, int, boolean, String) - Method in interface jet.web.dhtml.SimpleDHtmlAPI
Customizes the toolbar buttons and specifies whether the buttons are visible and the action of the button.
cutdownTable(Table, String, String) - Static method in class jet.server.api.db.DBManager
 
cutdownTable(Table, String, String) - Method in interface jet.server.api.db.Database
 

D

DAILY - Static variable in class jet.cs.util.APIConst
DAILY the value SCH_DAYS_ID(0).
DATALINK - Static variable in class jet.server.api.db.JDBCType
 
DATE - Static variable in class jet.server.api.db.JDBCType
 
DATE_EXPIRE - Static variable in class jet.cs.util.APIConst
DATE_EXPIRE date statistics strategy: version expires after a certain date(1).
DAY_EXPIRE - Static variable in class jet.cs.util.APIConst
DAY_EXPIRE day statistics strategy: version expires after a numebr of days(0).
DBCollection - interface jet.server.api.db.DBCollection.
A DBCollection is an universal container to collect DBObject.
DBManager - class jet.server.api.db.DBManager.
A DBManager ...
DBObject - interface jet.server.api.db.DBObject.
A DBObject is a database object
DECIMAL - Static variable in class jet.server.api.db.JDBCType
 
DELETE - Static variable in class jet.cs.util.APIConst
DELETE the delete permission(delete).
DHTML - Static variable in class jet.cs.util.APIConst
DHTML the result type: DHTML(Dynamic HTML) result(8).
DHTMLAPIConst - interface jet.cs.util.DHTMLAPIConst.
Class DHTMLAPIConst defines some constant values.
DHTMLConstant - interface jet.web.dhtml.DHTMLConstant.
 
DHTMLFILEMAIL - Static variable in class jet.cs.util.EngineAPIConst
Indicates the DHTML file mail format when exported to mail.
DHTMLFILEMAIL - Static variable in class jet.server.api.engine.ReportEngineConst
Indicates the DHTML file mail format when exported to mail.
DHTMLToolkit - interface jet.web.dhtml.DHTMLToolkit.
DHTMLToolkit provides a set of methods with which you can generate DHTML actions, elements, objects and components.
DHTML_ADVANCEUSER - Static variable in interface jet.cs.util.DHTMLAPIConst
DHTML_ADVANCEUSER the value for use/unuse the "Advance user " in DHTML
DHTML_AUTOREFRESH - Static variable in interface jet.cs.util.DHTMLAPIConst
DHTML_AUTOREFRESH the value for use/unuse the "Auto Refresh" in DHTML
DHTML_CREATE - Static variable in interface jet.cs.util.DHTMLAPIConst
DHTML_CREATE the value for enabling/disabling the "New" feature
DHTML_DRILL - Static variable in interface jet.cs.util.DHTMLAPIConst
DHTML_DRILL the value for enabling/disabling the "Drill" feature
DHTML_EXPORTTO - Static variable in interface jet.cs.util.DHTMLAPIConst
DHTML_EXPORTTO the value for enabling/disabling the "Export" feature
DHTML_FILTER - Static variable in interface jet.cs.util.DHTMLAPIConst
DHTML_FILTER the value for enabling/disabling the "Filter" feature
DHTML_FRAME - Static variable in interface jet.cs.util.DHTMLAPIConst
DHTML_FRAME the value for use/unuse the "Frame" in DHTML
DHTML_LOCK - Static variable in interface jet.cs.util.DHTMLAPIConst
DHTML_LOCK the value for enabling/disabling the "Lock" feature
DHTML_LOCKTIMEOUT - Static variable in interface jet.cs.util.DHTMLAPIConst
DHTML_LOCKTIMEOUT the value for setting the "Lock Screen timeout" in DHTML
DHTML_LOCKTIMEOUT_EDIT - Static variable in interface jet.cs.util.DHTMLAPIConst
DHTML_TITLE_EDIT the enabling/disabling setting for the DHTML lock screen timeout
DHTML_MENUBAR - Static variable in interface jet.cs.util.DHTMLAPIConst
DHTML_TOOLBAR the value for enabling/disabling the "menubar" feature
DHTML_NAV - Static variable in interface jet.cs.util.DHTMLAPIConst
DHTML_SEARCH the value for enabling/disabling the "Navigation" feature
DHTML_NAVIBAR - Static variable in interface jet.cs.util.DHTMLAPIConst
DHTML_NAVIBAR the value for enabling/disabling the "Navigation Bar" feature
DHTML_NAVIBAR_DEFAULT - Static variable in interface jet.cs.util.DHTMLAPIConst
DHTML_NAVI_DEFAULT the default value for showing/hiding the DHTML Navigation Bar
DHTML_NEWPAGE - Static variable in interface jet.cs.util.DHTMLAPIConst
DHTML_NEWPAGE the value for use/unuse the "New Page" in DHTML
DHTML_POPUP - Static variable in interface jet.cs.util.DHTMLAPIConst
DHTML_POPUP the value for enabling/disabling the "Popup menu" feature
DHTML_POPUP_DEFAULT - Static variable in interface jet.cs.util.DHTMLAPIConst
DHTML_POPUP_DEFAULT the default value for showing/hiding the DHTML Popup menu
DHTML_PRINT - Static variable in interface jet.cs.util.DHTMLAPIConst
DHTML_PRINT the value for enabling/disabling the "Print" feature
DHTML_REFRESH - Static variable in interface jet.cs.util.DHTMLAPIConst
DHTML_REFRESH the value for enabling/disabling the "Refresh" feature
DHTML_REPORT_MAX_REPORTS - Static variable in interface jet.cs.util.DHTMLAPIConst
DHTML_REPORT_MAX_REPORTS the value for setting the max number of can be open reports in DHTML
DHTML_REPORT_MAX_REPORTS_EDIT - Static variable in interface jet.cs.util.DHTMLAPIConst
DHTML_REPORT_MAX_REPORTS_EDIT the enabling/disabling setting for the DHTML max reports
DHTML_REPORT_RUN_RSD_VIEW_ONLY_MODE - Static variable in interface jet.cs.util.DHTMLAPIConst
DHTML_REPORT_RUN_RSD_VIEW_ONLY_MODE the enabling/disabling setting for run RSD file in view-only mode
DHTML_REPORT_SERVER_MAX_REPORTS - Static variable in interface jet.cs.util.DHTMLAPIConst
DHTML_REPORT_SERVER_MAX_REPORTS the value for setting the max number of can be open reports in server
DHTML_REPORT_SERVER_MAX_REPORTS_EDIT - Static variable in interface jet.cs.util.DHTMLAPIConst
DHTML_REPORT_SERVER_MAX_REPORTS_EDIT the enabling/disabling setting for the server max reports
DHTML_REPORT_TIMEOUT - Static variable in interface jet.cs.util.DHTMLAPIConst
DHTML_REPORT_TIMEOUT the value for setting the "reprort timeout" in DHTML
DHTML_REPORT_TIMEOUT_EDIT - Static variable in interface jet.cs.util.DHTMLAPIConst
DHTML_REPORT_TIMEOUT_EDIT the enabling/disabling setting for the DHTML report timeout
DHTML_RESET - Static variable in interface jet.cs.util.DHTMLAPIConst
DHTML_SEARCH the value for enabling/disabling the "Reset" feature
DHTML_SAVE - Static variable in interface jet.cs.util.DHTMLAPIConst
DHTML_SAVE the value for enabling/disabling the "Save" feature
DHTML_SAVERESULT - Static variable in interface jet.cs.util.DHTMLAPIConst
DHTML_SAVERESULT the value for enabling/disabling the "Save Result" feature
DHTML_SAVE_FILTER_CRITERIA - Static variable in interface jet.cs.util.DHTMLAPIConst
DHTML_SAVE_FILTER_CRITERIA the default value for "save filter criteria" option of "save as" in DHTML
DHTML_SAVE_SORT_CRITERIA - Static variable in interface jet.cs.util.DHTMLAPIConst
DHTML_SAVE_SORT_CRITERIA the default value for "save sort criteria" option of "save as" in DHTML
DHTML_SEARCH - Static variable in interface jet.cs.util.DHTMLAPIConst
DHTML_SEARCH the value for enabling/disabling the "Search" feature
DHTML_SHOWMSTRPT_DEFAULT - Static variable in interface jet.cs.util.DHTMLAPIConst
DHTML_SHOWMSTRPT_DEFAULT the default value for showing/hiding the DHTML master report
DHTML_SIMPLEEDIT - Static variable in interface jet.cs.util.DHTMLAPIConst
DHTML_SIMPLEEDIT the value for use/unuse the "Simple Edit" in DHTML
DHTML_SKIN - Static variable in interface jet.cs.util.DHTMLAPIConst
DHTML_SKIN the value for enabling/disabling the "Skin" feature
DHTML_SORT - Static variable in interface jet.cs.util.DHTMLAPIConst
DHTML_SORT the value for enabling/disabling the "Sort" feature
DHTML_STYLE - Static variable in interface jet.cs.util.DHTMLAPIConst
DHTML_STYLE the value for enabling/disabling the "Style" feature
DHTML_TITLE - Static variable in interface jet.cs.util.DHTMLAPIConst
DHTML_TITLE the setting for the DHTML page title
DHTML_TITLE_EDIT - Static variable in interface jet.cs.util.DHTMLAPIConst
DHTML_TITLE_EDIT the enabling/disabling setting for the DHTML page title
DHTML_TOC - Static variable in interface jet.cs.util.DHTMLAPIConst
DHTML_TOC the value for enabling/disabling the "TOC" feature
DHTML_TOC_DEFAULT - Static variable in interface jet.cs.util.DHTMLAPIConst
DHTML_TOC_DEFAULT the default value for showing/hiding the DHTML TOC
DHTML_TOC_GROUPBYNAME - Static variable in interface jet.cs.util.DHTMLAPIConst
DHTML_TOC_SHOWGROUP the value for showing/hiding the DHTML TOC Group by field name before each TOC entry
DHTML_TOOLBAR - Static variable in interface jet.cs.util.DHTMLAPIConst
DHTML_TOOLBAR the value for enabling/disabling the "Toolbar" feature
DHTML_TOOLBAR_DEFAULT - Static variable in interface jet.cs.util.DHTMLAPIConst
DHTML_TOOLBAR_DEFAULT the default value for showing/hiding the DHTML Toolbar
DHTML_UNREDO - Static variable in interface jet.cs.util.DHTMLAPIConst
DHTML_SEARCH the value for enabling/disabling the "Undo/Redo" feature
DHTML_USERBAR - Static variable in interface jet.cs.util.DHTMLAPIConst
DHTML_USERBAR the value for enabling/disabling the "User Infomation Panel" feature
DHTML_USERBAR_DEFAULT - Static variable in interface jet.cs.util.DHTMLAPIConst
DHTML_USERBAR_DEFAULT the default value for showing/hiding the DHTML User Information Panel
DHTML_ZOOM - Static variable in interface jet.cs.util.DHTMLAPIConst
DHTML_ZOOM the value for enabling/disabling the "Zoom" feature
DHtmlAPI - interface jet.web.dhtml.DHtmlAPI.
DHTML API provides the API interface for users.
DISTINCT - Static variable in class jet.server.api.db.JDBCType
 
DOUBLE - Static variable in class jet.server.api.db.JDBCType
 
DataManager - interface jet.server.api.admin.DataManager.
Interface DataManager
Database - interface jet.server.api.db.Database.
A Database
Databases - interface jet.server.api.db.Databases.
A Databases is a container of Database.
DefaultAttributes - Static variable in interface jet.server.api.db.Field
The constant of field's default attributes .
dataType() - Method in class jet.server.api.db.JDBCType
Returns this JDBCType's type value defined in java.sql.Types.
databases() - Method in interface jet.server.api.db.Workspace
 
databases(int) - Method in interface jet.server.api.db.Workspace
 
databases(String) - Method in interface jet.server.api.db.Workspace
 
declareVirtualNode(String, String, boolean) - Method in interface jet.server.api.admin.ResourceAdminService
Deprecated. As of version 6, it has not effective.
decodeEsc(String) - Static method in class jet.server.api.http.BaseHttpUtil
Decode the URL-encoded string(i.e.
delScriptFile(String) - Method in interface jet.server.api.RptServer
This method will delete the special script file
delScriptFile(String) - Method in interface jet.server.api.rmi.RemoteRptServer
This method will delete the special script file
delete(String) - Method in interface jet.server.api.RemoteFileService
Deletes the file or directory denoted by this string remoteFilename.
delete() - Method in interface jet.server.api.db.Recordset
 
delete(String) - Method in interface jet.server.api.db.Table
 
delete(FieldValue[]) - Method in interface jet.server.api.db.Table
 
deleteDirectory(String) - Static method in class jet.cs.util.APIUtil
delete a specific folder with all files inside (all sub-folders as well).
deleteInvalidDynamicNodes(String, Vector, String) - Method in interface jet.server.api.admin.DataManager
delete all nodes list in the Vector nodes.
deleteNode(String, String) - Method in interface jet.server.api.admin.ResourceAdminService
Delete the specific node.
deleteResourceNode(String, String) - Method in interface jet.server.api.admin.ResourceAdminService
Deprecated. As of version 6, it has not effective.
deleteSchedules(String[], String) - Method in interface jet.server.api.RptServer
Delete the selected schedules tasks
deleteSchedules(String[], String) - Method in interface jet.server.api.rmi.RemoteRptServer
Delete the selected schedules tasks
deleteSynSchedule() - Method in interface jet.server.api.admin.cfg.ConfigurationLDAP
Delete the LDAP Synchronization schedule task
deleteWherePortion(String) - Method in interface jet.server.api.engine.ReportEngine
Removes the specified where portion and save the catalog.
deleteWherePortion(String, String) - Method in interface jet.server.api.engine.ReportEngine
Removes the specified where portion and save the catalog.
destroy() - Method in interface jet.server.api.profiling.CollectingAgency
Offers an opportunity to release the collecting agency's resource.
destroy() - Method in interface jet.web.dhtml.SimpleDHtmlAPI
Destroys DHTML API when exit.
destroyRemoteFileService(String, String) - Static method in class jet.server.api.rmi.RemoteReportServerToolkit
Destroy an instance of RemoteFileService by that running JReport server's host and rmi port
dirIncludeCatalog(HttpRptServer, String, String) - Static method in class jet.server.api.http.BaseHttpUtil
judge if the resource dir includ catalog.
dirIncludeReport(HttpRptServer, String, String) - Static method in class jet.server.api.http.BaseHttpUtil
judge if the resource dir includ report.
disableScheduledTask(String) - Method in interface jet.server.api.RptServer
Disable a scheduled task through the task ID.
disableScheduledTask(String) - Method in interface jet.server.api.rmi.RemoteRptServer
Disable a scheduled task through the task ID.
disableSchedules(String[], String) - Method in interface jet.server.api.RptServer
Disable the selected schedules tasks
disableSchedules(String[], String) - Method in interface jet.server.api.rmi.RemoteRptServer
Disable the selected schedules tasks
disableSynSchedule() - Method in interface jet.server.api.admin.cfg.ConfigurationLDAP
Disable the LDAP Synchronization schedule
disableVersionAmount(String, String, String) - Method in interface jet.server.api.VersionAmountLimitTable
Disable max version amount through the catalog and the report.
disableVersionAmount(String, String, String) - Method in interface jet.server.api.rmi.RemoteVersionAmountLimitTable
Disable max version amount through the catalog and the report.
disconnect(ConnectionInformation) - Method in interface jet.server.api.admin.ConnectionPoolManager
Deletes a certain connection.
dispatch(String, OutputStream, Hashtable) - Method in interface jet.web.dhtml.DHtmlAPI
Responses and processes all the requests from DHTML client.
dispatch(String, Hashtable) - Method in interface jet.web.dhtml.SimpleDHtmlAPI
Responses and processes all the requests from DHTML client.
displayBeginTime() - Method in interface jet.server.api.monitor.CurrentMonitorStatistics
display statistics end time to string.
displayEndTime() - Method in interface jet.server.api.monitor.CurrentMonitorStatistics
display statistics begin time with string format.
doDelete() - Method in interface jet.server.api.db.ExportSchema
 
doGet(HttpServletRequest, HttpServletResponse) - Method in interface jet.web.dhtml.DHtmlAPI
The same as javax.servlet.http.HttpServlet doGet method.

E

ENABLE_TO_PREFER_SERVER - Static variable in class jet.cs.util.APIConst
TAG_ENABLE_TO_PREFER_SERVER indicate whether enable user to prefer a server or not (jrs.enable_to_prefer_server)
EXCEL - Static variable in class jet.cs.util.APIConst
EXCEL the result type: Excel result(4).
EXCEL_SUFFIX - Static variable in class jet.cs.util.APIConst
EXCEL_SUFFIX the suffix of excel files(.xls)
EXECUTE - Static variable in class jet.cs.util.APIConst
EXECUTE the execute permission(execute)
EXPORTSHAPE - Static variable in class jet.cs.util.EngineAPIConst
Indicates export geometry object to excel file.
EXPORTSHAPE - Static variable in class jet.server.api.engine.ReportEngineConst
Indicates export geometry object to excel file.
EngineAPIConst - class jet.cs.util.EngineAPIConst.
 
EngineAPIConst() - Constructor for class jet.cs.util.EngineAPIConst
 
ExpiryListener - interface jet.server.api.ExpiryListener.
An ExpiryListener listen to a user.
ExportSchema - interface jet.server.api.db.ExportSchema.
A TransferSchema ...
ExportToPageable() - Method in interface jet.server.api.engine.ReportEngine
export to Pageable object.
ExportedFileList - interface jet.server.api.ExportedFileList.
Interface ExportedFileList provides methods to get the exported files.
ExternalAuthorized - interface jet.server.api.ExternalAuthorized.
By this interface, maintain external authorized user sessions.
editLDAPUser(String, String, String, String, String, String) - Method in interface jet.server.api.admin.SecurityAdminService
Edit the specified user.
editNode(String, String, Hashtable) - Method in interface jet.server.api.admin.ResourceAdminService
Edit specific resource node.
editProtection(String, String, String, String) - Method in interface jet.server.api.admin.SecurityAdminService
Deprecated. This method was not effective since V6.
editResourceNode(String, String, String, String, String, boolean, boolean) - Method in interface jet.server.api.admin.ResourceAdminService
Deprecated. As of version 6, it has not effective.
editRoleMap(String, String, String) - Method in interface jet.server.api.admin.cfg.ConfigurationLDAPServer
Edit a exist role map by it's name
editUser(String, String, String, String, String, boolean, int, boolean, int, boolean, String) - Method in interface jet.server.api.admin.SecurityAdminService
Edit the specified user.
elements() - Static method in class jet.server.api.Permissions
 
enableScheduledTask(String) - Method in interface jet.server.api.RptServer
Enable a scheduled task through the task ID.
enableScheduledTask(String) - Method in interface jet.server.api.rmi.RemoteRptServer
Enable a scheduled task through the task ID.
enableSchedules(String[], String) - Method in interface jet.server.api.RptServer
Enable the selected schedules tasks
enableSchedules(String[], String) - Method in interface jet.server.api.rmi.RemoteRptServer
Enable the selected schedules tasks
enableSynSchedule() - Method in interface jet.server.api.admin.cfg.ConfigurationLDAP
Enable the LDAP Synchronization schedule
encodeEsc(String) - Static method in class jet.server.api.http.BaseHttpUtil
Encode the URL string(i.e.
encodeEsc(String, boolean) - Static method in class jet.server.api.http.BaseHttpUtil
Encode the URL string(i.e.
equals(Object) - Method in interface jet.server.api.cluster.Member
Compare member to specified member.
equals(Member) - Method in interface jet.server.api.cluster.Member
Deprecated. As of JREntServer version 5.1
equals(Object) - Method in class jet.server.api.db.JDBCType
 
escapeHtmlSpecialChars(String) - Static method in class jet.cs.util.APIUtil
Escape special characters for HTML page.
exists(String) - Method in interface jet.server.api.RemoteFileService
Tests whether a specificed file or folder denoted by String remoteFilename exists on the remote machine.
exit() - Method in class jet.bean.JRClientViewer
 
exit() - Method in class jet.bean.JRCltPreViewer
 
exit() - Method in class jet.bean.JRDirectViewer
When you want to quit from JReport Viewer Bean, you should call this method.
exit() - Method in class jet.bean.JRRunViewer
When you want to quit from JReport Viewer Bean, you should call this method.
exit() - Method in interface jet.server.api.engine.ReportEngine
When you want to quit from JReport Engine Bean, you should call this method.
expire(UserSession) - Method in interface jet.server.api.ExpiryListener
When a user is expiry this method is called.
expire(String) - Method in interface jet.web.dhtml.SimpleDHtmlAPI
Destroys user session when it expires.
exportResult(String, String, Properties) - Method in interface jet.server.api.RptServer
Export a report result to RST, HTML, PDF, TEXT, Excel and PS.
exportResult(String, String, Properties) - Method in interface jet.server.api.rmi.RemoteRptServer
Export a report result to RST, HTML, PDF, TEXT, Excel and PS.
exportResult(String, String, Properties) - Method in interface jet.server.api.rmi.ReportServerRMIWrapper
Export a report result to RST, HTML, PDF, TEXT, Excel and PS.
exportResultToOneFormat(String, String, Properties) - Method in interface jet.server.api.RptServer
Export a report result to RST, HTML, PDF, TEXT, Excel or PS.
exportResultToOneFormat(String, String, Properties) - Method in interface jet.server.api.rmi.RemoteRptServer
Export a report result to RST, HTML, PDF, TEXT, Excel or PS.
exportSynResultToXMLFile(String, SynchronizationResult) - Method in interface jet.server.api.admin.cfg.ConfigurationLDAP
Export the LDAP synchronization result object to a xml file
exportToDhtml(String, boolean, boolean, boolean, boolean, boolean, boolean, int, boolean) - Method in class jet.bean.JRDirectViewer
Exports the current report to DHTML.
exportToDhtml(String, boolean, boolean, boolean, boolean, boolean, boolean, int, boolean, boolean) - Method in class jet.bean.JRDirectViewer
Exports the current report to DHTML formatted files.
exportToDhtml(String, boolean, boolean, boolean, boolean, boolean, boolean, int, boolean, boolean, int) - Method in class jet.bean.JRDirectViewer
Exports the current report to DHTML formatted files.
exportToDhtml(String, boolean, boolean, boolean, boolean, boolean, boolean, int, boolean, boolean, int, int) - Method in class jet.bean.JRDirectViewer
Exports the current report to DHTML formatted files.
exportToDhtml(String, boolean, boolean, boolean, boolean, boolean, boolean, int, boolean) - Method in class jet.bean.JRRunViewer
Exports the current report to DHTML.
exportToDhtml(String, boolean, boolean, boolean, boolean, boolean, boolean, int, boolean, boolean) - Method in class jet.bean.JRRunViewer
Exports the current report to DHTML.
exportToDhtml(String, boolean, boolean, boolean, boolean, boolean, boolean, int, boolean, boolean, int) - Method in class jet.bean.JRRunViewer
Exports the current report to DHTML.
exportToDhtml(String, boolean, boolean, boolean, boolean, boolean, boolean, int, boolean, boolean, int, int) - Method in class jet.bean.JRRunViewer
Exports the current report to DHTML.
exportToDhtml(String, String, boolean, boolean, boolean, boolean, boolean, boolean, int, boolean, boolean, String, int, int) - Method in interface jet.server.api.engine.ReportEngine
Exports result report file(with the .rst extension)to a HTML file.
exportToDhtml(String, boolean, boolean, boolean, boolean, boolean, boolean, int, boolean, boolean, String, int, int) - Method in interface jet.server.api.engine.ReportEngine
Exports the current report to HTML.
exportToFax(String, String, int, int, String, int, int, int, boolean, boolean, boolean, boolean, String, String, String, String, String, String, String, String, boolean, boolean, boolean, boolean) - Method in interface jet.server.api.engine.ReportEngine
Exports the current report to fax.
exportToHtml(String, boolean, boolean, boolean, boolean, boolean, boolean, int, boolean) - Method in class jet.bean.JRDirectViewer
Exports the current report to HTML.
exportToHtml(String, boolean, boolean, boolean, boolean, boolean, boolean, int, boolean, boolean) - Method in class jet.bean.JRDirectViewer
Exports the current report to HTML.
exportToHtml(String, boolean, boolean, boolean, boolean, boolean, boolean, int, boolean, boolean, boolean) - Method in class jet.bean.JRDirectViewer
Exports the current report to HTML.
exportToHtml(String, boolean, boolean, boolean, boolean, boolean, boolean, int, boolean, boolean, boolean, int) - Method in class jet.bean.JRDirectViewer
Exports the current report to HTML.
exportToHtml(String, boolean, boolean, boolean, boolean, boolean, boolean, int, boolean, boolean, boolean, int, int) - Method in class jet.bean.JRDirectViewer
Exports the current report to HTML.
exportToHtml(String, boolean, boolean, boolean, boolean, boolean, boolean, int, boolean) - Method in class jet.bean.JRRunViewer
Exports the current report to HTML.
exportToHtml(String, boolean, boolean, boolean, boolean, boolean, boolean, int, boolean, boolean) - Method in class jet.bean.JRRunViewer
Exports the current report to HTML.
exportToHtml(String, boolean, boolean, boolean, boolean, boolean, boolean, int, boolean, boolean, boolean) - Method in class jet.bean.JRRunViewer
Exports the current report to HTML.
exportToHtml(String, boolean, boolean, boolean, boolean, boolean, boolean, int, boolean, boolean, boolean, int) - Method in class jet.bean.JRRunViewer
Exports the current report to HTML.
exportToHtml(String, boolean, boolean, boolean, boolean, boolean, boolean, int, boolean, boolean, boolean, int, int) - Method in class jet.bean.JRRunViewer
Exports the current report to HTML.
exportToHtml(String, String, boolean, boolean, boolean, boolean, boolean, boolean, int, boolean, boolean, String, int, int, int) - Method in interface jet.server.api.engine.ReportEngine
Exports result report file(with the .rst extension)to a HTML file.
exportToHtml(String, boolean, boolean, boolean, boolean, boolean, boolean, int, boolean, boolean, String, int, int, int) - Method in interface jet.server.api.engine.ReportEngine
Exports the current report to HTML.
exportToMail(String, String, String, String, String, String, boolean, int, boolean, int, int, boolean, int, boolean, String, boolean, boolean, boolean, boolean, int, boolean, int, boolean, boolean, String) - Method in interface jet.server.api.engine.ReportEngine
Exports the current report to mail.
exportToPS(String) - Method in class jet.bean.JRDirectViewer
Exports the current report to a PS(PostScript) file.
exportToPS(String, boolean) - Method in class jet.bean.JRDirectViewer
Exports the current report to a PS(PostScript) file.
exportToPS(String) - Method in class jet.bean.JRRunViewer
Exports the current report to a PS(PostScript) file.
exportToPS(String, boolean) - Method in class jet.bean.JRRunViewer
Exports the current report to a PS(PostScript) file.
exportToPS(String, String, boolean) - Method in interface jet.server.api.engine.ReportEngine
Exports report result file(with the .rst extension)to a PS(PostScript) file.
exportToPS(String, boolean) - Method in interface jet.server.api.engine.ReportEngine
Exports the current report to a PS(PostScript) file.
exportToPdf(String) - Method in class jet.bean.JRDirectViewer
Exports the current report to a PDF file.
exportToPdf(String, boolean) - Method in class jet.bean.JRDirectViewer
Exports the current report to a PDF file.
exportToPdf(String, boolean, boolean) - Method in class jet.bean.JRDirectViewer
Exports the current report to a PDF file.
exportToPdf(String, boolean, boolean, boolean) - Method in class jet.bean.JRDirectViewer
Exports the current report to a PDF file.
exportToPdf(String, boolean, boolean, int, boolean) - Method in class jet.bean.JRDirectViewer
Exports the current report to a PDF file.
exportToPdf(String, boolean, boolean, int, boolean, boolean, boolean) - Method in class jet.bean.JRDirectViewer
Exports the current report to a PDF file.
exportToPdf(String, boolean, boolean, int, boolean, boolean, boolean, String) - Method in class jet.bean.JRDirectViewer
Exports the current report to a PDF file.
exportToPdf(String) - Method in class jet.bean.JRRunViewer
Exports the current report to a PDF file.
exportToPdf(String, boolean) - Method in class jet.bean.JRRunViewer
Exports the current report to a PDF file.
exportToPdf(String, boolean, boolean) - Method in class jet.bean.JRRunViewer
Exports the current report to a PDF file.
exportToPdf(String, boolean, boolean, boolean) - Method in class jet.bean.JRRunViewer
Exports the current report to a PDF file.
exportToPdf(String, boolean, boolean, int, boolean) - Method in class jet.bean.JRRunViewer
Exports the current report to a PDF file.
exportToPdf(String, boolean, boolean, int, boolean, boolean, boolean) - Method in class jet.bean.JRRunViewer
Exports the current report to a PDF file.
exportToPdf(String, boolean, boolean, int, boolean, boolean, boolean, String) - Method in class jet.bean.JRRunViewer
Exports the current report to a PDF file.
exportToPdf(String, boolean, boolean, int, boolean, boolean, boolean, String) - Method in interface jet.server.api.engine.ReportEngine
Exports the current report to a PDF file.
exportToPdf(String, String, boolean, boolean, int, boolean, boolean, boolean, String) - Method in interface jet.server.api.engine.ReportEngine
Exports the current report to a PDF file.
exportToRst(String) - Method in class jet.bean.JRDirectViewer
Exports the current report to a result report (with the .rst extension).
exportToRst(String) - Method in class jet.bean.JRRunViewer
Exports the current report to a result report (with the .rst extension).
exportToRst(String, String) - Method in interface jet.server.api.engine.ReportEngine
load a .rst file and save to another .rst file.
exportToRst(String) - Method in interface jet.server.api.engine.ReportEngine
save current report to a .rst file.
exportToRtf(String) - Method in class jet.bean.JRDirectViewer
Exports the current report to RTF(Rich Text Format).
exportToRtf(String, boolean) - Method in class jet.bean.JRDirectViewer
Exports the current report to RTF(Rich Text Format).
exportToRtf(String) - Method in class jet.bean.JRRunViewer
Exports the current report to RTF(Rich Text Format).
exportToRtf(String, boolean) - Method in class jet.bean.JRRunViewer
Exports the current report to RTF(Rich Text Format).
exportToRtf(String, boolean) - Method in interface jet.server.api.engine.ReportEngine
Exports the current report to RTF(Rich Text Format).
exportToRtf(String, String, boolean) - Method in interface jet.server.api.engine.ReportEngine
Exports report result file(with the .rst extension)to RTF(Rich Text Format).
exportToText(String, boolean, boolean, char) - Method in class jet.bean.JRDirectViewer
Exports the current report to a TEXT file.
exportToText(String, boolean, boolean, char, int, int) - Method in class jet.bean.JRDirectViewer
Exports the current report to a TEXT file.
exportToText(String, boolean, boolean, char, int, int, boolean) - Method in class jet.bean.JRDirectViewer
Exports the current report to a TEXT file.
exportToText(String, boolean, boolean, char, int, int, boolean, boolean, boolean) - Method in class jet.bean.JRDirectViewer
Exports the current report to a TEXT file.
exportToText(String, boolean, boolean, char, int, int, boolean, boolean, boolean, boolean) - Method in class jet.bean.JRDirectViewer
Exports the current report to a TEXT file.
exportToText(String, boolean, boolean, char, int, int, boolean, boolean, boolean, boolean, boolean, boolean) - Method in class jet.bean.JRDirectViewer
Exports the current report to a TEXT file.
exportToText(String, boolean, boolean, char) - Method in class jet.bean.JRRunViewer
Exports the current report to a TEXT file.
exportToText(String, boolean, boolean, char, int, int) - Method in class jet.bean.JRRunViewer
Exports the current report to a TEXT file.
exportToText(String, boolean, boolean, char, int, int, boolean) - Method in class jet.bean.JRRunViewer
Exports the current report to a TEXT file.
exportToText(String, boolean, boolean, char, int, int, boolean, boolean, boolean) - Method in class jet.bean.JRRunViewer
Exports the current report to a TEXT file.
exportToText(String, boolean, boolean, char, int, int, boolean, boolean, boolean, boolean) - Method in class jet.bean.JRRunViewer
Exports the current report to a TEXT file.
exportToText(String, boolean, boolean, char, int, int, boolean, boolean, boolean, boolean, boolean, boolean) - Method in class jet.bean.JRRunViewer
Exports the current report to a TEXT file.
exportToText(String, String, boolean, boolean, char, int, int, boolean, int, boolean, boolean, boolean) - Method in interface jet.server.api.engine.ReportEngine
Exports result report file(with the .rst extension)to a TEXT file.
exportToText(String, boolean, boolean, char, int, int, boolean, int, boolean, boolean, boolean) - Method in interface jet.server.api.engine.ReportEngine
Exports current report to a TEXT file.
exportToXML(String) - Method in class jet.bean.JRDirectViewer
Exports the current report to XML.
exportToXML(String, boolean, boolean) - Method in class jet.bean.JRDirectViewer
Deprecated. As of JREntViewer version 5.1,
exportToXML(String, boolean) - Method in class jet.bean.JRDirectViewer
Exports the current report to XML.
exportToXML(String, boolean, String) - Method in class jet.bean.JRDirectViewer
Exports the current report to XML.
exportToXML(String) - Method in class jet.bean.JRRunViewer
Exports the current report to XML.
exportToXML(String, boolean, boolean) - Method in class jet.bean.JRRunViewer
Deprecated. As of JREntViewer version 5.1,
exportToXML(String, boolean) - Method in class jet.bean.JRRunViewer
Exports the current report to XML.
exportToXML(String, boolean, String) - Method in class jet.bean.JRRunViewer
Exports the current report to XML.
exportToXML(String, boolean, String) - Method in interface jet.server.api.engine.ReportEngine
Exports the current report to XML.
exportToXML(String, String, boolean, String) - Method in interface jet.server.api.engine.ReportEngine
Exports the specified report result to XML.
exportToXMLObject(String, boolean, String) - Method in interface jet.server.api.engine.ReportEngine
Initialize exporting the specified report result to XML Element.
exportToXMLObject(boolean, String) - Method in interface jet.server.api.engine.ReportEngine
Initialize exporting the current report to XML Element.
exportToXls(String) - Method in class jet.bean.JRDirectViewer
Exports the current report to BIFF(Binary File Format).
exportToXls(String, int) - Method in class jet.bean.JRDirectViewer
Exports the current report to BIFF(Binary File Format).
exportToXls(String, int, boolean) - Method in class jet.bean.JRDirectViewer
Exports the current report to BIFF(Binary File Format).
exportToXls(String, int, boolean, boolean) - Method in class jet.bean.JRDirectViewer
Exports the current report to BIFF(Binary File Format).
exportToXls(String) - Method in class jet.bean.JRRunViewer
Exports the current report to BIFF(Binary File Format).
exportToXls(String, int) - Method in class jet.bean.JRRunViewer
Exports the current report to BIFF(Binary File Format).
exportToXls(String, int, boolean) - Method in class jet.bean.JRRunViewer
Exports the current report to BIFF(Binary File Format).
exportToXls(String, int, boolean, boolean) - Method in class jet.bean.JRRunViewer
Exports the current report to BIFF(Binary File Format).
exportToXls(String, String, int, boolean, int, boolean) - Method in interface jet.server.api.engine.ReportEngine
Exports report result file(with the .rst extension)to BIFF(Binary File Format).
exportToXls(String, String, int, boolean, int, boolean, boolean) - Method in interface jet.server.api.engine.ReportEngine
Exports report result file(with the .rst extension)to BIFF(Binary File Format).
exportToXls(String, int, boolean, int, boolean) - Method in interface jet.server.api.engine.ReportEngine
Exports report to BIFF(Binary File Format).
exportToXls(String, int, boolean, int, boolean, boolean) - Method in interface jet.server.api.engine.ReportEngine
Exports report to BIFF(Binary File Format).

F

FALSE - Static variable in interface jet.server.api.admin.ResourceNodeInfo
Deprecated. As of version 6, it has not effective.
FIRST_WEEK - Static variable in class jet.cs.util.APIConst
FIRST_WEEK indicates running on xth week in a month(0).
FLAG_DRILL - Static variable in interface jet.web.dhtml.DHTMLConstant
 
FLAG_EXPORT - Static variable in interface jet.web.dhtml.DHTMLConstant
 
FLAG_FILTER - Static variable in interface jet.web.dhtml.DHTMLConstant
 
FLAG_NAVIBAR - Static variable in interface jet.web.dhtml.DHTMLConstant
 
FLAG_NAVIGATE - Static variable in interface jet.web.dhtml.DHTMLConstant
 
FLAG_POPUP - Static variable in interface jet.web.dhtml.DHTMLConstant
 
FLAG_PRINT - Static variable in interface jet.web.dhtml.DHTMLConstant
 
FLAG_REFRESH - Static variable in interface jet.web.dhtml.DHTMLConstant
 
FLAG_RESET - Static variable in interface jet.web.dhtml.DHTMLConstant
 
FLAG_SAVE - Static variable in interface jet.web.dhtml.DHTMLConstant
 
FLAG_SEARCH - Static variable in interface jet.web.dhtml.DHTMLConstant
 
FLAG_SHOWMSTRPT - Static variable in interface jet.web.dhtml.DHTMLConstant
 
FLAG_SKIN - Static variable in interface jet.web.dhtml.DHTMLConstant
 
FLAG_SORT - Static variable in interface jet.web.dhtml.DHTMLConstant
 
FLAG_STYLE - Static variable in interface jet.web.dhtml.DHTMLConstant
 
FLAG_TOC - Static variable in interface jet.web.dhtml.DHTMLConstant
 
FLAG_TOOLBAR - Static variable in interface jet.web.dhtml.DHTMLConstant
 
FLAG_UNREDO - Static variable in interface jet.web.dhtml.DHTMLConstant
 
FLAG_USERBAR - Static variable in interface jet.web.dhtml.DHTMLConstant
 
FLAG_ZOOM - Static variable in interface jet.web.dhtml.DHTMLConstant
 
FLOAT - Static variable in class jet.server.api.db.JDBCType
 
FORMATEDNODE_ALL - Static variable in interface jet.server.api.admin.ResourceAdminService
Deprecated. As of version 6, it has not effective.
FORMATEDNODE_CATRPT - Static variable in interface jet.server.api.admin.ResourceAdminService
Deprecated. As of version 6, it has not effective.
FORMATEDNODE_WORKING - Static variable in interface jet.server.api.admin.ResourceAdminService
Deprecated. As of version 6, it has not effective.
FOURTH_WEEK - Static variable in class jet.cs.util.APIConst
FOURTH_WEEK indicates running on xth week in a month(3).
Field - interface jet.server.api.db.Field.
A Field is column of a table.
FieldValue - interface jet.server.api.db.FieldValue.
A FieldValue is the value object of a Field.
Fields - interface jet.server.api.db.Fields.
A Fields is a container of Field.
FinishedReport - interface jet.server.api.monitor.FinishedReport.
Interface FinishedReport contains information of finished report in the report server.
FinishedReportTable - interface jet.server.api.monitor.FinishedReportTable.
Interface FinishedReportTable contains information of a finished report in the report server.
fields() - Method in interface jet.server.api.db.Recordset
 
fields(int) - Method in interface jet.server.api.db.Recordset
 
fields(String) - Method in interface jet.server.api.db.Recordset
 
fields() - Method in interface jet.server.api.db.Table
 
fields(int) - Method in interface jet.server.api.db.Table
 
fields(String) - Method in interface jet.server.api.db.Table
 
fields() - Method in interface jet.server.api.db.Unique
 
fields(int) - Method in interface jet.server.api.db.Unique
 
fields(String) - Method in interface jet.server.api.db.Unique
 
first() - Method in interface jet.server.api.db.Recordset
 
firstPage() - Method in class jet.bean.JRDirectViewer
Enables to go to the first page of the report.
firstPage() - Method in class jet.bean.JRRunViewer
Enables to go to the first page of report.

G

GB - Static variable in class jet.cs.util.EngineAPIConst
Indicates converter encoding.
GB - Static variable in class jet.server.api.engine.ReportEngineConst
Indicates converter encoding.
GRANT - Static variable in class jet.cs.util.APIConst
GRANT the grant permission(grant).
GROUP - Static variable in class jet.cs.util.EngineAPIConst
 
GROUP - Static variable in class jet.server.api.engine.ReportEngineConst
re-run report level
getAcl(String, String) - Method in interface jet.server.api.admin.SecurityAdminService
Deprecated. This method was not effective since V6.
getAclNames(String) - Method in interface jet.server.api.admin.SecurityAdminService
Deprecated. This method was not effective since V6.
getAcls(String) - Method in interface jet.server.api.admin.SecurityAdminService
Deprecated. This method was not effective since V6.
getActiveRealm() - Method in interface jet.server.api.admin.ClusterAdminService
Get the active realm of server.
getActiveRealm() - Method in interface jet.server.api.admin.SecurityAdminService
Get the active Realm in JReport server.
getActiveRealm() - Method in interface jet.server.api.admin.cfg.ConfigurationService
Return active realm in the server;
getActiveRealmScheme() - Method in interface jet.server.api.WebPageOptions
 
getActiveTasks() - Method in interface jet.server.api.RptServer
Get active tasks.
getActiveTasks() - Method in interface jet.server.api.rmi.RemoteRptServer
Get active tasks.
getActiveTasksByUser(String) - Method in interface jet.server.api.RptServer
Get active tasks by submitter.
getActiveTasksByUser(String) - Method in interface jet.server.api.rmi.RemoteRptServer
Get active tasks.
getAdminGroup() - Method in interface jet.server.api.admin.cfg.ConfigurationLDAPServer
Return admin group.
getAdminMember() - Method in interface jet.server.api.cluster.ClusterService
Returns the admin member of the cluster.
getAdminMember() - Method in interface jet.server.api.rmi.cluster.RemoteClusterService
Returns the admin member of the cluster.
getAdminPort() - Method in interface jet.server.api.admin.cfg.ConfigurationAdvanced
Return Administration Port.
getAdminService() - Method in interface jet.server.api.RptServer
Get the admin service of report server.
getAdminService() - Method in interface jet.server.api.rmi.RemoteRptServer
Get the admin service of report server.
getAllCompletedTaskRecords() - Method in interface jet.server.api.CompletedTaskTable
Get all the completed task records.
getAllCompletedTaskRecords() - Method in interface jet.server.api.rmi.RemoteCompletedTaskTable
Get all the completed task records.
getAllGroupNames(String) - Method in interface jet.server.api.admin.SecurityAdminService
Get all group name list in the realm.
getAllGroups(String) - Method in interface jet.server.api.admin.SecurityAdminService
Deprecated. This method was not effective since Server V6.0
getAllGroups(String, String) - Method in interface jet.server.api.admin.SecurityAdminService
Get all group list in the realm.
getAllHtmlFile() - Method in interface jet.server.api.engine.ReportEngine
Returns all html files that are generated by exportToHtml.
getAllInvalidDynamicNodes(String, String) - Method in interface jet.server.api.admin.DataManager
Gets all invalid dynamic nodes.
getAllMailAddresses(String) - Method in interface jet.server.api.UserMailList
Get all user's mail addresses in the realm specified by "realmName".
getAllMediaTray(String) - Static method in class jet.bean.JRDirectViewer
for get all media tray for specify printer.Only can do this in JDK14 and advance JDK version
getAllMediaTray(String) - Static method in class jet.bean.JRRunViewer
for get all media tray for specify printer.Only can do this in JDK14 and advance JDK version
getAllMembers() - Method in interface jet.server.api.cluster.ClusterService
Returns remote members.
getAllMembers() - Method in interface jet.server.api.rmi.ReportServerRMIWrapper
Returns all members in cluster.
getAllMembers() - Method in interface jet.server.api.rmi.cluster.RemoteClusterService
Returns remote members.
getAllPdfFile() - Method in interface jet.server.api.engine.ReportEngine
Returns all pdf files that are generated by exportToPdf.
getAllPrinters() - Static method in class jet.bean.JRDirectViewer
for get the all printer in system.Only can do this in JDK14 and advance JDK version
getAllPrinters() - Static method in class jet.bean.JRRunViewer
for get the all printer in system.Only can do this in JDK14 and advance JDK version
getAllRealmNames() - Method in interface jet.server.api.admin.SecurityAdminService
Get all realm name list in report server.
getAllResultFiles() - Method in interface jet.server.api.ResultVersionRecord
Return all result files' name of the result version, result files may be various format, returned ResultFiles instance represent all result files by their file name.
getAllRoleMaps() - Method in interface jet.server.api.admin.cfg.ConfigurationLDAPServer
Get all role maps
getAllRoleNames(String, String) - Method in interface jet.server.api.admin.SecurityAdminService
Get all role name list in the realm.
getAllRoles(String) - Method in interface jet.server.api.ResourceManager
Get all roles
getAllRoles(String, String) - Method in interface jet.server.api.admin.SecurityAdminService
Get all role set in the realm.
getAllRoles(String) - Method in interface jet.server.api.rmi.RemoteResourceManager
Get all roles
getAllRtfFile() - Method in interface jet.server.api.engine.ReportEngine
return the output file of export to rtf
getAllSupportDBTypes() - Static method in class jet.server.api.db.DBManager
 
getAllSupportDrivers() - Static method in class jet.server.api.db.DBManager
 
getAllUser(String, String) - Method in interface jet.server.api.admin.SecurityAdminService
Get all users set in the realm.
getAllUserNames(String) - Method in interface jet.server.api.admin.SecurityAdminService
Get all user name list in the realm.
getAllUserNames(String, String) - Method in interface jet.server.api.admin.SecurityAdminService
Deprecated. This method was not effective since Server V6.0
getAllUserNamesByRole(String, String, String) - Method in interface jet.server.api.admin.SecurityAdminService
Get all user name list in the role.
getAllUserSessions() - Method in interface jet.server.api.UserSessionManager
Get all user sessions in the report server.
getAllUserSessions() - Method in interface jet.server.api.rmi.RemoteUserSessionManager
Get all user sessions in the report server.
getAllUsers(String) - Method in interface jet.server.api.ResourceManager
Get all users
getAllUsers(String) - Method in interface jet.server.api.rmi.RemoteResourceManager
Get all users
getAllWaitUserSessions() - Method in interface jet.server.api.UserSessionManager
Get all wait user sessions in the report server.
getAllWaitUserSessions() - Method in interface jet.server.api.rmi.RemoteUserSessionManager
Get all wait user sessions in the report server.
getAllXMLFile() - Method in interface jet.server.api.engine.ReportEngine
return the output file of export to xml
getAllXlsFile() - Method in interface jet.server.api.engine.ReportEngine
return the output file of export to xls
getAmountOfReportPagesEveryMinute() - Method in interface jet.server.api.monitor.CurrentMonitorStatistics
get amount of report pages number every minute .
getAmountOfReports() - Method in interface jet.server.api.monitor.CurrentMonitorStatistics
get amount of reports.
getAmountOfReportsEveryMinute() - Method in interface jet.server.api.monitor.CurrentMonitorStatistics
get amount of reports number every minute.
getAmountOfSucceedReports() - Method in interface jet.server.api.monitor.CurrentMonitorStatistics
get amount of succeed reports.
getAstFileName() - Method in interface jet.server.api.ResultFiles
Get ast format result file name.
getAttempt() - Method in interface jet.server.api.admin.ConnectionInformation
Gets the retried count of a certain connection.
getAuditState(String, String, int, boolean) - Method in interface jet.server.userman.UserAuthenticator
Get the audit state setting.
getAuthScheme() - Static method in class jet.server.api.http.HttpUtil
Get the scheme of authentication initialed by initEnv(..).
getAuthentication() - Method in interface jet.server.api.admin.cfg.ConfigurationMail
Return true if requires authentication mail, otherwise return false.
getAuthenticator() - Method in interface jet.server.api.UserSessionManager
Get the Authenticator.
getAuthenticator() - Method in interface jet.server.api.rmi.RemoteUserSessionManager
Get the Authenticator.
getAutoRefresh() - Method in interface jet.web.dhtml.SimpleDHtmlAPI
Gets refresh informations.
getAvailableGroupFields() - Method in interface jet.server.api.ReportInfo
Deprecated. You will not need to replace value options with available group fields when parameter is column.
      Example: You can comment line in getRptDescPage.jsp like
				//Vector grpCols = rptInfo.getAvailableGroupFields();

			And you have to modify the java code in getRptDescPage.jsp from 
 <%
 			if (desc.isColumn() && grpCols != null) {
 %>
			<select name="<%= APIConst.TAG_PARAM_PREFIX + desc.getName()%>" size="1">
 <%		int sz1 = grpCols.size();
			for (int i1 = 0; i1 < sz1; i1++) {
				String s = (String)grpCols.elementAt(i1);

			to become
 <%
 			if (desc.isColumn() ) {
 %>
			<select name="<%= APIConst.TAG_PARAM_PREFIX + desc.getName()%>" size="1">
 <%		Vector v = desc.getValueOptions(Locale.getDefault());
			int sz1 = v.size();
			for (int i1 = 0; i1 < sz1; i1++) {
				String s = (String)v.elementAt(i1);
      
getAvailableGroupFields() - Method in interface jet.server.api.rmi.RemoteReportInfo
Deprecated. You will not need to replace value options with available group fields when parameter is column.
      Example: You can comment line in getRptDescPage.jsp like
				//Vector grpCols = rptInfo.getAvailableGroupFields();

			And you have to modify the java code in getRptDescPage.jsp from
 <%
 			if (desc.isColumn() && grpCols != null) {
 %>
			<select name="<%= APIConst.TAG_PARAM_PREFIX + desc.getName()%>" size="1">
 <%		int sz1 = grpCols.size();
			for (int i1 = 0; i1 < sz1; i1++) {
				String s = (String)grpCols.elementAt(i1);

			to become
 <%
 			if (desc.isColumn() ) {
 %>
			<select name="<%= APIConst.TAG_PARAM_PREFIX + desc.getName()%>" size="1">
 <%		Vector v = desc.getValueOptions(Locale.getDefault());
			int sz1 = v.size();
			for (int i1 = 0; i1 < sz1; i1++) {
				String s = (String)v.elementAt(i1);
      
getAvailableLanguages() - Method in interface jet.server.api.ReportInfo
Gets all of the Languages that current report supported.
getAvailableLanguages() - Method in interface jet.server.api.rmi.RemoteReportInfo
Gets all of the Languages that current report supported.
getAvailableLocales(String) - Method in interface jet.server.api.engine.ReportEngine
Gets all of the Locales that current report supported.
getAvailableQueryFields() - Method in interface jet.server.api.engine.ReportEngine
Gets the available fields of the query The available fields include: 1.
getAvailableWherePortions() - Method in interface jet.server.api.engine.ReportEngine
Gets the enumeration of all the where portion names in the catalog.
getAverageNeedTimeEveryReport() - Method in interface jet.server.api.monitor.CurrentMonitorStatistics
get average need time since submit report to run finished report.
getAverageRunTimeEveryReport() - Method in interface jet.server.api.monitor.CurrentMonitorStatistics
get average run time since start run to finish every report.
getAverageWaitTimeInRun() - Method in interface jet.server.api.monitor.CurrentMonitorStatistics
get average wait time when report in run queue.
getAverageWaitTimeToRun() - Method in interface jet.server.api.monitor.CurrentMonitorStatistics
get average wait time since submit report to run report.
getBackupPriority() - Method in interface jet.server.api.cluster.Member
Get backup priority, If admin server was crashed, server that has highest priority in active backup servers will promote itself to admin server, priority value is a non-negative integer, "0" represent the highest priority, value "0" is reserved for admin server(if admin server was crashed, and before it restart, a backup server has promoted to admin server, original admin server has to start as backup server, it need a backup priority).
getBase(HttpServletRequest, boolean) - Static method in class jet.server.api.http.HttpUtil
Get the path of HttpServletRequest, including the servlet path.
getBaseNoPath(HttpServletRequest, boolean) - Static method in class jet.server.api.http.HttpUtil
Get the servlet path.
getBeginTimeToStatistics() - Method in interface jet.server.api.monitor.CurrentMonitorStatistics
get statistics begin time.
getBody(int, int, int, String, String, String) - Method in interface jet.web.dhtml.DHTMLToolkit
Gets the content of DHTML mainpage body.
getBody(String, int, int, int, String, String, String) - Method in interface jet.web.dhtml.DHTMLToolkit
Gets the content of DHTML mainpage body.
getBody(String, int, int, String, int, String, String, String) - Method in interface jet.web.dhtml.DHTMLToolkit
Gets the content of DHTML mainpage body.
getBody(String, int, int, String, int, String, String, String, String) - Method in interface jet.web.dhtml.DHTMLToolkit
Gets the content of DHTML mainpage body.
getBoolean(String) - Static method in class jet.cs.util.APIUtil
parse a boolean string to boolean.
getBoolean(String, boolean) - Static method in class jet.cs.util.APIUtil
parse a boolean string to boolean.
getBoolean() - Method in interface jet.server.api.db.FieldValue
 
getBoolean(int) - Method in interface jet.server.api.db.Recordset
 
getBoolean(String) - Method in interface jet.server.api.db.Recordset
 
getBooleanColumns() - Method in interface jet.server.api.ReportInfo
Return boolean value fields of the report.
getBooleanColumns() - Method in interface jet.server.api.rmi.RemoteReportInfo
Return boolean value fields of the report.
getBoundSQL() - Method in interface jet.server.api.ParamInfo
Return the parameter bound SQL.
getBoundSQL() - Method in interface jet.server.api.rmi.RemoteParamInfo
Return the parameter bound SQL.
getBufferSize(int) - Method in interface jet.server.api.admin.cfg.ConfigurationLog
Return the buffer size.
getBuildNumber() - Method in interface jet.server.api.ServerEnv
Get the build number of reports server.
getBuildNumber() - Method in interface jet.server.api.rmi.RemoteRptServer
Get the build number of reports server.
getByte() - Method in interface jet.server.api.db.FieldValue
 
getByte(int) - Method in interface jet.server.api.db.Recordset
 
getByte(String) - Method in interface jet.server.api.db.Recordset
 
getBytes() - Method in interface jet.server.api.db.FieldValue
 
getBytes(int) - Method in interface jet.server.api.db.Recordset
 
getBytes(String) - Method in interface jet.server.api.db.Recordset
 
getCachedCatalogs() - Method in interface jet.server.api.admin.cfg.ConfigurationCache
Return the filenames of catelog need to cache.
getCachedReports() - Method in interface jet.server.api.admin.cfg.ConfigurationCache
Return the filenames of report need to cache.
getCachedReportsWithStyles() - Method in interface jet.server.api.admin.cfg.ConfigurationCache
Return the filenames and styles of report need to cache.
getCalculating() - Method in interface jet.server.api.db.Field
 
getCatName() - Method in class jet.bean.JRDirectViewer
Gets the catalog name.
getCatName() - Method in class jet.bean.JRPrepareViewer
Gets the catalog name.
getCatName() - Method in class jet.bean.JRRunViewer
Gets the catalog name.
getCatName() - Method in interface jet.server.api.engine.ReportEngine
Gets the name of the catalog.
getCatalog() - Method in interface jet.server.api.ActiveTaskRecord
Return the report catalog of the active task.
getCatalog() - Method in interface jet.server.api.CatalogVersionRecord
Get catalog name which this version attachs to.
getCatalog() - Method in interface jet.server.api.LargeReportRecord
Return the catalog.
getCatalog() - Method in interface jet.server.api.OndemandReportRecord
Return the catalog.
getCatalog() - Method in interface jet.server.api.monitor.FinishedReport
Returns the catalog of the report .
getCatalog() - Method in interface jet.server.api.monitor.RunningReport
Returns the catalog of the report of the report .
getCatalogFile() - Method in interface jet.server.api.CompletedTaskRecord
Return the report catalog of the completed task.
getCatalogFile() - Method in interface jet.server.api.ResultVersionRecord
Get the catalog filename.
getCatalogVersion(String, String, int) - Method in interface jet.server.api.ResourceManager
Get a catalog version by catalog name and version number
getCatalogVersion(String, String, int) - Method in interface jet.server.api.rmi.RemoteResourceManager
Get a catalog version by catalog name and version number
getCatalogVersionNumber() - Method in interface jet.server.api.OndemandReportRecord
Get catalog version number, it indicate which version of the catalog is used.
getCatalogVersions(String, String) - Method in interface jet.server.api.ResourceManager
Get versions of specific catalog.
getCatalogVersions(String, String) - Method in interface jet.server.api.rmi.RemoteResourceManager
Get versions of specific catalog.
getCatalogsInPath(String, String) - Method in interface jet.server.api.ResourceManager
Get catalogs in a resource path.
getCatalogsInPath(String, String) - Method in interface jet.server.api.rmi.RemoteResourceManager
Get catalogs in a resource path.
getChars(StringBuffer) - Method in interface jet.web.dhtml.DHTMLToolkit
Converts the content of the specified StringBuffer to a char array.
getCheckAdminCrashedInterval() - Method in interface jet.server.api.admin.ClusterAdminService
Deprecated. since JREntServer version 5.1
getClientName() - Method in interface jet.server.api.engine.ReportEngine
Gets the client name.
getClusterAdminHost() - Method in interface jet.server.api.admin.cfg.ConfigurationCluster
Return cluster admin server host address;
getClusterAdminRMIPort() - Method in interface jet.server.api.admin.cfg.ConfigurationCluster
Return cluster admin RMI port;
getClusterAdminService() - Method in interface jet.server.api.admin.AdminService
Get ClusterAdminService.
getClusterMonitor() - Method in interface jet.server.api.RptServer
Get the cluster monitor.
getClusterMonitor() - Method in interface jet.server.api.rmi.RemoteRptServer
Get the cluster monitor.
getClusterMonitorRefreshInterval() - Method in interface jet.server.api.monitor.ClusterMonitor
get local monitor's Refresh Interval.
getClusterMonitorRefreshInterval() - Method in interface jet.server.api.monitor.MonitorSetting
get value for Cluster Monitor Refresh Interval
getClusterName() - Method in interface jet.server.api.cluster.ClusterService
Returns the cluster name.
getClusterName() - Method in interface jet.server.api.rmi.cluster.RemoteClusterService
Returns the cluster name.
getClusterResourceRoot() - Method in interface jet.server.api.admin.cfg.ConfigurationCluster
Return cluster resource root;
getClusterService() - Method in interface jet.server.api.RptServer
Get the report cluster service.
getClusterService() - Method in interface jet.server.api.rmi.RemoteRptServer
Get the report cluster service.
getCombinedAclName(String, String) - Method in interface jet.server.api.admin.SecurityAdminService
Deprecated. This method was not effective since V6.
getCommunicator(String, int[]) - Method in interface jet.server.api.engine.ReportEngine
Gets Communicator object
getCommunicator() - Method in interface jet.server.api.engine.ReportEngine
Gets Communicator object
getCommunicator(boolean) - Method in interface jet.server.api.engine.ReportEngine
Gets Communicator object
getCompletedRecordID() - Method in interface jet.server.api.CompletedTaskRecord
Return the record ID of the completed task.
getCompletedTaskRecord(String) - Method in interface jet.server.api.CompletedTaskTable
Get CompletedTaskRecord with the record ID.
getCompletedTaskRecord(String) - Method in interface jet.server.api.rmi.RemoteCompletedTaskTable
Get CompletedTaskRecord with the record ID.
getCompletedTaskRecordsByReport(String, String) - Method in interface jet.server.api.CompletedTaskTable
Get completed task records through the catalog and report.
getCompletedTaskRecordsByReport(String, String) - Method in interface jet.server.api.rmi.RemoteCompletedTaskTable
Get completed task records through the catalog and report.
getCompletedTaskRecordsByTaskID(String) - Method in interface jet.server.api.CompletedTaskTable
Get completed task records with the task ID.
getCompletedTaskRecordsByTaskID(String) - Method in interface jet.server.api.rmi.RemoteCompletedTaskTable
Get completed task records with the task ID.
getCompletedTaskRecordsByUser(String) - Method in interface jet.server.api.CompletedTaskTable
Get completed task records through the user
getCompletedTaskRecordsByUser(String) - Method in interface jet.server.api.rmi.RemoteCompletedTaskTable
 
getCompletedTaskTable() - Method in interface jet.server.api.RptServer
Get CompletedTaskTable.
getCompletedTaskTable() - Method in interface jet.server.api.rmi.RemoteRptServer
Get CompletedTaskTable.
getCompletedTime() - Method in interface jet.server.api.CompletedTaskRecord
Return the completed time of the completed task.
getCompletedTime() - Method in interface jet.server.api.LargeReportRecord
Return the completed time if the report runs over, else return -1.
getCompletedTime() - Method in interface jet.server.api.OndemandReportRecord
Return the completed time if the report runs over, else return -1.
getConcurrentReports() - Method in interface jet.server.api.cluster.ReportMember
Returns the number of concurrent reports.
getCondition() - Method in interface jet.server.api.db.ExportSchema
 
getConfigService() - Method in interface jet.server.api.admin.AdminService
Get ConfigService.
getConfigurationAdvanced() - Method in interface jet.server.api.admin.cfg.ConfigService
get Advanced Configuration;
getConfigurationCache() - Method in interface jet.server.api.admin.cfg.ConfigService
get cache Configuration;
getConfigurationCluster() - Method in interface jet.server.api.admin.cfg.ConfigService
get Configuration for cluster;
getConfigurationFax() - Method in interface jet.server.api.admin.cfg.ConfigService
get configuration for fax
getConfigurationLDAP() - Method in interface jet.server.api.admin.cfg.ConfigService
get LDAP state Configuration;
getConfigurationLDAPServer() - Method in interface jet.server.api.admin.cfg.ConfigService
get LDAP Server Configuration;
getConfigurationLog() - Method in interface jet.server.api.admin.cfg.ConfigService
get logo Configuration;
getConfigurationMail() - Method in interface jet.server.api.admin.cfg.ConfigService
get mail Configuration ;
getConfigurationPerformance() - Method in interface jet.server.api.admin.cfg.ConfigService
get Performance Configuration;
getConfigurationService() - Method in interface jet.server.api.admin.cfg.ConfigService
get Service Configuration;
getConnectFrame(String, String, int) - Method in interface jet.web.dhtml.DHTMLToolkit
Gets the content of DHTML connect frame.
getConnectFrame(String, String, int, int, int, int, int) - Method in interface jet.web.dhtml.DHTMLToolkit
Gets the content of DHTML connect frame.
getConnectionInfoProviderService() - Method in interface jet.server.api.admin.AdminService
get connection information provider service.
getConnectionKeepAlive() - Method in interface jet.server.api.admin.cfg.ConfigurationAdvanced
Return true if connect and keep alive otherwise return false.
getConnectionPoolManager() - Method in interface jet.server.api.admin.AdminService
Get ConnectionPoolManager.
getConnectionTimeout() - Method in interface jet.server.api.admin.cfg.ConfigurationService
Return connection Timeout in millseconds;
getConnections() - Method in interface jet.server.api.admin.ConnectionPoolManager
Gets all the connections.
getConvertFromEncoding() - Method in interface jet.server.api.engine.ReportEngine
Gets the original encoding
getConvertToEncoding() - Method in interface jet.server.api.engine.ReportEngine
Gets the destination encoding
getCountry() - Method in class jet.bean.JRDirectViewer
Gets the country.
getCountry() - Method in class jet.bean.JRRunViewer
Gets the country.
getCreatedTime() - Method in interface jet.server.api.ResultVersionRecord
Return the created time of the result version.
getCreatedTime() - Method in interface jet.server.api.VersionRecord
Get create time of this version.
getCreationTime() - Method in interface jet.server.api.UserSession
Return the creation time of the session.
getCreator() - Method in interface jet.server.api.VersionRecord
Get creator of this version.
getCurRealm() - Method in interface jet.server.api.admin.SecurityAdminService
Get the current edit Realm in JReport server.
getCurrentMonitorStatistics() - Method in interface jet.server.api.monitor.MonitorService
get CurrentMonitorStatistics in this clustered server.
getCurrentPageNumber() - Method in class jet.bean.JRDirectViewer
Gets the current page number of the report.
getCurrentPageNumber() - Method in class jet.bean.JRRunViewer
Gets the current page number of the report.
getCurrentUserSessionTable() - Method in interface jet.server.api.monitor.MonitorService
get UserSessionManager in this clustered server.
getDHTMLToolkit() - Method in interface jet.web.dhtml.SimpleDHtmlAPI
Gets the DHTMLToolkit.
getDataDriver() - Method in interface jet.server.api.engine.ReportEngine
Gets the data driver of the report which the engine will run.
getDataManager() - Method in interface jet.server.api.admin.AdminService
get DataManager
getDatabase() - Method in interface jet.server.api.db.Table
 
getDate() - Method in interface jet.server.api.db.FieldValue
 
getDate(int) - Method in interface jet.server.api.db.Recordset
 
getDate(String) - Method in interface jet.server.api.db.Recordset
 
getDefauleSettingValue(String) - Method in interface jet.server.api.admin.cfg.ConfigurationLDAPServer
 
getDefaultDoc() - Static method in class jet.server.api.http.HttpUtil
Get the home page of JReport Enterprise Server initialed by initEnv(..).
getDefaultLoadBalancer() - Method in interface jet.server.api.cluster.ClusterService
Gets the default load balancer.
getDefaultLoadBalancer() - Method in interface jet.server.api.rmi.cluster.RemoteClusterService
Gets the default load balancer.
getDefaultMailFormat() - Method in interface jet.server.api.admin.ClusterAdminService
Return the mail format send out.
getDefaultMailFormat() - Method in interface jet.server.api.admin.cfg.ConfigurationMail
Return the mail format send out.
getDefaultMaxInactiveInterval() - Method in interface jet.server.api.UserSessionManager
Get the default max inactive interval of user sessions.
getDefaultMaxInactiveInterval() - Method in interface jet.server.api.rmi.RemoteUserSessionManager
Get the default max inactive interval of user sessions.
getDefaultStyleGroupName() - Method in interface jet.server.api.ReportInfo
Gets default style group name.
getDefaultStyleGroupName() - Method in interface jet.server.api.rmi.RemoteReportInfo
Gets default style group name.
getDefaultTimeZone() - Static method in class jet.cs.util.APIUtil
Get the default timezone ID.
getDefaultUserPreference() - Method in interface jet.server.api.UserPreferenceManager
Get default user preference setting.
getDefaultUserPreference() - Method in interface jet.server.api.rmi.RemoteUserPreferenceManager
Get default user preference setting.
getDefaultValue() - Method in interface jet.server.api.ParamInfo
Return default value of the parameter.
getDefaultValue() - Method in interface jet.server.api.rmi.RemoteParamInfo
Return default value of the parameter.
getDefaultWorkspace() - Static method in class jet.server.api.db.DBManager
 
getDescription() - Method in interface jet.server.api.PathInfo
Return the information which admin described for the resource.
getDescription() - Method in interface jet.server.api.admin.ResourceNodeInfo
Get the infomation which admin described for the node
getDescription(int) - Method in interface jet.server.api.admin.cfg.ConfigurationLog
Return the description of type log
getDetailsFields() - Method in interface jet.server.api.engine.ReportEngine
Get all the fields information in the details section including fields in all subreport a field informaiton including field name and type
getDialing() - Method in interface jet.server.api.admin.cfg.ConfigurationFax
 
getDirectoryManagerDN() - Method in interface jet.server.api.admin.cfg.ConfigurationLDAPServer
Return directory of manage Distinguish Name.
getDispName() - Method in interface jet.server.api.db.Field
Gets the field's suggested title for use in printouts and displays.
getDispatchedFileService(Object) - Method in interface jet.server.api.rmi.RemoteDispatcher
get RemoteFileService instance which will executes the dispatched task
getDispatchedServer(Object) - Method in interface jet.server.api.rmi.RemoteDispatcher
returns HttpRptServer instance which is dispatched request.
getDisplayNameOfTask(String) - Static method in class jet.cs.util.APIUtil
Get the display name through class names of scheduled tasks.
getDisplayValues(Locale) - Method in interface jet.server.api.ParamInfo
Return the parameter value displayed.
getDisplayValues(Locale) - Method in interface jet.server.api.rmi.RemoteParamInfo
Return the parameter value displayed.
getDouble() - Method in interface jet.server.api.db.FieldValue
 
getDouble(int) - Method in interface jet.server.api.db.Recordset
 
getDouble(String) - Method in interface jet.server.api.db.Recordset
 
getDynamicClassDir() - Method in interface jet.server.api.ServerEnv
Get the dynamic class directory of the report server.
getDynamicClassDir() - Method in interface jet.server.api.rmi.RemoteRptServer
Get the dynamic class directory of the report server.
getEmail() - Method in interface jet.server.api.SecurityContext
Return the email address of the user.
getEnableCacheCatelog() - Method in interface jet.server.api.admin.cfg.ConfigurationCache
Return if cache catelog.
getEnableCacheReport() - Method in interface jet.server.api.admin.cfg.ConfigurationCache
Return if cache report.
getEnableCompress() - Method in interface jet.server.api.admin.cfg.ConfigurationMail
Return true if compress mail, otherwise return false.
getEnableJSP() - Method in interface jet.server.api.admin.cfg.ConfigurationAdvanced
Return JSP Enable.
getEnablePreloadFont() - Method in interface jet.server.api.admin.cfg.ConfigurationPerformance
Return if preload font.whether to reloade java classes that used by Font
getEnablePublishTempToVersion() - Method in interface jet.server.api.admin.cfg.ConfigurationAdvanced
Return true if Enable the publish to version system when view a report, otherwise return false.
getEnableSecurityCheck() - Method in interface jet.server.api.admin.cfg.ConfigurationAdvanced
Return if Security Checking.
getEncoding() - Method in class jet.bean.JRDirectViewer
Gets the encoding.
getEncoding() - Method in class jet.bean.JRRunViewer
Gets the encoding.
getEncodingDescriptionByName(String) - Static method in class jet.cs.util.APIUtil
 
getEncodingNameByDescription(String) - Static method in class jet.cs.util.APIUtil
 
getEncryptedPort() - Method in interface jet.server.api.admin.cfg.ConfigurationLDAPServer
Deprecated. This method is not effective since V6.
getEncryptedUsers() - Method in interface jet.server.api.admin.cfg.ConfigurationLDAP
Deprecated. This method is not effective since V7.0
getEncryptionType() - Method in interface jet.server.api.admin.cfg.ConfigurationLDAPServer
Deprecated. This method is not effective since V6. replaced by isEncryptionInLayer
getEndTime() - Method in interface jet.server.api.monitor.FinishedReport
Get finish time of the report in server.
getEndTimeToStatistics() - Method in interface jet.server.api.monitor.CurrentMonitorStatistics
get statistics end time.
getEngineDefaultEncoding() - Method in interface jet.server.api.WebPageOptions
 
getEngineDefaultLanguage() - Method in interface jet.server.api.admin.cfg.ConfigurationAdvanced
Return the engine default language
getEnginePriority() - Method in interface jet.server.api.admin.cfg.ConfigurationAdvanced
Return Engine Priority.
getEngineStatus() - Method in interface jet.server.api.ActiveTaskRecord
Return the report engine status message of the active task.
getEngineStatus() - Method in interface jet.server.api.CompletedTaskRecord
Return the report engine status message of the completed task.
getErrorMessage() - Method in interface jet.server.api.CompletedTaskRecord
Return the error message of the completed task.
getErrorMessage(String) - Method in interface jet.server.api.LargeReportManager
Return Error Message if the large Report which name is resultname Running wrongly.
getErrorMessage() - Method in interface jet.server.api.LargeReportRecord
Return Error Message if the large Report Running wrongly.
getErrorMessage() - Method in interface jet.server.api.OndemandReportRecord
Return Error Message if the ondemand Report Running wrongly.
getErrorMessage(String) - Method in interface jet.server.api.rmi.RemoteLargeReportManager
Return Error Message if the large Report which name is resultname Running wrongly.
getExcelDialogAct(String, boolean, String, int, int) - Method in interface jet.web.dhtml.DHTMLToolkit
Gets the command string of the "show Export to Excel Dialog" action.
getExcelFileName() - Method in interface jet.server.api.ResultFiles
Get excel format result file name.
getExcelFilename() - Method in interface jet.server.api.ExportedFileList
Get the exported Excel filename in a temp directory.
getExec(String, String, String[]) - Method in interface jet.web.dhtml.DHTMLToolkit
Gets the executeable javascript code fragment based on the specified functions
getExitAct(String) - Method in interface jet.web.dhtml.DHTMLToolkit
Gets the command string of the exit action.
getExpirationMethod() - Method in interface jet.server.api.ResultVersionRecord
Return the auto expire method of the result version.
getExpirationTime() - Method in interface jet.server.api.ResultVersionRecord
Return the expiration time of the result version.
getExpire() - Method in interface jet.server.api.admin.ConnectionInformation
Gets the expiring time (ms) of a certain connection.
getExpiryListener(int) - Method in interface jet.server.api.UserSession
Gets expiry listener from the session.
getExpiryListenerCount() - Method in interface jet.server.api.UserSession
Gets expiry listener count.
getExtName(String) - Static method in class jet.cs.util.APIUtil
This method return file's extension
getExtensions(String) - Method in interface jet.server.api.ResourceManager
Get file extensions of the MIME type.
getExtensions(String) - Method in interface jet.server.api.rmi.RemoteResourceManager
Get file extensions of the MIME type.
getExternalAuthorizedUser(String, Object) - Method in interface jet.server.api.ExternalAuthorized
Gets the external authorized user ID.
getExternalAuthorizedUser(String, HttpServletRequest) - Method in interface jet.server.api.http.HttpExternalAuthorized
Gets the external authorized user ID.
getExternalDataPath(FieldValue[]) - Method in interface jet.server.api.db.Table
 
getExternalObject() - Method in interface jet.server.api.UserSession
Deprecated. replaced by getValue(String name).
getFileInfo() - Method in interface jet.server.api.PathInfo
Get this resource path's file information
getFileNameWithoutDir(String) - Static method in class jet.cs.util.APIUtil
Remove a filename's path
getFileSysDirsInPath(String, String) - Method in interface jet.server.api.ResourceManager
Deprecated. As of version 6, it has replaced by getFoldersInPath().
getFileSysDirsInPath(String, String) - Method in interface jet.server.api.rmi.RemoteResourceManager
Get sub-directories in a resource path.
getFileSysFilesInPath(String, String) - Method in interface jet.server.api.ResourceManager
Deprecated. As of version 6, it was obsolete.
getFileSysFilesInPath(String, String) - Method in interface jet.server.api.rmi.RemoteResourceManager
Get files in a resource path.
getFilenames(String, int) - Method in interface jet.server.api.RptServer
This method is used for get the order index 's html filenames
getFilenames(String, int) - Method in interface jet.server.api.rmi.RemoteRptServer
This method is used for get the order index 's html filenames
getFilterDisplayNameSortType(String) - Method in interface jet.web.dhtml.SimpleDHtmlAPI
Determines the sort type of filter panel column display name sort.
getFilterPanel(String, String, int, int, int, int, int) - Method in interface jet.web.dhtml.DHTMLToolkit
Gets the content of DHTML Filter Panel.
getFinishedReportTable() - Method in interface jet.server.api.monitor.MonitorService
get FinishedReportTable in this clustered server.
getFinishedReports() - Method in interface jet.server.api.monitor.FinishedReportTable
Returns a vector of FinishedReport that are the immediate sources of finished report for this server.
getFinishedReportsByUserID(String) - Method in interface jet.server.api.monitor.FinishedReportTable
Gets finished reports by the user.
getFloat() - Method in interface jet.server.api.db.FieldValue
 
getFloat(int) - Method in interface jet.server.api.db.Recordset
 
getFloat(String) - Method in interface jet.server.api.db.Recordset
 
getFlowCommand() - Method in interface jet.server.api.admin.cfg.ConfigurationFax
 
getFlowControl() - Method in interface jet.server.api.admin.cfg.ConfigurationFax
 
getFlushTime(int) - Method in interface jet.server.api.admin.cfg.ConfigurationLog
Return the flush time.
getFmtName() - Method in interface jet.server.api.admin.ResourceNodeInfo
Deprecated. As of version 6, it has not effective.
getFoldersInPath(String, String) - Method in interface jet.server.api.ResourceManager
Get folders in a resource path.
getFoldersInPath(String, String) - Method in interface jet.server.api.rmi.RemoteResourceManager
Get folders in a resource path.
getFooter() - Method in interface jet.web.dhtml.DHTMLToolkit
Gets the content of DHTML footer.
getFooter(boolean) - Method in interface jet.web.dhtml.DHTMLToolkit
Gets the content of DHTML footer.
getFullCatalogName() - Method in class jet.bean.JRCltPreViewer
Gets the full catalog name relative to the resource directory in JReport Enterprise Server.
getFullFmtName() - Method in interface jet.server.api.admin.ResourceNodeInfo
Deprecated. As of version 6, it has not effective.
getFullName() - Method in interface jet.server.api.admin.ResourceNodeInfo
Get the full name of the node
getFullPath() - Method in class jet.bean.JRClientViewer
Gets the full path for JReport Enterprise Servlet.
getFullPath() - Method in class jet.bean.JRCltPreViewer
Gets the full path for JReport Enterprise Servlet.
getFullPath() - Method in class jet.bean.JRDirectViewer
Gets the full path for JReport Enterprise Servlet.
getFullPath() - Method in class jet.bean.JRPrepareViewer
Gets the full path for JReport Enterprise Servlet.
getFullPath() - Method in class jet.bean.JRRunViewer
Gets the full path for JReport Enterprise Servlet.
getFullyQualifiedName() - Method in interface jet.server.api.db.Field
Get the table name + field name.
getGroup(String, String) - Method in interface jet.server.api.admin.SecurityAdminService
Deprecated. This method was not effective since Server V6.0
getGroupByName(String, String, String) - Method in interface jet.server.api.admin.SecurityAdminService
Get a group specified by group name
getGroupCommonName() - Method in interface jet.server.api.admin.cfg.ConfigurationLDAPServer
Return Group Common Name of attribute for LDAP.
getGroupDescriptions(String) - Method in interface jet.server.api.admin.cfg.ConfigurationLDAPServer
check Group and return the Group Description
getGroupDistinguishName() - Method in interface jet.server.api.admin.cfg.ConfigurationLDAPServer
Return group distinguish name of attribute for LDAP.
getGroupFilter() - Method in interface jet.server.api.admin.cfg.ConfigurationLDAPServer
Return filter string for LDAP.
getGroupMailAddresses(String, String) - Method in interface jet.server.api.UserMailList
Get all user's mail addresses in a group that specified by realm "realmName" and group "groupName".
getGroupMemberCount(String, String) - Method in interface jet.server.api.admin.SecurityAdminService
Get member count in a group.
getGroupMemberType() - Method in interface jet.server.api.admin.cfg.ConfigurationLDAPServer
Return Group Member Type for LDAP.
getGroupNames() - Method in interface jet.server.api.admin.cfg.ConfigurationLDAPServer
check Group and return the Group Name
getGroupPrivileges(String, String, String) - Method in interface jet.server.api.admin.SecurityAdminService
get user's privileges
getGroupSortPanel(String, String, int, int, int, int, int) - Method in interface jet.web.dhtml.DHTMLToolkit
Gets the content of DHTML group Sort Panel.
getGroupsByRole(String, String, String) - Method in interface jet.server.api.admin.SecurityAdminService
Get sub groups from the role
getGroupsByUser(String, String, String) - Method in interface jet.server.api.admin.SecurityAdminService
Get the groups which specifie user has
getHTMLFilenameList() - Method in interface jet.server.api.ExportedFileList
Get the exported HTML filename list in a temp directory.
getHeader(String, String, String[][], String[][], String) - Method in interface jet.web.dhtml.DHTMLToolkit
Gets the content of DHTML header.
getHeader(String, String, String[], String[][], String[][], String) - Method in interface jet.web.dhtml.DHTMLToolkit
Gets the content of DHTML header.
getHelpImagePath() - Method in interface jet.web.dhtml.SimpleDHtmlAPI
Gets the physical path of user guide image resources.
getHelpPath() - Method in interface jet.server.api.engine.ReportEngine
Gets the help path.
getHelpService() - Method in interface jet.server.api.RptServer
Gets HelpAPI.
getHelpService() - Method in interface jet.server.api.rmi.RemoteRptServer
Gets RemoteHelpAPI.
getHistDir() - Method in interface jet.server.api.ResourceManager
Get the directory which result versions are saved to.
getHistDir() - Method in interface jet.server.api.rmi.RemoteResourceManager
Get the directory which result versions are saved to.
getHistFile(String) - Method in interface jet.server.api.ResourceManager
 
getHistFile(String) - Method in interface jet.server.api.rmi.RemoteResourceManager
Get the history file .
getHomePath() - Method in interface jet.server.api.ServerEnv
Get the home path of the report server.
getHomePath() - Method in interface jet.server.api.rmi.RemoteRptServer
Get the home path of the report server.
getHost(int, String) - Method in interface jet.server.api.admin.cfg.ConfigurationLog
Return the host name.
getHost() - Method in interface jet.server.api.cluster.Member
Returns the host name or IP address of the member server.
getHostAddresses() - Method in interface jet.server.api.admin.cfg.ConfigurationService
Return active host addresses;
getHostName() - Method in interface jet.server.api.admin.cfg.ConfigurationService
get active host name;
getHostName() - Method in interface jet.web.dhtml.SimpleDHtmlAPI
Gets the host name,
getHtmlFileName() - Method in interface jet.server.api.ResultFiles
Get HTML format result file name.
getHttpExternalAuthorized() - Method in interface jet.server.api.http.HttpUserSessionManager
Get the HttpExternalAuthorized.
getHttpRptServer() - Static method in class jet.server.api.http.HttpUtil
Get the HttpRptServer object created by initEnv(...).
getHttpURL() - Static method in class jet.server.api.http.HttpUtil
Gets the current Http prefix.
getHttpUserSessionManager() - Method in interface jet.server.api.http.HttpRptServer
Gets HttpUserSessionManager.
getID() - Method in interface jet.server.api.UserSession
Return the session ID.
getID() - Method in interface jet.server.api.engine.ReportEngine
Gets id of engine, the id is an unique identification of engine
getIdleExpire() - Method in interface jet.server.api.admin.ConnectionInformation
Gets the idle expiring time (ms) of a certain connection.
getIdleTime() - Method in interface jet.server.api.admin.ConnectionInformation
Gets idle time of a certain connection.
getImagePath() - Method in interface jet.web.dhtml.SimpleDHtmlAPI
Gets the physical path of the image resources.
getImportGroupType() - Method in interface jet.server.api.admin.cfg.ConfigurationLDAPServer
Get the LDAP Group importing principal type
getInheritedPermissions(String, String, int) - Method in interface jet.server.api.ResourceManager
Get inherited permissions of users that attached to specific path
getInheritedPermissions(String, String, int) - Method in interface jet.server.api.rmi.RemoteResourceManager
Get inherited permissions of users that attached to specific path
getInitString() - Method in interface jet.server.api.admin.cfg.ConfigurationFax
 
getInstance(ServerInfo) - Method in interface jet.server.api.UserMailListFactory
Get a UserMailList instance according to parameter serverInfoserverInfo equals null, it means system want to get a server default UserMailList, which is implemented by JReport server, mail addresses got from this object are stored in JReport server user accounts.
getInstance() - Static method in class jet.server.api.engine.ReportEngineFactory
Get ReportEngine instance by the implementation class of ReportEngine.
getInstance(boolean) - Static method in class jet.server.api.engine.ReportEngineFactory
Get ReportEngine instance by the implementation class of ReportEngine.
getInstance() - Static method in class jet.server.api.rmi.RemoteDispatcherFactory
Get RemoteDispatcher instance by the implementation class of RemoteDispatcher.
getInt() - Method in interface jet.server.api.db.FieldValue
 
getInt(int) - Method in interface jet.server.api.db.Recordset
 
getInt(String) - Method in interface jet.server.api.db.Recordset
 
getInterval() - Method in interface jet.server.api.admin.ConnectionInformation
Gets the retried interval of a certain connection.
getJDBCType() - Method in interface jet.server.api.db.Field
Retrieves the field's JDBC type.
getJDBCType() - Method in interface jet.server.api.db.FieldValue
Retrieves the field's JDBC type.
getJDBCType(int) - Static method in class jet.server.api.db.JDBCType
 
getJRServletPath() - Method in interface jet.server.api.WebPageOptions
 
getJRServletPath() - Static method in class jet.server.api.http.HttpUtil
Get jreport servlet path
getJSPWebAppName(String) - Method in interface jet.server.api.WebPageOptions
 
getJSPWebAppName(String) - Static method in class jet.server.api.http.HttpUtil
get jsp webapp name from (bin\server.properties)
getJS_CSSPath() - Method in interface jet.web.dhtml.SimpleDHtmlAPI
Gets the physical path of the java script and css file.
getJoinCondition() - Method in interface jet.server.api.engine.ReportEngine
Get join portion condition caluse in SQL statement.
getLADPServerPort() - Method in interface jet.server.api.admin.cfg.ConfigurationLDAPServer
Return LDAP server port.
getLDAPGroups() - Method in interface jet.server.api.admin.cfg.ConfigurationLDAP
Get the ldap groups set according to ldap configration
getLDAPURL() - Method in interface jet.server.api.admin.cfg.ConfigurationLDAPServer
Return LDAP URL.
getLDAPUsers() - Method in interface jet.server.api.admin.cfg.ConfigurationLDAP
Get the ldap users set according to ldap configration
getLanguage() - Method in class jet.bean.JRDirectViewer
Gets the language.
getLanguage() - Method in class jet.bean.JRRunViewer
Gets the language.
getLargeReportManager() - Method in interface jet.server.api.RptServer
Gets LargeReportManager.
getLargeReportManager() - Method in interface jet.server.api.rmi.RemoteRptServer
Gets LargeReportManager.
getLargeReportRecord(String) - Method in interface jet.server.api.LargeReportManager
Gets the large report record of the temporary result.
getLargeReportRecord(String) - Method in interface jet.server.api.rmi.RemoteLargeReportManager
Gets the large report record of the temporary result.
getLargeReports(String) - Method in interface jet.server.api.LargeReportManager
Gets large report records registered by the user.
getLargeReports(String) - Method in interface jet.server.api.rmi.RemoteLargeReportManager
Gets large report records registered by the user.
getLastAccessTime() - Method in interface jet.server.api.UserSession
Return the last access time of the session.
getLastLDAPSynchronizeScheduleResult() - Method in interface jet.server.api.admin.cfg.ConfigurationLDAP
Get the last LDAP synchronization schedule task's result object
getLatestVersionNumber() - Method in interface jet.server.api.PathInfo
Get latest version number of resource.
getLatestVersionNumber(String) - Method in interface jet.server.api.ResourceManager
Get the latest version number of specific resource.
getLatestVersionNumber(String) - Method in interface jet.server.api.rmi.RemoteResourceManager
Get the latest version number of specific resource.
getLaunchType() - Method in interface jet.server.api.ActiveTaskRecord
Return the launch type of the active task.
getLaunchType() - Method in interface jet.server.api.CompletedTaskRecord
Return the launch type of the completed task.
getLaunchType() - Method in interface jet.server.api.monitor.FinishedReport
Returns the launch type of the report .
getLaunchType() - Method in interface jet.server.api.monitor.RunningReport
Returns the launch type of the task .
getLaunchTypeString(int) - Static method in class jet.cs.util.APIUtil
Get the launch type of display string through the launch type of scheduled tasks.
getLaunchTypeToString() - Method in interface jet.server.api.monitor.FinishedReport
Get the launch type of display string.
getLaunchTypeToString() - Method in interface jet.server.api.monitor.RunningReport
Get the launch type of display string.
getLdapSynchronization() - Method in interface jet.server.api.admin.cfg.ConfigurationLDAP
Deprecated. This method is not effective since V7.0
getLoadReport() - Method in class jet.bean.JRDirectViewer
 
getLoadReport() - Method in class jet.bean.JRPrepareViewer
 
getLoadReport() - Method in class jet.bean.JRRunViewer
 
getLoadReport() - Method in interface jet.server.api.engine.ReportEngine
Gets the load report flag.
getLocalMember() - Method in interface jet.server.api.cluster.ClusterService
Returns the local member.
getLocalMember() - Method in interface jet.server.api.rmi.cluster.RemoteClusterService
Returns the local member.
getLocale() - Method in class jet.bean.JRCltPreViewer
Gets the locale.
getLocale() - Method in class jet.bean.JRDirectViewer
Gets the locale.
getLocale() - Method in class jet.bean.JRPrepareViewer
Gets the locale.
getLocale() - Method in class jet.bean.JRRunViewer
Gets the locale.
getLocale() - Method in interface jet.server.api.engine.ReportEngine
Gets locale
getLockNumber() - Method in interface jet.server.api.admin.ConnectionInformation
Gets sharing count of a certain connection.
getLogInfoAfterService(ServletRequest, ServletResponse) - Static method in class jet.server.api.http.HttpUtil
Get the debug info related to a ServletResponse object for the access.log.
getLogInfoBeforeService(ServletRequest, ServletResponse) - Static method in class jet.server.api.http.HttpUtil
Get the debug info related to a ServletRequest object for the access.log.
getLogLevel(int) - Method in interface jet.server.api.admin.cfg.ConfigurationLog
Return the level of log.
getLogLevelList() - Method in interface jet.server.api.admin.cfg.ConfigurationLog
Return the list of level.
getLogToFilename(int) - Method in interface jet.server.api.admin.cfg.ConfigurationLog
Return the filename if log to file.
getLogToType(int) - Method in interface jet.server.api.admin.cfg.ConfigurationLog
Return the type of log to.
getLogicalFolderAndName(String) - Static method in class jet.cs.util.APIUtil
return logical folder and file name
getLong() - Method in interface jet.server.api.db.FieldValue
 
getLong(int) - Method in interface jet.server.api.db.Recordset
 
getLong(String) - Method in interface jet.server.api.db.Recordset
 
getMIMEType(String) - Method in interface jet.server.api.ResourceManager
Get the MIME type of a file extension.
getMIMEType(String) - Method in interface jet.server.api.rmi.RemoteResourceManager
Get the MIME type of a file extension.
getMailAddress(String, String) - Method in interface jet.server.api.UserMailList
Get user's mail address specified by "realmName" and "userName".
getMailBox() - Method in interface jet.server.api.admin.ClusterAdminService
Return the mail form address.
getMailBox() - Method in interface jet.server.api.admin.cfg.ConfigurationMail
Return the mail form address.
getMailFormats() - Method in interface jet.server.api.admin.ClusterAdminService
Return the all mail formats .
getMailFormats() - Method in interface jet.server.api.admin.cfg.ConfigurationMail
Return the all mail formats .
getMailList() - Method in interface jet.server.userman.UserAuthenticator
Get the user mail list.
getMailPort() - Method in interface jet.server.api.admin.ClusterAdminService
Return the smtp mail server 's port.
getMailPort() - Method in interface jet.server.api.admin.cfg.ConfigurationMail
Return the smtp mail server 's port.
getMailServer() - Method in interface jet.server.api.admin.ClusterAdminService
Return the smtp mail server 's name.
getMailServer() - Method in interface jet.server.api.admin.cfg.ConfigurationMail
Return the smtp mail server 's name.
getMainPage(String) - Method in interface jet.web.dhtml.DHTMLToolkit
Gets the content of DHTML mainpage.
getMainPage() - Method in interface jet.web.dhtml.SimpleDHtmlAPI
Get the path and filename of user main page.
getMainPageHeader(String, String, int, int) - Method in interface jet.web.dhtml.DHTMLToolkit
Gets the content of DHTML mainpage pageheader.
getMaxCacheCatalogSize() - Method in interface jet.server.api.admin.cfg.ConfigurationCache
Return the max number of catelogs to be cached.
getMaxCacheReportSize() - Method in interface jet.server.api.admin.cfg.ConfigurationCache
Return max number of reports to be cached.
getMaxCompletedRecordCount() - Method in interface jet.server.api.admin.cfg.ConfigurationAdvanced
return the max complete record count
getMaxConcurrent() - Method in interface jet.web.dhtml.SimpleDHtmlAPI
 
getMaxConcurrentReports() - Method in interface jet.server.api.cluster.ReportMember
Returns the number of max concurrent reports.
getMaxCount() - Method in interface jet.server.api.admin.ConnectionInformation
Gets the maximal connection count of a certain connection.
getMaxInactiveInterval() - Method in interface jet.server.api.UserSession
Return the max inactive interval of the session.
getMaxKeepTime() - Method in interface jet.server.api.monitor.FinishedReportTable
 
getMaxLimit(Locale) - Method in interface jet.server.api.ParamInfo
Return the max limit of the parameter value.
getMaxLimit(Locale) - Method in interface jet.server.api.rmi.RemoteParamInfo
Return the max limit of the parameter value.
getMaxMailSize() - Method in interface jet.server.api.admin.cfg.ConfigurationMail
Get the mail's maximum size
getMaxNumberOfConnection() - Method in interface jet.server.api.admin.cfg.ConfigurationService
Return the maximum number of connections;
getMaxNumberOfHandler() - Method in interface jet.server.api.admin.cfg.ConfigurationService
Return the maximum number of handlers.
getMaxRetries() - Method in interface jet.server.api.admin.cfg.ConfigurationFax
 
getMaxSaveNumber() - Method in interface jet.server.api.monitor.FinishedReportTable
Get the max report number to save.
getMaxVersionAmount() - Method in interface jet.server.api.PathInfo
Get max version amount of resource, if the node which this PathInfo object represented is not a resource, return -1;
getMediaTray() - Method in interface jet.server.api.RptServer
Get names of printer trays.
getMediaTray() - Method in interface jet.server.api.rmi.RemoteRptServer
Get names of printers and trays.
getMember() - Method in interface jet.server.api.cluster.ClusterService
Selects a member by a load balancer.
getMember() - Method in interface jet.server.api.rmi.cluster.RemoteClusterService
Selects a member by a load balancer.
getMemberMonitor(String, String) - Method in interface jet.server.api.monitor.ClusterMonitor
get member monitor in the cluster server.
getMemberMonitor(Member) - Method in interface jet.server.api.monitor.ClusterMonitor
get member monitor in the cluster server.
getMenu(String, String, int, int) - Method in interface jet.web.dhtml.DHTMLToolkit
Gets the content of DHTML menu.
getMenu(String, String, int, int, int, int, int) - Method in interface jet.web.dhtml.DHTMLToolkit
Gets the content of DHTML Menu.
getMenu(String, String, int) - Method in interface jet.web.dhtml.DHTMLToolkit
Gets the content of DHTML menu.
getMessage() - Method in class jet.server.api.exception.UnknownMIMEType
 
getMessage() - Method in class jet.server.api.exception.UnknownResource
 
getMinLimit(Locale) - Method in interface jet.server.api.ParamInfo
Return the max limit of the parameter value.
getMinLimit(Locale) - Method in interface jet.server.api.rmi.RemoteParamInfo
Return the max limit of the parameter value.
getMinimumSize() - Method in class jet.bean.JRClientViewer
 
getMinimumSize() - Method in class jet.bean.JRCltPreViewer
 
getMinimumSize() - Method in class jet.bean.JRDirectViewer
 
getMinimumSize() - Method in class jet.bean.JRRunViewer
 
getModemClass() - Method in interface jet.server.api.admin.cfg.ConfigurationFax
 
getModifiedGroupList() - Method in interface jet.server.api.admin.cfg.SynchronizationResult
 
getModifiedRolesList() - Method in interface jet.server.api.admin.cfg.SynchronizationResult
 
getModifiedUsersList() - Method in interface jet.server.api.admin.cfg.SynchronizationResult
 
getMonitorMaxMinuteSaveReport() - Method in interface jet.server.api.monitor.MonitorSetting
get value for Maximum time(minute) to Save Report
getMonitorMaxNumberSaveReport() - Method in interface jet.server.api.monitor.MonitorSetting
get value for Maximum Number to Save Report
getMonitorMemberHost() - Method in interface jet.server.api.monitor.ClusterMonitor
get monitor member's host name.
getMonitorMemberPort() - Method in interface jet.server.api.monitor.ClusterMonitor
get monitor member's port.
getMonitorNumberSaveReport() - Method in interface jet.server.api.monitor.MonitorSetting
get value for Number to Save Report
getMonitorOverTimeRunning() - Method in interface jet.server.api.monitor.MonitorSetting
get value for define Over Time Running
getMonitorRefreshInterval() - Method in interface jet.server.api.monitor.MonitorSetting
get value for server Monitor Refresh Interval
getMonitorService() - Method in interface jet.server.api.RptServer
Get the monitor service of the server.
getMonitorService() - Method in interface jet.server.api.rmi.RemoteRptServer
Get the monitor service of the server.
getMonitorSetting() - Method in interface jet.server.api.monitor.MonitorService
get MonitorSetting in this clustered server.
getMonitorUser() - Method in interface jet.server.api.monitor.MonitorService
get be monitoring the user in this server.
getName() - Method in interface jet.server.api.ParamInfo
Return the name of the parameter.
getName() - Method in interface jet.server.api.PathInfo
Return the resource name.
getName(String) - Method in interface jet.server.api.RemoteFileService
Returns the name of the file or directory denoted by this pathname.
getName() - Method in interface jet.server.api.admin.ResourceNodeInfo
Get the node's name
getName() - Method in interface jet.server.api.db.DBObject
Returns the name of the DBObject.
getName() - Method in interface jet.server.api.rmi.RemoteParamInfo
Return the name of the parameter.
getNameWithoutExt(String) - Static method in class jet.cs.util.APIUtil
Remove a filename's extension and path
getNavibar(String, String, int, int) - Method in interface jet.web.dhtml.DHTMLToolkit
Gets the content of DHTML Toolbar.
getNavibar(String, String, int, int, int, int, int) - Method in interface jet.web.dhtml.DHTMLToolkit
Gets the content of DHTML Navigation bar.
getNewOpenedRuntimeId(String) - Method in interface jet.web.dhtml.SimpleDHtmlAPI
Get all the report keys in the session
getNotifyServerDownAddress() - Method in interface jet.server.api.admin.ClusterAdminService
Set the target address of mail for notification mail after a server in cluster down.
getOndemandID() - Method in interface jet.server.api.OndemandReportRecord
Get the ondemand report record id.
getOndemandReportManager() - Method in interface jet.server.api.RptServer
Gets OndemandReportManager.
getOndemandReportManager() - Method in interface jet.server.api.rmi.RemoteRptServer
Gets OndemandReportManager.
getOndemandReportRecord(String) - Method in interface jet.server.api.OndemandReportManager
Gets the ondemand report record of the temporary result.
getOndemandReportRecord(String) - Method in interface jet.server.api.rmi.RemoteOndemandReportManager
Gets the ondemand report record of the temporary result.
getOndemandReports(String) - Method in interface jet.server.api.OndemandReportManager
Gets ondemand report records registered by the user.
getOndemandReports(String) - Method in interface jet.server.api.rmi.RemoteOndemandReportManager
Gets ondemand report records registered by the user.
getOpenedReports(String) - Method in interface jet.web.dhtml.SimpleDHtmlAPI
Gets the number of opened reports.
getOrderOfParams() - Method in interface jet.server.api.ReportInfo
Return order of parameters of the report.
getOrderOfParams() - Method in interface jet.server.api.rmi.RemoteReportInfo
Return order of parameters of the report.
getOriginalThrowable() - Method in class jet.server.api.RptServerException
Get the original Throwable object.
getOriginalThrowable() - Method in class jet.server.api.cluster.ClusterException
Get the original Throwable object.
getOriginalThrowable() - Method in class jet.server.api.exception.NoPrivilegeException
Get the original Throwable object.
getOutTypeList() - Method in interface jet.server.api.admin.cfg.ConfigurationLog
Return the list of out log type .
getOverTimeRunningReports(long) - Method in interface jet.server.api.monitor.RunningReportTable
Gets running report when the timeouts reaches.
getOverTimeRunningReports(long, String) - Method in interface jet.server.api.monitor.RunningReportTable
Gets running report by the user when the timeouts reaches.
getPDFFilename() - Method in interface jet.server.api.ExportedFileList
Get the exported PDF filename in a temp directory.
getPSFilename() - Method in interface jet.server.api.ExportedFileList
Get the exported PS filename in a temp directory.
getPageCloseBtn(String, String, int, boolean) - Method in interface jet.web.dhtml.DHTMLToolkit
 
getPageFilterBtn(String, String, int) - Method in interface jet.web.dhtml.DHTMLToolkit
 
getPageHelpBtn(String, String, int) - Method in interface jet.web.dhtml.DHTMLToolkit
 
getPageLockBtn(String, String, int) - Method in interface jet.web.dhtml.DHTMLToolkit
 
getPageMenuBtn(String, String, int) - Method in interface jet.web.dhtml.DHTMLToolkit
customize mainpage components
getPageNavBtn(String, String, int) - Method in interface jet.web.dhtml.DHTMLToolkit
 
getPageNumbers() - Method in interface jet.server.api.engine.ReportEngine
Gets the page numbers of page level security.
getPageOrientation() - Method in class jet.bean.JRDirectViewer
Gets the page orientation.
getPageOrientation() - Method in class jet.bean.JRRunViewer
Gets the page orientation.
getPageOrientation() - Method in interface jet.server.api.engine.ReportEngine
Gets the page orientation.
getPagePrintBtn(String, String, int) - Method in interface jet.web.dhtml.DHTMLToolkit
 
getPageRefreshBtn(String, String, int) - Method in interface jet.web.dhtml.DHTMLToolkit
 
getPageResetBtn(String, String, int) - Method in interface jet.web.dhtml.DHTMLToolkit
 
getPageSaveBtn(String, String, int) - Method in interface jet.web.dhtml.DHTMLToolkit
 
getPageSearchBtn(String, String, int) - Method in interface jet.web.dhtml.DHTMLToolkit
 
getPageSortBtn(String, String, int) - Method in interface jet.web.dhtml.DHTMLToolkit
 
getPageTocBtn(String, String, int) - Method in interface jet.web.dhtml.DHTMLToolkit
 
getPageZoomSelect(String, String, int) - Method in interface jet.web.dhtml.DHTMLToolkit
 
getParamDescs() - Method in interface jet.server.api.engine.ReportEngine
Get all objects of ParamDesc the report.
getParamEngineId() - Method in interface jet.server.api.ReportInfo
Return the ID of engine which generates parameters.
getParamEngineId() - Method in interface jet.server.api.rmi.RemoteReportInfo
Return the ID of engine which generates parameters.
getParamFile() - Method in interface jet.server.api.ActiveTaskRecord
Returns the report parameter file of the task and display it.
getParamFile() - Method in interface jet.server.api.CompletedTaskRecord
Return the parameter filename of the report of the completed task.
getParamFile() - Method in interface jet.server.api.ResultVersionRecord
Return the parameter filename of the result version.
getParamFile() - Method in interface jet.server.api.engine.ReportEngine
Sets the name of the parameter values file.
getParamFile() - Method in interface jet.server.api.monitor.FinishedReport
Return the parameter filename of the report.if no any parameter,return null.
getParamFile() - Method in interface jet.server.api.monitor.RunningReport
Return the parameter file name with directory.
getParamInfos() - Method in interface jet.server.api.ReportInfo
Return parameters of the report.
getParamInfos() - Method in interface jet.server.api.rmi.RemoteReportInfo
Return parameters of the report.
getParamInfosByParam(String, String, String) - Method in interface jet.server.api.ReportInfo
Return parameters of the report according to a certain parameter and the value of the parameter.
getParamInfosByParam(String, String, String) - Method in interface jet.server.api.rmi.RemoteReportInfo
Return parameters of the report according to a certain parameter and the value of the parameter.
getParamToSubRpt() - Method in interface jet.server.api.engine.ReportEngine
Get the parameter name to the subreport name relationship.
getParamValues() - Method in interface jet.server.api.engine.ReportEngine
Gets the parameter values of the report.
getParameters() - Method in class jet.bean.JRRunViewer
Gets the parameter value(s) of the report.
getParameters() - Method in interface jet.server.api.LargeReportRecord
Return the parameter properties.
getParameters() - Method in interface jet.server.api.OndemandReportRecord
Return the parameter properties.
getParameters(HttpServletRequest) - Static method in class jet.server.api.http.BaseHttpUtil
Gets the parameter values from the HttpServletRequest object.
getParent(String) - Method in interface jet.server.api.RemoteFileService
Returns the pathname string of this pathname's parent, or null if this pathname does not name a parent directory.
getParentPath() - Method in interface jet.server.api.PathInfo
Return the resource parent path.
getParentRolesByUser(String, String, String) - Method in interface jet.server.api.admin.SecurityAdminService
Get roles which specific user has
getParentTable() - Method in interface jet.server.api.db.Field
Retrieves the parent table of this field.
getParentTable() - Method in interface jet.server.api.db.Unique
Retrieves the parent table of this unique.
getPassword() - Method in class jet.bean.JRClientViewer
Gets the password to log in JReport Enterprise Server.
getPassword() - Method in class jet.bean.JRCltPreViewer
Gets the password to log in JReport Enterprise Server.
getPassword() - Method in class jet.bean.JRDirectViewer
Gets the password to log in JReport Enterprise Server.
getPassword() - Method in class jet.bean.JRPrepareViewer
Gets the password to log in JReport Enterprise Server.
getPassword() - Method in class jet.bean.JRRunViewer
Gets the password to log in JReport Enterprise Server.
getPassword() - Method in interface jet.server.api.admin.cfg.ConfigurationLDAPServer
Return Password for LDAP.
getPassword(String, String) - Method in interface jet.server.userman.UserAuthenticator
Get the user password
getPath() - Method in interface jet.server.api.PathInfo
Return the resource path.
getPath() - Method in interface jet.web.dhtml.SimpleDHtmlAPI
Gets the parent dir of rscUri dir.
getPathAndName(String) - Static method in class jet.cs.util.APIUtil
Get the path name and its parent path of the url path.
getPathInfo(String, String) - Method in interface jet.server.api.ResourceManager
Get PathInfo.
getPathInfo(String, String) - Method in interface jet.server.api.rmi.RemoteResourceManager
Get PathInfo.
getPdfFileName() - Method in interface jet.server.api.ResultFiles
Get pdf format result file name.
getPerformancePriority() - Method in interface jet.server.api.cluster.ReportMember
Returns the performance priority of the cluster server
getPermissions(String, String, int) - Method in interface jet.server.api.ResourceManager
Get defined permissions of users that attached to specific path
getPermissions(String, String, int) - Method in interface jet.server.api.rmi.RemoteResourceManager
Get defined permissions of users that attached to specific path
getPopupParamDialog() - Method in class jet.bean.JRCltPreViewer
Gets the status whether to pop up the parameter dialog when running a report.
getPopupParamDialog() - Method in class jet.bean.JRPrepareViewer
Gets the status whether to pop up the parameter dialog or not when running a report.
getPort() - Method in class jet.bean.JRClientViewer
Gets the port number.
getPort() - Method in class jet.bean.JRCltPreViewer
Gets the port number.
getPort() - Method in class jet.bean.JRDirectViewer
Gets the port number.
getPort() - Method in class jet.bean.JRPrepareViewer
Gets the port number.
getPort() - Method in class jet.bean.JRRunViewer
Gets the port number.
getPort() - Method in interface jet.server.api.admin.cfg.ConfigurationFax
 
getPort(int, String) - Method in interface jet.server.api.admin.cfg.ConfigurationLog
Return the port .
getPort() - Method in interface jet.server.api.admin.cfg.ConfigurationService
Returns the service port of service configuration on specified network address;
getPort() - Method in interface jet.server.api.cluster.Member
Returns the port number of the member server.
getPostScriptFileName() - Method in interface jet.server.api.ResultFiles
Get Post Script format result file name.
getPredefinedServers() - Method in interface jet.server.api.admin.ClusterAdminService
Get all server list that predefined.
getPredefinedServers() - Method in interface jet.server.api.rmi.ReportServerRMIWrapper
Get all server list that predefined.
getPreferredSize() - Method in class jet.bean.JRClientViewer
 
getPreferredSize() - Method in class jet.bean.JRCltPreViewer
 
getPreferredSize() - Method in class jet.bean.JRDirectViewer
 
getPreferredSize() - Method in class jet.bean.JRRunViewer
 
getPreloadCatalogClass() - Method in interface jet.server.api.admin.cfg.ConfigurationPerformance
Return if Preload Catalog Class.
getPreloadCatalogsName() - Method in interface jet.server.api.admin.cfg.ConfigurationPerformance
Return Catalog's full name which need to preload.
getPreloadEngineClass() - Method in interface jet.server.api.admin.cfg.ConfigurationPerformance
Return if Preload Engine Class.
getPreloadReportClass() - Method in interface jet.server.api.admin.cfg.ConfigurationPerformance
Return if Preload Report Class.
getPreloadReportsName() - Method in interface jet.server.api.admin.cfg.ConfigurationPerformance
Return Report file's full name which need to preload.
getPrintDialogAct() - Method in interface jet.web.dhtml.DHTMLToolkit
Gets the command string of the "show Print Dialog" action.
getPrintObject(String, int) - Method in interface jet.web.dhtml.DHTMLToolkit
Gets the print object.
getPrintStatus() - Method in class jet.bean.JRDirectViewer
Gets the print status after printing.
getPrintStatus() - Method in class jet.bean.JRRunViewer
Gets the print status after printing.
getPrintStatus() - Method in interface jet.server.api.engine.ReportEngine
Get print status after printing.
getPrinters() - Method in interface jet.server.api.RptServer
Get names of printers.
getPrinters() - Method in interface jet.server.api.rmi.RemoteRptServer
Get names of printers.
getPrivilegedGroups(String, String, String) - Method in interface jet.server.api.admin.SecurityAdminService
get all groups who have the privilege
getPrivilegedRoles(String) - Method in interface jet.server.api.admin.SecurityAdminService
Deprecated. Server V7.1 replaced by getPrivilegedRoles(String realmName, String submitter, String privilege,) throws NoSuchRealmException;.
getPrivilegedRoles(String, String, String) - Method in interface jet.server.api.admin.SecurityAdminService
get all roles who have the privilege
getPrivilegedUsers(String) - Method in interface jet.server.api.admin.SecurityAdminService
Deprecated. Server V7.1 replaced by getPrivilegedUsers(String realmName, String submitter, String privilege,) throws NoSuchRealmException;.
getPrivilegedUsers(String, String, String) - Method in interface jet.server.api.admin.SecurityAdminService
get all users who have the privilege
getProductLicense() - Static method in class jet.server.api.http.HttpUtil
get license of server product
getProductSystemInfo() - Static method in class jet.server.api.http.HttpUtil
get system information of server product
getProductSystemProp() - Static method in class jet.server.api.http.HttpUtil
get system properties of server product
getProductVersionInfo() - Static method in class jet.server.api.http.HttpUtil
get version information of server product
getPrompt() - Method in interface jet.server.api.ParamInfo
Return the prompt message of the parameter.
getPrompt() - Method in interface jet.server.api.rmi.RemoteParamInfo
Return the prompt message of the parameter.
getProperties() - Method in interface jet.server.api.admin.cfg.ConfigurationLDAPServer
 
getProperties() - Method in interface jet.server.api.db.DBObject
Determines the current DBObject properties.
getProperty(String) - Method in interface jet.server.api.db.DBObject
Gets the DBObject property indicated by the specified key.
getProperty(String, String) - Method in interface jet.server.api.db.DBObject
Gets the DBObject property indicated by the specified key.
getProtections(String) - Method in interface jet.server.api.admin.SecurityAdminService
Deprecated. This method is not effective since V6.
getProxyHost() - Method in class jet.bean.JRDirectViewer
Returns the proxy host name or IP address.
getProxyHost() - Method in class jet.bean.JRPrepareViewer
Returns the proxy host name or IP address.
getProxyHost() - Method in class jet.bean.JRRunViewer
Returns the proxy host name or IP address.
getProxyPassword() - Method in class jet.bean.JRDirectViewer
Returns the password to log in the proxy server if needed.
getProxyPassword() - Method in class jet.bean.JRPrepareViewer
Returns the password to log in the proxy server if needed.
getProxyPassword() - Method in class jet.bean.JRRunViewer
Returns the password to log in the proxy server if needed.
getProxyPort() - Method in class jet.bean.JRDirectViewer
Returns the proxy port number.
getProxyPort() - Method in class jet.bean.JRPrepareViewer
Returns the proxy port number.
getProxyPort() - Method in class jet.bean.JRRunViewer
Returns the proxy port number.
getProxyUser() - Method in class jet.bean.JRDirectViewer
Returns the user name to log in the proxy server.
getProxyUser() - Method in class jet.bean.JRPrepareViewer
Returns the user name to log in the proxy server.
getProxyUser() - Method in class jet.bean.JRRunViewer
Returns the user name to log in the proxy server.
getPublishRptTaskDisplayName(Hashtable) - Static method in class jet.cs.util.APIUtil
Converts class name to string displays in task type column of schedule table.
getPublishType() - Method in interface jet.server.api.ActiveTaskRecord
Return the report publish type of the active task and display as "Task Type".
getPublishType() - Method in interface jet.server.api.monitor.FinishedReport
 
getPublishType() - Method in interface jet.server.api.monitor.RunningReport
Return the report publish type of the active task and display as "Task Type".
getQuery() - Method in interface jet.server.api.LargeReportRecord
Return the HTTP query for "To Applet".
getQuery() - Method in interface jet.server.api.OndemandReportRecord
Return the HTTP query for "To Applet".
getQueryBase(HttpServletRequest, boolean) - Static method in class jet.server.api.http.HttpUtil
Get the path of HttpServletRequest, including the servlet path for making HTTP query string.
getQueryBaseNoPath(HttpServletRequest, boolean) - Static method in class jet.server.api.http.HttpUtil
Get the servlet path for making HTTP query string.
getQueueSize() - Method in interface jet.web.dhtml.SimpleDHtmlAPI
 
getRSTFilename() - Method in interface jet.server.api.ExportedFileList
Get the exported report result(.rst) filename in a temp directory.
getRSTRemoteFullPath(String) - Method in interface jet.web.dhtml.SimpleDHtmlAPI
get the RST remote full path
getRTFFilenameList() - Method in interface jet.server.api.ExportedFileList
Get the exported RTF(Rich Text Format) filename list in a temp directory.
getRealPath() - Method in interface jet.server.api.PathInfo
Return the resource real path.
getRealPath() - Method in interface jet.server.api.VersionRecord
Get real path of the version file, it may be a real path of a report file or a catalog file.
getRealPath() - Method in interface jet.server.api.admin.ResourceNodeInfo
Get real path of the node.
getRealPathOfNode(String, String) - Method in interface jet.server.api.ResourceManager
Get real path property of a node, which is specifid by path
getRealPathOfNode(String, String) - Method in interface jet.server.api.rmi.RemoteResourceManager
Get real path property of a node, which is specifid by path
getRealm() - Method in interface jet.server.api.ResourceManager
Get the active realm.
getRealm() - Method in interface jet.server.api.UserSession
Return the realm that the user belong to.
getRealm() - Method in interface jet.server.api.rmi.RemoteResourceManager
Get the active realm.
getRealmDir() - Method in interface jet.server.api.ResourceManager
Get the directory of the active realm.
getRealmDir() - Method in interface jet.server.api.rmi.RemoteResourceManager
Get the directory of the active realm.
getRealmNames() - Method in interface jet.server.userman.UserAuthenticator
Get the realm list.
getRealms() - Method in interface jet.server.api.admin.cfg.ConfigurationService
Return Realm;
getReason() - Method in interface jet.server.api.engine.ReportEngine
Get the error reason after occur error.
getReason() - Method in interface jet.server.api.monitor.FinishedReport
Get the error reason after occur error of the report.if run success,return null.
getRecordLength() - Method in interface jet.server.api.engine.ReportEngine
Get the length of record
getReferGroups(String) - Method in interface jet.server.api.ResourceManager
Get groups which specific user referred, these groups contain specific user
getReferGroups(String) - Method in interface jet.server.api.rmi.RemoteResourceManager
Get groups which specific user referred, these groups contain specific user
getReferRoles(String) - Method in interface jet.server.api.ResourceManager
Get roles which specific user referred,
getReferRoles(String, String) - Method in interface jet.server.api.admin.SecurityAdminService
 
getReferRoles(String) - Method in interface jet.server.api.rmi.RemoteResourceManager
Get roles which specific user referred,
getReferUsers(String) - Method in interface jet.server.api.ResourceManager
Get users which specific user referred, these users have same role except administrator and everyone with specific user
getReferUsers(String, String) - Method in interface jet.server.api.admin.SecurityAdminService
 
getReferUsers(String) - Method in interface jet.server.api.rmi.RemoteResourceManager
Get users which specific user referred, these users have same role except administrator and everyone with specific user
getRefreshInterval(String) - Method in interface jet.web.dhtml.SimpleDHtmlAPI
Return the user expiring time, in seconds.
getRemoteAddress() - Method in interface jet.server.api.ServerInfo
Get the address indicate client sent request.
getRemoteFileSeparator() - Method in interface jet.server.api.RemoteFileService
Return the system-dependent path-separator character, represented as a string for convenience.
getRemoteFileService() - Static method in class jet.server.api.http.HttpUtil
 
getRemoteFileService(String, String) - Static method in class jet.server.api.rmi.RemoteReportServerToolkit
Get RemoteFileService instance by that running JReport server's host and rmi port
getRemoteHomePath() - Method in interface jet.server.api.RemoteFileService
Get the home path of the remote server.
getRemoteHost() - Method in interface jet.server.api.monitor.FinishedReport
Returns the remote host of the report.
getRemoteRptServer(String, String) - Static method in class jet.server.api.rmi.RemoteReportServerToolkit
Get remote interface attached on a JReport server by that running JReport server's host and rmi port
getRemoteWrappedAdminServer(String, String) - Static method in class jet.server.api.rmi.RemoteReportServerToolkit
Get remote wrapped JReport server connected to an admin server in a JReport cluster, if there is a existing remote wrapped server, which connects to an admin server of a cluster, this method will return this existing remote wrapped server, even though this existing server can not be spcefied by parameter "host" and "port".
getRemoteWrappedAdminServer(String, String, String) - Static method in class jet.server.api.rmi.RemoteReportServerToolkit
Get remote wrapped JReport server connected to an admin server in a JReport cluster, if there is a existing remote wrapped server, which connects to an admin server of a cluster, this method will return this existing remote wrapped server, even though this existing server can not be spcefied by parameter "host" and "port".
getRemoteWrappedRptServer(String, String) - Static method in class jet.server.api.rmi.RemoteReportServerToolkit
Get remote wrapped JReport server by a running JReport server's host and rmi port, use system property "user.dir" as log dir.
getRemoteWrappedRptServer(String, String, String) - Static method in class jet.server.api.rmi.RemoteReportServerToolkit
Get remote wrapped JReport server by a running JReport server's host and rmi port,
getRemovedGroupList() - Method in interface jet.server.api.admin.cfg.SynchronizationResult
 
getRemovedRolesList() - Method in interface jet.server.api.admin.cfg.SynchronizationResult
 
getRemovedUsersList() - Method in interface jet.server.api.admin.cfg.SynchronizationResult
 
getReport() - Method in interface jet.server.api.ActiveTaskRecord
Return the report name of the active task.
getReport() - Method in interface jet.server.api.ReportVersionRecord
Get report name which this version attachs to.
getReport() - Method in interface jet.server.api.monitor.FinishedReport
Returns the report name of the report.
getReport() - Method in interface jet.server.api.monitor.RunningReport
Returns the report name of the report.
getReportBrowser(String, String, int, int, int, int, int) - Method in interface jet.web.dhtml.DHTMLToolkit
Gets the content of DHTML Report Browser.
getReportBrowser(String, String, int, int, int, int, int, boolean, String) - Method in interface jet.web.dhtml.DHTMLToolkit
Gets the html which the DHTML's Report Browser
getReportCommunicator() - Method in interface jet.server.api.engine.ReportEngine
Gets Communicator object of report
getReportFile() - Method in interface jet.server.api.CompletedTaskRecord
Return the report name of the completed task.
getReportFile() - Method in interface jet.server.api.ResultVersionRecord
Get the report filename.
getReportHome() - Method in class jet.bean.JRClientViewer
Gets the report home path where the report.ini and other JReport system files exist.
getReportHome() - Method in interface jet.server.api.engine.ReportEngine
Gets the report home path where the report.ini and other JReport system files exist.
getReportHome() - Method in interface jet.server.api.http.CustomizedServerEnv
Gets the customized JREntServer report home.
getReportInfo(String, String, String) - Method in interface jet.server.api.RptServer
Gets ReportInfo of specific catalog and report.
getReportInfo(String, String, int, String, int) - Method in interface jet.server.api.RptServer
Gets ReportInfo of specific version of catalog and report.
getReportInfo(String, String, String) - Method in interface jet.server.api.rmi.RemoteRptServer
Gets ReportInfo.
getReportInfo(String, String, int, String, int) - Method in interface jet.server.api.rmi.RemoteRptServer
Gets ReportInfo of specific version of catalog and report.
getReportName() - Method in class jet.bean.JRCltPreViewer
Gets the report name relative to the catalog directory in JReport Enterprise Server.
getReportName() - Method in class jet.bean.JRDirectViewer
Gets the report name.
getReportName() - Method in class jet.bean.JRPrepareViewer
Gets the report name.
getReportName() - Method in class jet.bean.JRRunViewer
Gets the report name.
getReportName() - Method in interface jet.server.api.LargeReportRecord
Return the report name.
getReportName() - Method in interface jet.server.api.OndemandReportRecord
Return the report name.
getReportName() - Method in interface jet.server.api.engine.ReportEngine
Gets the name of report.
getReportName(String, int) - Method in interface jet.web.dhtml.SimpleDHtmlAPI
Gets the report name by index.
getReportParams() - Method in class jet.bean.JRCltPreViewer
Gets the parameters of the current report.
getReportParams() - Method in class jet.bean.JRPrepareViewer
Gets the parameters of the current report.
getReportParams(String, String, String, boolean) - Method in interface jet.server.api.engine.ReportEngine
Gets parameters related to the parameter specified by param and value.
getReportParams(String, boolean) - Method in interface jet.server.api.engine.ReportEngine
Gets all parameters in this report.
getReportParams(String) - Method in interface jet.server.api.engine.ReportEngine
Gets all parameters in this report.
getReportResultLife() - Method in interface jet.server.api.admin.cfg.ConfigurationAdvanced
Return Report Result Life.
getReportScroll(String) - Method in interface jet.web.dhtml.SimpleDHtmlAPI
Gets the report frame scrollbar type.
getReportTabbar(String, String, int, int, int, int) - Method in interface jet.web.dhtml.DHTMLToolkit
Gets the content of DHTML Report tab bar.
getReportTimeout(String) - Method in interface jet.web.dhtml.SimpleDHtmlAPI
Get the report expiring time, in seconds.
getReportVersion(String, String, int) - Method in interface jet.server.api.ResourceManager
Get a version of specific report by version number.
getReportVersion(String, String, int) - Method in interface jet.server.api.rmi.RemoteResourceManager
Get a version of specific report by version number.
getReportVersionNumber() - Method in interface jet.server.api.OndemandReportRecord
Get report version number, it indicate which version of the report is used.
getReportVersions(String, String) - Method in interface jet.server.api.ResourceManager
Get versions of specific report.
getReportVersions(String, String) - Method in interface jet.server.api.rmi.RemoteResourceManager
Get versions of specific report.
getReportWaitTimeouts() - Method in interface jet.server.api.WebPageOptions
 
getReportWaitTimeouts() - Static method in class jet.server.api.http.HttpUtil
Get the timeouts of waiting report in millisecond.
getReports() - Method in class jet.bean.JRPrepareViewer
Returns all reports under the current catalog directory in JReport Enterprise Server.
getReports(String, String) - Method in interface jet.server.api.ResourceManager
Deprecated. As of version 6, it has replaced by getReportsInPath().
getReports(String, String) - Method in interface jet.server.api.rmi.RemoteResourceManager
Get reports of a catalog.
getReportsId(String) - Method in interface jet.web.dhtml.SimpleDHtmlAPI
Get all the report id in the session
getReportsInPath(String, String) - Method in interface jet.server.api.ResourceManager
Get reports in a resource path.
getReportsInPath(String, String) - Method in interface jet.server.api.rmi.RemoteResourceManager
Get reports in a resource path.
getRequestURL() - Method in interface jet.server.api.ServerInfo
Get the request URL.
getRequiredHTML(String) - Method in interface jet.web.dhtml.DHTMLToolkit
Gets the Required HTML information,include js file,css file and some System Information.
getResourceAdminService() - Method in interface jet.server.api.admin.AdminService
Get ResourceAdminService.
getResourceManager() - Method in interface jet.server.api.RptServer
Gets ResourceManager.
getResourceManager() - Method in interface jet.server.api.rmi.RemoteRptServer
Gets ResourceManager.
getResourceManager() - Method in interface jet.web.dhtml.DHtmlAPI
Gets the Resource Manager.
getResourceNodeInfo(String, String) - Method in interface jet.server.api.admin.ResourceAdminService
Deprecated. As of version 6, it has not effective.
getResourcePath() - Method in interface jet.server.api.VersionRecord
Return the resource path.
getResult() - Method in interface jet.server.api.LargeReportRecord
Return the report result.
getResult() - Method in interface jet.server.api.OndemandReportRecord
Return the report result.
getResultDocVersion(String, String, int) - Method in interface jet.server.api.ResourceManager
Get version of specific result doc by version number.
getResultDocVersion(String, String, int) - Method in interface jet.server.api.rmi.RemoteResourceManager
Get version of specific result doc by version number.
getResultDocVersions(String, String) - Method in interface jet.server.api.ResourceManager
Get versions of specific result doc.
getResultDocVersions(String, String) - Method in interface jet.server.api.rmi.RemoteResourceManager
Get versions of specific result doc.
getResultFile() - Method in interface jet.server.api.ResultVersionRecord
Deprecated. replaced by getAllResultFiles()
getResultFile() - Method in interface jet.server.api.engine.ReportEngine
Gets the name of the result file which will be generated by JReport Engine Bean.
getResultFile() - Method in interface jet.server.api.monitor.FinishedReport
Gets the name of the result file of the report.if no result file return null.
getResultFileNames() - Method in interface jet.server.api.ResultFiles
Get all format result file names.
getResultMaxVersionAmount(String, String) - Method in interface jet.server.api.ResourceManager
getet max version limited amount for specific report's result.
getResultMaxVersionAmount(String, String) - Method in interface jet.server.api.rmi.RemoteResourceManager
Get max version limited amount for specific report's result.
getResultName() - Method in class jet.server.api.RunReportTimeoutException
Return the result name to check/wait the result ready.
getResultPath() - Method in interface jet.server.api.OndemandReportRecord
Get path that represent a result doc, if this ondemand report record represent a result doc.
getResultSet(String) - Method in interface jet.server.api.engine.ReportEngine
Gets the cach query result set of the report which the engine will run.
getResultType(String, int) - Static method in class jet.server.api.http.BaseHttpUtil
 
getResultVersion(String, String, int) - Method in interface jet.server.api.ResourceManager
Get a result version attach to specific report by version number.
getResultVersion(String, String, int) - Method in interface jet.server.api.rmi.RemoteResourceManager
Get a result version attach to specific report by version number.
getResultVersionByNodeID(String) - Method in interface jet.server.api.ResourceManager
Get a result version by node id
getResultVersionByNodeID(String) - Method in interface jet.server.api.rmi.RemoteResourceManager
Get a result version by node id
getResultVersionNumber() - Method in interface jet.server.api.OndemandReportRecord
Get the result doc version number that this ondemand report record represents.
getResultVersionRecords(String, String) - Method in interface jet.server.api.ResultVersionTable
Deprecated. As of JREntServer version 4.1, replaced by getResultVersionRecordsByCatalogReport(String userID, String catalog, String report).
getResultVersionRecords(String, String, String) - Method in interface jet.server.api.ResultVersionTable
Deprecated. As of JREntServer version 4.1, replaced by getResultVersionRecords(String userID, String catalog, String report, String submitter).
getResultVersionRecords(String, String, String, String) - Method in interface jet.server.api.ResultVersionTable
Get result versions through the catalog, the report and the submitter.
getResultVersionRecords(String, String) - Method in interface jet.server.api.rmi.RemoteResultVersionTable
Deprecated. As of JREntServer version 4.1, replaced by getResultVersionRecordsByCatalogReport(String userID, String catalog, String report).
getResultVersionRecords(String, String, String) - Method in interface jet.server.api.rmi.RemoteResultVersionTable
Deprecated. As of JREntServer version 4.1, replaced by getResultVersionRecords(String userID, String catalog, String report, String submitter).
getResultVersionRecords(String, String, String, String) - Method in interface jet.server.api.rmi.RemoteResultVersionTable
Get result versions through the catalog, the report and the submitter.
getResultVersionRecordsByCatalogReport(String, String, String) - Method in interface jet.server.api.ResultVersionTable
Get result versions through the catalog and the report.
getResultVersionRecordsByCatalogReport(String, String, String) - Method in interface jet.server.api.rmi.RemoteResultVersionTable
Get result versions through the catalog and the report.
getResultVersionTable() - Method in interface jet.server.api.RptServer
Get ResultVersionTable.
getResultVersionTable() - Method in interface jet.server.api.rmi.RemoteRptServer
Get ResultVersionTable.
getResultVersions(String, String) - Method in interface jet.server.api.ResourceManager
Get result versions attach to specific report.
getResultVersions(String, String) - Method in interface jet.server.api.rmi.RemoteResourceManager
Get result versions attach to specific report.
getResults() - Method in interface jet.server.api.CompletedTaskRecord
Return the report results of the completed task.
getResultsInPath(String, String) - Method in interface jet.server.api.ResourceManager
Get results in a resource path.
getResultsInPath(String, String) - Method in interface jet.server.api.rmi.RemoteResourceManager
Get results in a resource path.
getRole(String, String, String) - Method in interface jet.server.api.admin.SecurityAdminService
Get a role specified by roleName.
getRoleMemberCount(String, String) - Method in interface jet.server.api.admin.SecurityAdminService
Get member count in a role.
getRolePrivileges(String) - Method in interface jet.server.api.admin.SecurityAdminService
Deprecated. Server V7.1 replaced by getRolePrivileges(String realmName, String submitter, String roleName,) throws NoSuchRoleException, NoSuchRealmException;.
getRolePrivileges(String, String, String) - Method in interface jet.server.api.admin.SecurityAdminService
get user's privileges
getRoles() - Method in interface jet.server.api.SecurityContext
Return roles the user belong to.
getRolesByGroup(String, String, String) - Method in interface jet.server.api.admin.SecurityAdminService
Get parent roles' names from the group
getRolesByUser(String, String) - Method in interface jet.server.api.ResourceManager
Get roles which specific user has
getRolesByUser(String, String) - Method in interface jet.server.api.rmi.RemoteResourceManager
Get roles which specific user has
getRolloverSize(int) - Method in interface jet.server.api.admin.cfg.ConfigurationLog
Return the rollover file size.
getRoot() - Method in interface jet.server.api.ResourceManager
Get the resource root directory of the report server.
getRoot() - Method in interface jet.server.api.admin.cfg.ConfigurationLDAPServer
Return LDAP root.
getRoot() - Method in interface jet.server.api.rmi.RemoteResourceManager
Get the resource root directory of the report server.
getRootUsers() - Method in interface jet.server.api.admin.cfg.ConfigurationLDAPServer
Return root users .
getRptDescs() - Method in interface jet.server.api.engine.ReportEngine
return current universe's report Description, key is report file name(with" .cls"), value is the description.
getRptRelatedFiles(String) - Static method in class jet.cs.util.APIUtil
get reports, catalogs and sub-folders in a specific folder.
getRscPath() - Method in interface jet.web.dhtml.SimpleDHtmlAPI
Gets the RscPath.
getRscUri() - Method in interface jet.web.dhtml.SimpleDHtmlAPI
Gets the RscUri.
getRsdFileName() - Method in interface jet.server.api.ResultFiles
Get rsd format result file name.
getRstFileName() - Method in interface jet.server.api.ResultFiles
Get rst format result file name.
getRstFileName(String) - Method in interface jet.web.dhtml.SimpleDHtmlAPI
Gets the save result file name.
getRtfFileName() - Method in interface jet.server.api.ResultFiles
Get rtf format result file name.
getRunName() - Method in interface jet.server.api.monitor.FinishedReport
Get the name which provide JREngine in cluster server.
getRunName() - Method in interface jet.server.api.monitor.RunningReport
Get the name which provide JREngine in cluster server.
getRunPort() - Method in interface jet.server.api.monitor.FinishedReport
Get the port which provide JREngine in cluster server.
getRunPort() - Method in interface jet.server.api.monitor.RunningReport
Get the port which provide JREngine in cluster server.
getRunningReportByTaskID(String) - Method in interface jet.server.api.monitor.RunningReportTable
Gets running reports by the report taskID.
getRunningReportByUserID(String) - Method in interface jet.server.api.monitor.RunningReportTable
Gets running reports by the user.
getRunningReportTable() - Method in interface jet.server.api.monitor.MonitorService
get RunningReportTable in this clustered server.
getRunningReports() - Method in interface jet.server.api.monitor.RunningReportTable
Returns a vector of RunningReport that are the immediate sources of running report for this server.
getRuntimesId(String) - Method in interface jet.web.dhtml.SimpleDHtmlAPI
Get all the report keys in the session
getRuntimesId(String, String, String) - Method in interface jet.web.dhtml.SimpleDHtmlAPI
Get all the report keys in the session
getSID() - Method in interface jet.server.api.engine.ReportEngine
Gets security identifier of page level security.
getSQL() - Method in interface jet.server.api.engine.ReportEngine
Gets the sql statement of this report.
getSSL() - Method in class jet.bean.JRClientViewer
Get current SSL states
getSSL() - Method in class jet.bean.JRCltPreViewer
Get current SSL states
getSSL() - Method in class jet.bean.JRDirectViewer
Get current SSL states
getSSL() - Method in class jet.bean.JRPrepareViewer
Get current SSL states
getSSL() - Method in class jet.bean.JRRunViewer
Get current SSL states
getSalutation() - Method in interface jet.server.api.SecurityContext
Return the salutation of the user(e.g., Mr., Mrs., etc).
getSaveAsDialogAct(String) - Method in interface jet.web.dhtml.DHTMLToolkit
Gets the command string of the "show Save as Dialog" action.
getSaveRstDialogAct(String) - Method in interface jet.web.dhtml.DHTMLToolkit
Gets the command string of the "show Save Result Dialog" action.
getSchedulePath() - Method in interface jet.server.api.ResourceManager
 
getSchedulePath() - Method in interface jet.server.api.rmi.RemoteResourceManager
Get the path of the Schedule.
getScheduleProperties() - Method in interface jet.server.api.ServerInfo
Get task's schedule properties, e.g.
getScheduleShouldRun() - Method in interface jet.server.api.admin.cfg.ConfigurationAdvanced
Return true if schedule should run if time has passed during the system crashing otherwise return false.
getScheduledTask(String) - Method in interface jet.server.api.RptServer
Get properties of a scheduled task through the task ID.
getScheduledTask(String) - Method in interface jet.server.api.rmi.RemoteRptServer
Get properties of a scheduled task through the task ID.
getScheduledTask(String) - Method in interface jet.server.api.rmi.ReportServerRMIWrapper
Get properties of a scheduled task through the task ID.
getScheduledTasks() - Method in interface jet.server.api.RptServer
Get scheduled tasks.
getScheduledTasks() - Method in interface jet.server.api.rmi.RemoteRptServer
Get scheduled tasks.
getScheduledTasks() - Method in interface jet.server.api.rmi.ReportServerRMIWrapper
Get scheduled tasks.
getScheduledTasksByUser(String) - Method in interface jet.server.api.RptServer
get scheduled tasks by submitter
getScheduledTasksByUser(String) - Method in interface jet.server.api.rmi.RemoteRptServer
get scheduled tasks by submitter.
getScriptsList() - Method in interface jet.server.api.RptServer
This method will get an array includes all sheduler script file name
getScriptsList() - Method in interface jet.server.api.rmi.RemoteRptServer
This method will get an array includes all sheduler script file name
getScrollbars() - Method in class jet.bean.JRRunViewer
Tell user there have scrollbars or not.
getSearchDialogAct(String) - Method in interface jet.web.dhtml.DHTMLToolkit
Gets the command string of the "show Search Dialog" action.
getSearchDisplayNameSortType(String) - Method in interface jet.web.dhtml.SimpleDHtmlAPI
Determines the sort type of search dialog column display name sort.
getSecurityAdminService() - Method in interface jet.server.api.admin.AdminService
Get SecurityAdminService.
getSecurityContext(String, String, String, int) - Method in interface jet.server.api.SecurityContextFactory
Return the SecurityContext of specified resource.
getServerEnv() - Method in interface jet.server.api.RptServer
Gets ServerEnv.
getServerName() - Method in class jet.bean.JRClientViewer
Gets the server name or IP address where the report runs.
getServerName() - Method in class jet.bean.JRCltPreViewer
Gets the server name or IP address where the report runs.
getServerName() - Method in class jet.bean.JRDirectViewer
Gets the server name or IP address where the report runs.
getServerName() - Method in class jet.bean.JRPrepareViewer
Gets the server name or IP address where the report runs.
getServerName() - Method in class jet.bean.JRRunViewer
Gets the server name or IP address where the report runs.
getServerName() - Method in interface jet.server.api.cluster.Member
Returns the member server name.
getServerProperties() - Method in interface jet.server.api.http.CustomizedServerEnv
Gets the properties which users want to merge to server.properties file.
getServerRMIPort() - Method in interface jet.server.api.admin.cfg.ConfigurationCluster
Return server RMI port;
getServiceOnAll() - Method in interface jet.server.api.admin.cfg.ConfigurationService
Return if Provide Service on All Network Addresses ;
getServletPath(HttpServletRequest) - Static method in class jet.server.api.http.HttpUtil
Get the servlet path.
getServletPropertyFileName() - Method in interface jet.server.api.admin.cfg.ConfigurationService
Return the servlet property file name;
getSetType() - Method in interface jet.server.api.db.Recordset
 
getShare() - Method in interface jet.server.api.admin.ConnectionInformation
Gets the maximal share count of a certain connection.
getShareHistoryDirectory() - Method in interface jet.server.api.admin.cfg.ConfigurationCluster
Return cluster cluster share history directory;
getSharePropertyDirectory() - Method in interface jet.server.api.admin.cfg.ConfigurationCluster
Return cluster share property directory;
getShareRealmDirectory() - Method in interface jet.server.api.admin.cfg.ConfigurationCluster
Return cluster share realm directory;
getShareTempDirectory() - Method in interface jet.server.api.admin.cfg.ConfigurationCluster
Return cluster cluster share temp directory;
getShort() - Method in interface jet.server.api.db.FieldValue
 
getShort(int) - Method in interface jet.server.api.db.Recordset
 
getShort(String) - Method in interface jet.server.api.db.Recordset
 
getSimpleDHtmlService() - Method in interface jet.server.api.RptServer
Gets SimpleDHtmlAPI.
getSimpleDHtmlService() - Method in interface jet.server.api.rmi.RemoteRptServer
Gets RemoteDHtmlAPI.
getSingleThread() - Method in interface jet.server.api.engine.ReportEngine
Checks current engine is whether single-thread.
getSize() - Method in interface jet.server.api.db.Field
Get the field's size of string.
getSortDisplayNameSortType(String) - Method in interface jet.web.dhtml.SimpleDHtmlAPI
Determines the sort type of sort panel column display name sort.
getSortPanel(String, String, int, int, int, int, int) - Method in interface jet.web.dhtml.DHTMLToolkit
Gets the content of DHTML Sort Panel.
getStackTraceString(Throwable) - Static method in class jet.cs.util.APIUtil
Get the stack trace string of a Throwable object.
getStartRunTime() - Method in interface jet.server.api.monitor.FinishedReport
Get start run time of the report in server.
getStartTime() - Method in interface jet.server.api.admin.ConnectionInformation
Gets last user connecting time of a certain connection..
getStartedTime() - Method in interface jet.server.api.ActiveTaskRecord
Return the start time of the active task.
getStartedTime() - Method in interface jet.server.api.LargeReportRecord
Return the started time of the report running.
getStartedTime() - Method in interface jet.server.api.OndemandReportRecord
Return the started time of the report running.
getStartedTime() - Method in interface jet.server.api.monitor.RunningReport
Returns the started time of the current running report.
getStatus() - Method in class jet.bean.JRClientViewer
Gets the status after an action.
getStatus() - Method in class jet.bean.JRCltPreViewer
Gets the status after an action.
getStatus() - Method in class jet.bean.JRDirectViewer
Gets the status after an action.
getStatus() - Method in class jet.bean.JRPrepareViewer
Gets the status after an action.
getStatus() - Method in class jet.bean.JRRunViewer
Gets the status after an action.
getStatus() - Method in interface jet.server.api.engine.ReportEngine
Gets the status after an action.
getString() - Method in interface jet.server.api.db.FieldValue
 
getString(int) - Method in interface jet.server.api.db.Recordset
 
getString(String) - Method in interface jet.server.api.db.Recordset
 
getStyle() - Method in class jet.bean.JRDirectViewer
Gets the style group.
getStyle() - Method in class jet.bean.JRRunViewer
Gets the style group.
getStyle() - Method in interface jet.web.dhtml.SimpleDHtmlAPI
Gets the style name list.
getStyleGroupInfos() - Method in interface jet.server.api.ReportInfo
Return style group of the report.
getStyleGroupInfos() - Method in interface jet.server.api.rmi.RemoteReportInfo
Return style group of the report.
getStyleGroupNames() - Method in interface jet.server.api.engine.ReportEngine
Get all style group names in template
getSubGroupsByGroup(String, String, String) - Method in interface jet.server.api.admin.SecurityAdminService
Get sub groups from the parent group
getSubRolesByRole(String, String, String) - Method in interface jet.server.api.admin.SecurityAdminService
Get the set of a role's sub roles.
getSubRscNodesInfo(String, String, int) - Method in interface jet.server.api.admin.ResourceAdminService
Deprecated. As of version 6, it has not effective.
getSubUsersByRole(String, String, String) - Method in interface jet.server.api.admin.SecurityAdminService
Get the set of a role's sub users
getSubUsersNameByRole(String, String, String) - Method in interface jet.server.api.admin.SecurityAdminService
Get the set of a role's sub users' names
getSubmitTime() - Method in interface jet.server.api.monitor.FinishedReport
Get submitted time of the report by client.
getSubmitedTime() - Method in interface jet.server.api.monitor.RunningReport
Returns the submit time of running report from client .
getSubmitter() - Method in interface jet.server.api.ActiveTaskRecord
Return the submitter of the active task.
getSubmitter() - Method in interface jet.server.api.CompletedTaskRecord
Return the submitter of the completed task.
getSubmitter() - Method in interface jet.server.api.ResultVersionRecord
Deprecated. As of version 6, replace by getCreator()