com.businessobjects.sdk.plugin.admin.fullclientserveradmin
Interface IFullClientProcAdmin


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

commit

void commit()
            throws SDKException

Commits the Desktop Intelligence Page Server updates.

Throws:
SDKException - This is thrown if the process is unsuccessful.

isAlwaysShareReportJobsUpdate

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.

Returns:
true if documents with shared data are shared between users on the next restart of the server, and false otherwise.
Throws:
SDKException - This is thrown if the process is unsuccessful.

setAlwaysShareReportJobsUpdate

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.

Parameters:
s - A boolean that indicates whether documents with shared data are shared between users on the next restart of the server.
Throws:
SDKException - This is thrown if the process is unsuccessful.

isAllowVBAUpdate

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.

Returns:
true if Visual Basic for Applications updates are allowed to run on the next restart of the server, and false otherwise.
Throws:
SDKException - This is thrown if the process is unsuccessful.

setAllowVBAUpdate

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.

Parameters:
s - A boolean that indicates whether to allow Visual Basic for Applications to run on the next restart of the server.
Throws:
SDKException - This is thrown if the process is unsuccessful.

isAlwaysShareReportJobs

boolean isAlwaysShareReportJobs()
                                throws SDKException

Returns a boolean that indicates whether documents with shared data are shared between users.

Returns:
true if documents with shared data are shared between users, and false otherwise.
Throws:
SDKException - This is thrown if the process is unsuccessful.

isAllowVBA

boolean isAllowVBA()
                   throws SDKException

Returns a boolean that indicates whether to allow Visual Basic for Applications to run.

Returns:
true if Visual Basic for Applications is allowed to run, and false otherwise.
Throws:
SDKException - This is thrown if the process is unsuccessful.