Package com.i2group.disco.audit
Interface IVisualQueryAuditEvent
- All Superinterfaces:
IAuditEvent
- All Known Subinterfaces:
IVisualQueryCompletedAuditEvent
An event that was generated before the processing of a "visual query" operation against the
Information Store.
IVisualQueryAuditEvent makes information about the operation available
to the audit logging mechanism.- Since:
- 9.0
-
Method Summary
Modifier and TypeMethodDescriptionGetsStrings that contain the names of the data stores that are the targets of the "visual query" operation.Gets aStringthat contains the unique identifier of the "visual query" operation.getQuery()Gets aStringwhose contents represent the structure that was passed to the "visual query" 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 are the targets of the "visual query" operation.- Returns:
- See above.
-
getQuery
String getQuery()Gets aStringwhose contents represent the structure that was passed to the "visual query" operation. The format of this string is subject to change.- Returns:
- See above.
-
getOperationId
String getOperationId()Gets aStringthat contains the unique identifier of the "visual query" operation.- Returns:
- See above.
-