AuditQuery |
AuditQuery.actions(java.util.List<java.lang.String> actions) |
Sets the list of actions to query.
|
AuditQuery |
AuditQuery.addAction(java.lang.String action) |
Adds an action to the list of actions to query.
|
AuditQuery |
AuditQuery.addSourceTypeId(java.lang.String sourceTypeId) |
Adds a source type to the list of types to query.
|
AuditQuery |
AuditQuery.fromDate(java.util.Date fromDate) |
Sets the start date of the date range to query.
|
AuditQuery |
AuditQuery.mode(AuditEntry.Mode mode) |
Sets the audit mode to query by.
|
AuditQuery |
AuditQuery.sourceId(java.lang.String sourceId) |
Sets the identifier of the source object to query.
|
AuditQuery |
AuditQuery.sourceLocation(java.lang.String sourceLocation) |
Sets the location of the source object to query.
|
AuditQuery |
AuditQuery.sourceName(java.lang.String sourceName) |
Sets the name of the source object to query.
|
AuditQuery |
AuditQuery.sourceTypeIds(java.util.List<java.lang.String> sourceTypeIds) |
Sets the list of object types to query.
|
AuditQuery |
AuditQuery.toDate(java.util.Date toDate) |
Sets the end date of the date range to query.
|
AuditQuery |
AuditQuery.userId(java.lang.String userId) |
Sets the user identifier of the user whose actions to query.
|