Package com.i2group.disco.audit
Interface IQuickSearchAuditEvent
- All Superinterfaces:
IAuditEvent
An event that was generated during the processing of a "quick search" operation against the
Information Store.
IQuickSearchAuditEvent
makes information about the operation available
to the audit logging mechanism.- Since:
- 8.0
-
Method Summary
Modifier and TypeMethodDescriptionGetsString
s that contain the names of the data stores that were the targets of the "quick search" operation.Gets aString
that contains the search expression that was used in the "quick search" operation.Gets aString
whose contents represent any filters that were associated with the "quick search" operation.Methods inherited from interface com.i2group.disco.audit.IAuditEvent
getClientIPAddress, getClientUserAgent, getTimestamp, getUser, getUserId, getUserSecurityGroups, getUserSecurityPermissions, toString
-
Method Details
-
getDataStores
GetsString
s that contain the names of the data stores that were the targets of the "quick search" operation.- Returns:
- See above.
-
getExpression
String getExpression()Gets aString
that contains the search expression that was used in the "quick search" operation. For example,Alice NOT Bob
.- Returns:
- See above.
-
getFilters
String getFilters()Gets aString
whose contents represent any filters that were associated with the "quick search" 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.
-