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 TypeMethodDescriptionGetsString
s that contain the names of the data stores that are the targets of the "visual query" operation.Gets aString
that contains the unique identifier of the "visual query" operation.getQuery()
Gets aString
whose 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
GetsString
s that contain the names of the data stores that are the targets of the "visual query" operation.- Returns:
- See above.
-
getQuery
String getQuery()Gets aString
whose 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 aString
that contains the unique identifier of the "visual query" operation.- Returns:
- See above.
-