Package com.sas.lsaf.query.audit
Class AuditEntryQuery
java.lang.Object
com.sas.lsaf.query.Query
com.sas.lsaf.query.audit.AuditEntryQuery
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AuditEntryDetailQuery
This class represents an API to generate criteria to query audit entries. To query
audit entry details, execute a separate query by using
AuditEntryDetailQuery.- Since:
- 2.3
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe value that represents all columns inAuditEntryQuery.static final ColumnThe audit column that represents the action that was performed.static final ColumnThe audit column that represents the unique identifier of the audit entry.static final ColumnTheModein which the audit entry was recorded.static final ColumnThe unique identifier of the item that was audited.static final ColumnThe location of the item that was audited.static final ColumnThe name of the item that was audited.static final ColumnThe type id of the item that was audited.static final ColumnThe audit column that represents the date and time on which the action was audited.static final ColumnThe audit column that represents the userid of the user who performed the action that was audited. -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.sas.lsaf.query.Query
constrain, getColumns, getConstraint, getOrder, includeColumnNames, isIncludeColumnNames, order, order, select, select, setColumns, setConstraint, setIncludeColumnNames, setOrder, toString
-
Field Details
-
AUDIT_ENTRY_ID
The audit column that represents the unique identifier of the audit entry. -
AUDIT_ENTRY_TIMESTAMP
The audit column that represents the date and time on which the action was audited. -
AUDIT_ENTRY_USERID
The audit column that represents the userid of the user who performed the action that was audited. -
AUDIT_ENTRY_ACTION
The audit column that represents the action that was performed. -
AUDIT_ENTRY_SOURCE_TYPE_ID
The type id of the item that was audited. SeeTypeConstantsfor the list of type ids.Note: When searching for audit entries based on abstract type
TypeConstants.TYPE_FILE, all of the file types are queried which include the following file type. These types can also be searched individually. -
AUDIT_ENTRY_SOURCE_ID
The unique identifier of the item that was audited. -
AUDIT_ENTRY_SOURCE_NAME
The name of the item that was audited. -
AUDIT_ENTRY_SOURCE_LOCATION
The location of the item that was audited. -
AUDIT_ENTRY_MODE
TheModein which the audit entry was recorded. -
ALL
The value that represents all columns inAuditEntryQuery.
-
-
Constructor Details
-
AuditEntryQuery
public AuditEntryQuery()
-