Uses of Class
com.sas.lsaf.security.audit.AuditQuery
Packages that use AuditQuery
Package
Description
Service and class definitions for getting global audit entries.
-
Uses of AuditQuery in com.sas.lsaf.security.audit
Methods in com.sas.lsaf.security.audit that return AuditQueryModifier and TypeMethodDescriptionSets the list of actions to query.Adds an action to the list of actions to query.AuditQuery.addSourceTypeId(String sourceTypeId) Adds a source type to the list of types to query.Sets the start date of the date range to query.AuditQuery.mode(AuditEntry.Mode mode) Sets the audit mode to query by.Sets the identifier of the source object to query.AuditQuery.sourceLocation(String sourceLocation) Sets the location of the source object to query.AuditQuery.sourceName(String sourceName) Sets the name of the source object to query.AuditQuery.sourceTypeIds(List<String> sourceTypeIds) Sets the list of object types to query.Sets the end date of the date range to query.Sets the user identifier of the user whose actions to query.Methods in com.sas.lsaf.security.audit with parameters of type AuditQueryModifier and TypeMethodDescriptionAuditService.search(AuditQuery query) Searches the global audit history and returns the information that describes the results, not the results themselves.