public class AuditEntryQuery extends Query
AuditEntryQuery
class provides an API for generating criteria when querying audit entries. To query
audit entry details, you perform a separate query using the AuditEntryDetailQuery
.Modifier and Type | Field and Description |
---|---|
static List<Column> |
ALL
Represents all columns in
AuditEntryQuery . |
static Column |
AUDIT_ENTRY_ACTION
The audit column that represents the action performed.
|
static Column |
AUDIT_ENTRY_ID
The audit column that represents the unique identifier of the audit entry.
|
static Column |
AUDIT_ENTRY_MODE
The
Mode in which the audit entry was recorded. |
static Column |
AUDIT_ENTRY_SOURCE_ID
The unique id of the item that was audited.
|
static Column |
AUDIT_ENTRY_SOURCE_LOCATION
The location of the item that was audited.
|
static Column |
AUDIT_ENTRY_SOURCE_NAME
The name of the item that was audited.
|
static Column |
AUDIT_ENTRY_SOURCE_TYPE_ID
The type id of the item that was audited.
|
static Column |
AUDIT_ENTRY_TIMESTAMP
The audit column that represents the date and time the action was audited.
|
static Column |
AUDIT_ENTRY_USERID
The audit column that represents the userid of the user who performed the action that was audited.
|
Constructor and Description |
---|
AuditEntryQuery() |
constrain, getColumns, getConstraint, getOrder, includeColumnNames, isIncludeColumnNames, order, order, select, select, setColumns, setConstraint, setIncludeColumnNames, setOrder, toString
public static final Column AUDIT_ENTRY_ID
public static final Column AUDIT_ENTRY_TIMESTAMP
public static final Column AUDIT_ENTRY_USERID
public static final Column AUDIT_ENTRY_ACTION
public static final Column AUDIT_ENTRY_SOURCE_TYPE_ID
TypeConstants
for the list of type
ids.
Note: When searching for audit entries based for abstract type
TypeConstants.TYPE_FILE
, all file types are queried including the designated file
types below. These types can also be searched individually.
public static final Column AUDIT_ENTRY_SOURCE_ID
public static final Column AUDIT_ENTRY_SOURCE_NAME
public static final Column AUDIT_ENTRY_SOURCE_LOCATION
public static final Column AUDIT_ENTRY_MODE
Mode
in which the audit entry was recorded.Copyright (c) 2020, SAS Institute Inc., Cary, NC, USA