Package com.i2group.disco.audit
Interface IVisualQueryCompletedAuditEvent
- All Superinterfaces:
IAuditEvent,IVisualQueryAuditEvent
An event that was generated after the completion of a "visual query" operation against the
Information Store.
IVisualQueryCompletedAuditEvent makes information about the operation
available to the audit logging mechanism.- Since:
- 13.3
-
Method Summary
Modifier and TypeMethodDescriptionlongGets the duration (in seconds) of the "visual query" operation.booleanisFailed()Indicates whether the "visual query" operation failed, which includes being timed out and being canceled by a user.Methods inherited from interface com.i2group.disco.audit.IAuditEvent
getClientIPAddress, getClientUserAgent, getTimestamp, getUser, getUserId, getUserSecurityGroups, getUserSecurityPermissions, toStringMethods inherited from interface com.i2group.disco.audit.IVisualQueryAuditEvent
getDataStores, getOperationId, getQuery
-
Method Details
-
getDurationSeconds
long getDurationSeconds()Gets the duration (in seconds) of the "visual query" operation.- Returns:
- See above.
-
isFailed
boolean isFailed()Indicates whether the "visual query" operation failed, which includes being timed out and being canceled by a user.- Returns:
trueif the operation failed;falseotherwise.
-