Package com.i2group.disco.audit
Interface IFindPathAuditEvent
- All Superinterfaces:
IAuditEvent
An event that was generated during the processing of a "find path" operation against the
Information Store.
IFindPathAuditEvent
makes information about the operation available to
the audit logging mechanism.- Since:
- 9.2
-
Method Summary
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 "find path" operation.- Returns:
- See above.
-
getQuery
String getQuery()Gets aString
whose contents represent the structure that was passed to the "find path" operation. The format of this string is subject to change.- Returns:
- See above.
-