|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface RemoteConfigurationAdvanced
This interface define methods to manage advanced configuration of server remotely.
| Method Summary | |
|---|---|
int |
getAdminPort()
Deprecated. Since V8.1 replaced by ConfigurationService.getAdminPort(). |
boolean |
getConnectionKeepAlive()
Return true if connect and keep alive otherwise return false. |
boolean |
getEnablePublishTempToVersion()
Return true if Enable the publish to version system when view a report, otherwise return false. |
boolean |
getEnableSecurityCheck()
Return if Security Checking. |
java.lang.String |
getEngineDefaultLanguage()
Return the engine default language |
int |
getEnginePriority()
Return Engine Priority. |
java.lang.String |
getLinkedCatalog()
get linked catalog on server level |
int |
getMaxCompletedRecordCount()
return the max complete record count |
int |
getPermissionAlgorithmType()
Get the server permission algorithm. |
long |
getReportResultLife()
Return Report Result Life. |
boolean |
getScheduleShouldRun()
Return true if schedule should run if time has passed during the system crashing otherwise return false. |
int |
getTaskDurationCheckPeriod()
|
int |
getUserSessionTimeout()
Return User Session Timeout. |
int |
getViewReportTimeout()
Return View Report Timeout. |
boolean |
isEnableDispalyGroupPermissionUI()
Return the group's permission setting display UI is display or hide |
boolean |
isEnableDispalyRolePermissionUI()
Return the role's permission setting display UI is display or hide |
boolean |
isEnableDispalyUserPermissionUI()
Return the user's permission setting display UI is display or hide |
boolean |
isEnableDynamicResource()
|
boolean |
isEnableLinkedCatalog()
return whether enable linked catalog on server level |
boolean |
isEnableMultipleLogin()
return the server support same user name login multiple times or not. |
boolean |
isEnableRoleBasedAuthorization()
Indicate whether enable role based authorization or not |
boolean |
isEnableTaskDuration()
|
boolean |
isPromptActionQueueFull()
return whether enable prompt message when action queue is full. |
boolean |
isPromptTaskQueueFull()
return whether enable prompt message when task queue is full. |
void |
loadProperties()
set the properties of server |
void |
setAdminPort(int adminPort)
Deprecated. Since V8.1 replaced by ConfigurationService.setAdminPort(int adminPort). |
void |
setConnectionKeepAlive(boolean enableKeepAlive)
Set if connect and keep alive |
void |
setEnableDisplayGroupPermissionUI(boolean enableDispaly)
Set the groups' permission setting display or hide when customer set permission for other groups in web UI. |
void |
setEnableDisplayRolePermissionUI(boolean enableDispaly)
Set the roles' permission setting display or hide when customer set permission for other roles in web UI. |
void |
setEnableDisplayUserPermissionUI(boolean enableDispaly)
Set the users' permission setting display or hide when customer set permission for other users in web UI. |
void |
setEnableDynamicResource(boolean enableDynamicResource)
|
void |
setEnableLinkedCatalog(boolean enableLinkedCatalog)
set enable linked catalog on server level |
void |
setEnableMultipleLogin(boolean enableMultipleLogin)
set enable login with same user name or not |
void |
setEnablePublishTempToVersion(boolean enablePublishTempToVersion)
Set if Enable the publish to version system when view a report, |
void |
setEnableRoleBasedAuthorization(boolean enableRoleBasedAuth)
set the server's security mode to role based |
void |
setEnableSecurityCheck(boolean enableSecurityCheck)
Set if Security Checking. |
void |
setEnableTaskDuration(boolean enableTaskDuration)
|
void |
setEngineDefaultLanguage(java.lang.String useLanguage)
Set engine default language |
void |
setEnginePriority(int enginePriority)
Set Engine Priority. |
void |
setLinkedCatalog(java.lang.String linkedCatalog)
set linked catalog on server level |
void |
setMaxCompletedRecordCount(int maxCompletedRecordCount)
set the max complete record count |
void |
setPermissionAlgorithmType(int algorithmType)
Set the server permission algorithm. |
void |
setPromptActionQueueFull(boolean isSet)
Set if enable prompt message when action queue is full. |
void |
setPromptTaskQueueFull(boolean isSet)
Set if enable prompt message when task queue is full. |
void |
setReportResultLife(long rptResultLife)
Set Report Result Life. |
void |
setScheduleShouldRun(boolean shouldRun)
Set if schedule should run if time has passed during the system crashing |
void |
setTaskDurationCheckPeriod(int checkPeriod)
|
void |
setUserSessionTimeout(int userSessionTimeout)
Set User Session Timeout. |
void |
setViewReportTimeout(int viewReportTimeout)
Set View Report Timeout. |
| Method Detail |
|---|
void setUserSessionTimeout(int userSessionTimeout)
throws java.rmi.RemoteException
userSessionTimeout - Session Timeout.
java.rmi.RemoteException - will be thrown if error occurs.
int getUserSessionTimeout()
throws java.rmi.RemoteException
java.rmi.RemoteException - will be thrown if error occurs.
void setViewReportTimeout(int viewReportTimeout)
throws java.rmi.RemoteException
viewReportTimeout - View Report Timeout.
java.rmi.RemoteException - will be thrown if error occurs.
int getViewReportTimeout()
throws java.rmi.RemoteException
java.rmi.RemoteException - will be thrown if error occurs.
void setAdminPort(int adminPort)
throws java.rmi.RemoteException
adminPort - Administration Port.
java.rmi.RemoteException - will be thrown if error occurs.
int getAdminPort()
throws java.rmi.RemoteException
java.rmi.RemoteException - will be thrown if error occurs.
void setReportResultLife(long rptResultLife)
throws java.rmi.RemoteException
rptResultLife - Report Result Life.
java.rmi.RemoteException - will be thrown if error occurs.
long getReportResultLife()
throws java.rmi.RemoteException
java.rmi.RemoteException - will be thrown if error occurs.
void setEnginePriority(int enginePriority)
throws java.rmi.RemoteException
enginePriority - Engine Priority.
java.rmi.RemoteException - will be thrown if error occurs.
int getEnginePriority()
throws java.rmi.RemoteException
java.rmi.RemoteException - will be thrown if error occurs.
void setEnableSecurityCheck(boolean enableSecurityCheck)
throws java.rmi.RemoteException
enableSecurityCheck - if Security Checking.
java.rmi.RemoteException - will be thrown if error occurs.
boolean getEnableSecurityCheck()
throws java.rmi.RemoteException
java.rmi.RemoteException - will be thrown if error occurs.
void setEnablePublishTempToVersion(boolean enablePublishTempToVersion)
throws java.rmi.RemoteException
enablePublishTempToVersion - if Enable the publish to version system when view a report.
java.rmi.RemoteException - will be thrown if error occurs.
boolean getEnablePublishTempToVersion()
throws java.rmi.RemoteException
java.rmi.RemoteException - will be thrown if error occurs.
void setConnectionKeepAlive(boolean enableKeepAlive)
throws java.rmi.RemoteException
enableKeepAlive - connect and keep alive if is "true"
java.rmi.RemoteException - will be thrown if error occurs.
boolean getConnectionKeepAlive()
throws java.rmi.RemoteException
java.rmi.RemoteException - will be thrown if error occurs.
void setScheduleShouldRun(boolean shouldRun)
throws java.rmi.RemoteException
shouldRun - schedule should run if time has passed during the system
crashing if is "true"
java.rmi.RemoteException - will be thrown if error occurs.
boolean getScheduleShouldRun()
throws java.rmi.RemoteException
java.rmi.RemoteException - will be thrown if error occurs.
void setEngineDefaultLanguage(java.lang.String useLanguage)
throws java.rmi.RemoteException
useLanguage - is engine use language
java.rmi.RemoteException - will be thrown if error occurs.
java.lang.String getEngineDefaultLanguage()
throws java.rmi.RemoteException
java.rmi.RemoteException - will be thrown if error occurs.
void loadProperties()
throws java.rmi.RemoteException
java.rmi.RemoteException - will be thrown if error occurs.
void setMaxCompletedRecordCount(int maxCompletedRecordCount)
throws java.rmi.RemoteException
maxCompletedRecordCount - is maxium number of records
java.rmi.RemoteException - will be thrown if error occurs.
int getMaxCompletedRecordCount()
throws java.rmi.RemoteException
java.rmi.RemoteException - will be thrown if error occurs.
boolean isEnableMultipleLogin()
throws java.rmi.RemoteException
java.rmi.RemoteException - will be thrown if error occurs.
void setEnableMultipleLogin(boolean enableMultipleLogin)
throws java.rmi.RemoteException
enableMultipleLogin - ture is enable, false disable
java.rmi.RemoteException - will be thrown if error occurs.
boolean isEnableDynamicResource()
throws java.rmi.RemoteException
java.rmi.RemoteException - will be thrown if error occurs.
void setEnableDynamicResource(boolean enableDynamicResource)
throws java.rmi.RemoteException
enableDynamicResource - dynamic resources enable
java.rmi.RemoteException - will be thrown if error occurs.
void setEnableDisplayUserPermissionUI(boolean enableDispaly)
throws java.rmi.RemoteException
enableDispaly - true or false true: display the permission setting UI false:
hide the permission setting UI
java.rmi.RemoteException - will be thrown if error occurs.
void setEnableDisplayRolePermissionUI(boolean enableDispaly)
throws java.rmi.RemoteException
enableDispaly - true or false true: display the permission setting UI false:
hide the permission setting UI
java.rmi.RemoteException - will be thrown if error occurs.
void setEnableDisplayGroupPermissionUI(boolean enableDispaly)
throws java.rmi.RemoteException
enableDispaly - true or false true: display the permission setting UI false:
hide the permission setting UI
java.rmi.RemoteException - will be thrown if error occurs.
void setEnableRoleBasedAuthorization(boolean enableRoleBasedAuth)
throws java.rmi.RemoteException
enableRoleBasedAuth - true or false true: hide the "Permission Setting UI Displays"
options false: display the "Permission Setting UI Displays"
options
java.rmi.RemoteException - will be thrown if error occurs.
boolean isEnableRoleBasedAuthorization()
throws java.rmi.RemoteException
java.rmi.RemoteException - will be thrown if error occurs.
boolean isEnableDispalyUserPermissionUI()
throws java.rmi.RemoteException
java.rmi.RemoteException - will be thrown if error occurs.
boolean isEnableDispalyRolePermissionUI()
throws java.rmi.RemoteException
java.rmi.RemoteException - will be thrown if error occurs.
boolean isEnableDispalyGroupPermissionUI()
throws java.rmi.RemoteException
java.rmi.RemoteException - will be thrown if error occurs.
int getPermissionAlgorithmType()
throws java.rmi.RemoteException
java.rmi.RemoteException - will be thrown if error occurs.
void setPermissionAlgorithmType(int algorithmType)
throws java.rmi.RemoteException
algorithmType - 0 represent algorithem type 0, 1 represent algorithem type 1
java.rmi.RemoteException - will be thrown if error occurs.
boolean isEnableTaskDuration()
throws java.rmi.RemoteException
java.rmi.RemoteException - will be thrown if error occurs.
void setEnableTaskDuration(boolean enableTaskDuration)
throws java.rmi.RemoteException
enableTaskDuration - true enable task duration, false disable it.
java.rmi.RemoteException - will be thrown if error occurs.
int getTaskDurationCheckPeriod()
throws java.rmi.RemoteException
java.rmi.RemoteException - will be thrown if error occurs.
void setTaskDurationCheckPeriod(int checkPeriod)
throws java.rmi.RemoteException
checkPeriod - task duration check period
java.rmi.RemoteException - will be thrown if error occurs.
boolean isEnableLinkedCatalog()
throws java.rmi.RemoteException
java.rmi.RemoteException - will be thrown if error occurs.
void setEnableLinkedCatalog(boolean enableLinkedCatalog)
throws java.rmi.RemoteException
enableLinkedCatalog -
java.rmi.RemoteException - will be thrown if error occurs.
java.lang.String getLinkedCatalog()
throws java.rmi.RemoteException
java.rmi.RemoteException - will be thrown if error occurs.
void setLinkedCatalog(java.lang.String linkedCatalog)
throws java.rmi.RemoteException
linkedCatalog -
java.rmi.RemoteException - will be thrown if error occurs.
boolean isPromptTaskQueueFull()
throws java.rmi.RemoteException
java.rmi.RemoteException - will be thrown if error occurs.
void setPromptTaskQueueFull(boolean isSet)
throws java.rmi.RemoteException
isSet - true is enable, false is disenable
java.rmi.RemoteException - will be thrown if error occurs.
boolean isPromptActionQueueFull()
throws java.rmi.RemoteException
java.rmi.RemoteException - will be thrown if error occurs.
void setPromptActionQueueFull(boolean isSet)
throws java.rmi.RemoteException
isSet - true is enable, false is disenable
java.rmi.RemoteException - will be thrown if error occurs.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||