|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IFullClientProcAdmin
The IFullClientProcAdmin interface allows you manage the metrics and properties
for the Desktop Intelligence Page Server.
| Method Summary | |
|---|---|
void |
commit()
Commits the Desktop Intelligence Page Server updates. |
boolean |
isAllowVBA()
Returns a boolean that indicates whether to allow Visual Basic for Applications to run. |
boolean |
isAllowVBAUpdate()
Returns a boolean that indicates whether to allow Visual Basic for Applications to run
on the next restart of the server. |
boolean |
isAlwaysShareReportJobs()
Returns a boolean that indicates whether documents with shared data are shared between
users. |
boolean |
isAlwaysShareReportJobsUpdate()
Returns a boolean that indicates whether documents with shared data are shared between
users on the next restart of the server. |
void |
setAllowVBAUpdate(boolean s)
Sets a boolean that indicates whether to allow Visual Basic for Applications to run
on the next restart of the server. |
void |
setAlwaysShareReportJobsUpdate(boolean s)
Sets a boolean that indicates whether documents with shared data are shared between
users on the next restart of the server. |
| Method Detail |
|---|
void commit()
throws SDKException
Commits the Desktop Intelligence Page Server updates.
SDKException - This is thrown if the process is unsuccessful.
boolean isAlwaysShareReportJobsUpdate()
throws SDKException
Returns a boolean that indicates whether documents with shared data are shared between
users on the next restart of the server.
true if documents with shared data are shared between users on the next restart
of the server, and false otherwise.
SDKException - This is thrown if the process is unsuccessful.
void setAlwaysShareReportJobsUpdate(boolean s)
throws SDKException
Sets a boolean that indicates whether documents with shared data are shared between
users on the next restart of the server.
s - A boolean that indicates whether documents with shared data are shared between
users on the next restart of the server.
SDKException - This is thrown if the process is unsuccessful.
boolean isAllowVBAUpdate()
throws SDKException
Returns a boolean that indicates whether to allow Visual Basic for Applications to run
on the next restart of the server.
true if Visual Basic for Applications updates are allowed to run on the next restart
of the server, and false otherwise.
SDKException - This is thrown if the process is unsuccessful.
void setAllowVBAUpdate(boolean s)
throws SDKException
Sets a boolean that indicates whether to allow Visual Basic for Applications to run
on the next restart of the server.
s - A boolean that indicates whether to allow Visual Basic for Applications to run
on the next restart of the server.
SDKException - This is thrown if the process is unsuccessful.
boolean isAlwaysShareReportJobs()
throws SDKException
Returns a boolean that indicates whether documents with shared data are shared between
users.
true if documents with shared data are shared between users, and false otherwise.
SDKException - This is thrown if the process is unsuccessful.
boolean isAllowVBA()
throws SDKException
Returns a boolean that indicates whether to allow Visual Basic for Applications to run.
true if Visual Basic for Applications is allowed to run, and false otherwise.
SDKException - This is thrown if the process is unsuccessful.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||