Interface IRecordRetrievalAuditEvent

All Superinterfaces:
IAuditEvent

public interface IRecordRetrievalAuditEvent extends 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 Details

    • getRecords

      Set<IRecordInfo> getRecords()
      Gets IRecordInfos that contain information about the records that were the subject of the "record retrieval" operation.
      Returns:
      See above.