Package com.i2group.disco.audit
Interface IHighlightQueryShowMoreAuditEvent
- All Superinterfaces:
 IAuditEvent
An event that was generated during the processing of a "highlight query show more" operation
 against the Information Store. 
IHighlightQueryShowMoreAuditEvent makes information about
 the operation available to the audit logging mechanism.- Since:
 - 11.1
 
- 
Method Summary
Modifier and TypeMethodDescriptionGetsStrings that contain the names of the data stores that were the targets of the "highlight query show more" operation.Gets aStringwhose contents represent any filters that were associated with the "highlight query show more" operation.Gets aStringthat contains the title of the query that was used in the "highlight query show more" operation.Gets theIRecordInfofor the record that was the seed for the "highlight query show more" operation.Methods inherited from interface com.i2group.disco.audit.IAuditEvent
getClientIPAddress, getClientUserAgent, getTimestamp, getUser, getUserId, getUserSecurityGroups, getUserSecurityPermissions, toString 
- 
Method Details
- 
getDataStores
GetsStrings that contain the names of the data stores that were the targets of the "highlight query show more" operation.- Returns:
 - See above.
 
 - 
getHighlightQueryTitle
String getHighlightQueryTitle()Gets aStringthat contains the title of the query that was used in the "highlight query show more" operation.- Returns:
 - See above.
 
 - 
getSeedRecord
IRecordInfo getSeedRecord()Gets theIRecordInfofor the record that was the seed for the "highlight query show more" operation.- Returns:
 - See above.
 
 - 
getFilters
String getFilters()Gets aStringwhose contents represent any filters that were associated with the "highlight query show more" operation.Filters in the string take the form
Type ID: <TypeId> with condition: <Operator> <Value>.- Returns:
 - See above. If no filters were active, the string is empty.
 
 
 -