|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IWebiServerAuditAdmin
The IWebiServerAuditAdmin interface provides the Central Management Server (CMS) with auditing information
regarding the Web Intelligence Report Server. Use this interface to set which events you would like to audit.
Furthermore, when a new IWebiServerAuditAdmin object is created, it supplies its own
functionality and inherits methods that are associated with the IAuditAdmin interface.
| Method Summary | |
|---|---|
boolean |
getDocumentEdited()
Deprecated. As of version 12.0. |
boolean |
getDocumentRead()
Deprecated. As of version 12.0. |
boolean |
getDocumentRefreshed()
Deprecated. As of version 12.0. |
boolean |
getDocumentSavedToRepository()
Deprecated. As of version 12.0. |
boolean |
getDrillOutOfScope()
Deprecated. As of version 12.0. |
boolean |
getFormatAppliedToDocument()
Deprecated. As of version 12.0. |
boolean |
getListOfUniversesRetrieved()
Deprecated. As of version 12.0. |
boolean |
getListOfValuesAcccessed()
Deprecated. As of version 12.0. |
boolean |
getPageAccessed()
Deprecated. As of version 12.0. |
boolean |
getSQLGenerated()
Deprecated. As of version 12.0. |
boolean |
getUniverseSelected()
Deprecated. As of version 12.0. |
void |
setDocumentEdited(boolean enable)
Deprecated. As of version 12.0. |
void |
setDocumentRead(boolean enable)
Deprecated. As of version 12.0. |
void |
setDocumentRefreshed(boolean enable)
Deprecated. As of version 12.0. |
void |
setDocumentSavedToRepository(boolean enable)
Deprecated. As of version 12.0. |
void |
setDrillOutOfScope(boolean enable)
Deprecated. As of version 12.0. |
void |
setFormatAppliedToDocument(boolean enable)
Deprecated. As of version 12.0. |
void |
setListOfUniversesRetrieved(boolean enable)
Deprecated. As of version 12.0. |
void |
setListOfValuesAcccessed(boolean enable)
Deprecated. As of version 12.0. |
void |
setPageAccessed(boolean enable)
Deprecated. As of version 12.0. |
void |
setSQLGenerated(boolean enable)
Deprecated. As of version 12.0. |
void |
setUniverseSelected(boolean enable)
Deprecated. As of version 12.0. |
| Method Detail |
|---|
boolean getListOfUniversesRetrieved()
throws SDKException
Returns true if the Web Intelligence Report Server audits when a user retrieves or refreshes the universe list from a Web Intelligence document, and false otherwise.
boolean that indicates whether the event is audited.
SDKException - This is thrown if the process is unsuccessful.
void setListOfUniversesRetrieved(boolean enable)
throws SDKException
Sets whether the Web Intelligence Report Server audits when a user retrieves or refreshes a universe list from a Web Intelligence document.
value - A boolean that indicates whether the event is audited.
SDKException - This is thrown if the process is unsuccessful.
boolean getDocumentSavedToRepository()
throws SDKException
Returns true if the Web Intelligence Report Server audits when a user saves a Web Intelligence document to the repository, and false otherwise.
boolean that indicates whether the event is audited.
SDKException - This is thrown if the process is unsuccessful.
void setDocumentSavedToRepository(boolean enable)
throws SDKException
Sets whether the Web Intelligence Report Server audits when a user saves a Web Intelligence document to the repository.
value - A boolean that indicates whether the event is audited.
SDKException - This is thrown if the process is unsuccessful.
boolean getDocumentRead()
throws SDKException
Returns true if the Web Intelligence Report Server audits when a user opens a Web Intelligence document, and false otherwise.
boolean that indicates whether the event is audited.
SDKException - This is thrown if the process is unsuccessful.
void setDocumentRead(boolean enable)
throws SDKException
Sets whether the Web Intelligence Report Server audits when a user opens a Web Intelligence document.
value - A boolean that indicates whether the event is audited.
SDKException - This is thrown if the process is unsuccessful.
boolean getUniverseSelected()
throws SDKException
Returns true if the Web Intelligence Report Server audits when a user selects a universe in a Web Intelligence document creation workflow, and false otherwise.
boolean that indicates whether the event is audited.
SDKException - This is thrown if the process is unsuccessful.
void setUniverseSelected(boolean enable)
throws SDKException
Sets whether the Web Intelligence Report Server audits when a user selects a universe in a Web Intelligence document creation workflow.
value - A boolean that indicates whether the event is audited.
SDKException - This is thrown if the process is unsuccessful.
boolean getDocumentRefreshed()
throws SDKException
Returns true if the Web Intelligence Report Server audits for the event in which a user refreshes a Web Intelligence document, and false otherwise.
boolean that indicates whether the event is audited.
SDKException - This is thrown if the process is unsuccessful.
void setDocumentRefreshed(boolean enable)
throws SDKException
Sets whether the Web Intelligence Report Server audits for the event in which a user refreshes a Web Intelligence document.
value - A boolean that indicates whether the event is audited.
SDKException - This is thrown if the process is unsuccessful.
boolean getListOfValuesAcccessed()
throws SDKException
Returns true if the Web Intelligence Report Server audits when a user accesses or organizes a list of values through a prompt, and false otherwise.
boolean that indicates whether the event is audited.
SDKException - This is thrown if the process is unsuccessful.
void setListOfValuesAcccessed(boolean enable)
throws SDKException
Sets whether the Web Intelligence Report Server audits when a user accesses or organizes a list of values.
value - A boolean that indicates whether the event is audited.
SDKException - This is thrown if the process is unsuccessful.
boolean getDocumentEdited()
throws SDKException
Returns true if the Web Intelligence Report Server audits when a user edits a Web Intelligence document, and false otherwise.
boolean that indicates whether the event is audited.
SDKException - This is thrown if the process is unsuccessful.
void setDocumentEdited(boolean enable)
throws SDKException
Sets whether the Web Intelligence Report Server audits when a user edits a Web Intelligence document.
value - A boolean that indicates whether the event is audited.
SDKException - This is thrown if the process is unsuccessful.
boolean getFormatAppliedToDocument()
throws SDKException
Returns true if the Web Intelligence Report Server audits when a user modifies the format of a Web Intelligence document, and false otherwise.
If this property is set to true, the following events are audited by the Web Intelligence Report Server:
boolean that indicates whether the event is audited.
SDKException - This is thrown if the process is unsuccessful.
void setFormatAppliedToDocument(boolean enable)
throws SDKException
Sets whether the Web Intelligence Report Server audits when a user modifies the format of a Web Intelligence document.
value - A boolean that indicates whether the event is audited.
SDKException - This is thrown if the process is unsuccessful.
boolean getPageAccessed()
throws SDKException
Returns true if the Web Intelligence Report Server audits when a user views one or more pages of a Web Intelligence document, and false otherwise.
boolean that indicates whether the event is audited.
SDKException - This is thrown if the process is unsuccessful.
void setPageAccessed(boolean enable)
throws SDKException
Sets whether the Web Intelligence Report Server audits when a user views one or more pages of a Web Intelligence document.
value - A boolean that indicates whether the event is audited.
SDKException - This is thrown if the process is unsuccessful.
boolean getSQLGenerated()
throws SDKException
Returns true if the Web Intelligence Report Server audits when a user generates a SQL query, and false otherwise.
boolean that indicates whether the event is audited.
SDKException - This is thrown if the process is unsuccessful.
void setSQLGenerated(boolean enable)
throws SDKException
Sets whether the Web Intelligence Report Server audits when a user generates a SQL query.
value - A boolean that indicates whether the event is audited.
SDKException - This is thrown if the process is unsuccessful.
boolean getDrillOutOfScope()
throws SDKException
Returns true if the Web Intelligence Report Server audits when a user drills into data that is out of scope.
Drill out of scope indicates that a user has attempted to drill into data that is not included in the dataset.
Note: If you need to update your dataset, you will need to issue another SQL query that retrieves the correct information from the datasource.
boolean that indicates whether the event is audited.
SDKException - This is thrown if the process is unsuccessful.
void setDrillOutOfScope(boolean enable)
throws SDKException
Sets whether the Web Intelligence Report Server audits when a user drills into data that is out of scope.
Drill out of scope indicates that a user has attempted to drill into data that is not included in the dataset.
Note: If you need to update your dataset, you will need to issue another SQL query that retrieves the correct information from the datasource.
value - A boolean that indicates whether the event is audited.
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 | ||||||||