Package com.i2group.disco.audit
Interface IRecordRetrievalAuditEvent
- All Superinterfaces:
IAuditEvent
An event that was generated during the processing of a "record retrieval" operation against the
Information Store, such as when a user looks at the detail of a search result.
IRecordRetrievalAuditEvent makes information about the operation available to the audit logging
mechanism.- Since:
- 9.0
-
Method Summary
Modifier and TypeMethodDescriptionGetsIRecordInfos that contain information about the records that were the subject of the "record retrieval" operation.Methods inherited from interface com.i2group.disco.audit.IAuditEvent
getClientIPAddress, getClientUserAgent, getTimestamp, getUser, getUserId, getUserSecurityGroups, getUserSecurityPermissions, toString
-
Method Details
-
getRecords
Set<IRecordInfo> getRecords()GetsIRecordInfos that contain information about the records that were the subject of the "record retrieval" operation.- Returns:
- See above.
-