com.crystaldecisions.sdk.plugin.admin.auditadmin
Interface ICacheServerAuditAdmin


Deprecated. As of version 12.0.

public interface ICacheServerAuditAdmin

The ICacheServerAuditAdmin interface provides the Central Management Server (CMS) with auditing information regarding the Crystal Reports Cache Server. Use this interface to set which actions you would like to audit. Furthermore, when a new ICacheServerAuditAdmin object is created, it supplies its own functionality and inherits the methods that are associated with the IAuditAdmin interface.


Method Summary
 boolean isViewFailed()
          Deprecated. As of version 12.0.
 boolean isViewSucceeded()
          Deprecated. As of version 12.0.
 void setViewFailed(boolean value)
          Deprecated. As of version 12.0.
 void setViewSucceeded(boolean value)
          Deprecated. As of version 12.0.
 

Method Detail

isViewSucceeded

boolean isViewSucceeded()
                        throws SDKException
Deprecated. As of version 12.0.

Returns a boolean indicating whether successful attempts to view report objects are audited by the Cache Server.

Returns:
A boolean indicating whether successful attempts to view report objects are audited by the Cache Server.
Throws:
SDKException - This is thrown if the process is unsuccessful.

setViewSucceeded

void setViewSucceeded(boolean value)
                      throws SDKException
Deprecated. As of version 12.0.

Sets whether successful attempts to view report objects are audited by the Cache Server.

Parameters:
value - A boolean indicating whether successful attempts to view report objects are audited by the Cache Server. If set to true, the Cache Server audits successful attempts to view report objects, false otherwise.
Throws:
SDKException - This is thrown if the process is unsuccessful.

isViewFailed

boolean isViewFailed()
                     throws SDKException
Deprecated. As of version 12.0.

Returns a boolean indicating whether failed attempts to view report objects are audited by the Cache Server.

Returns:
A boolean indicating whether failed attempts to view report objects are audited by the Cache Server.
Throws:
SDKException - This is thrown if the process is unsuccessful.

setViewFailed

void setViewFailed(boolean value)
                   throws SDKException
Deprecated. As of version 12.0.

Sets whether failed attempts to view report objects are audited by the Cache Server.

Parameters:
value - A boolean indicating whether failed attempts to view report objects are audited by the Cache Server. If set to true, the Cache Server audits failed attempts to view report objects, false otherwise.
Throws:
SDKException