Class AuditEntryDetailQuery

All Implemented Interfaces:
Serializable

public class AuditEntryDetailQuery extends AuditEntryQuery
This class represents an API to generate criteria to query audit entry details.
Since:
2.3
See Also:
  • Field Details

    • AUDIT_ENTRY_DETAIL_ID

      public static final Column AUDIT_ENTRY_DETAIL_ID
      The audit detail column that represents a numeric sequential identifier of the detail entry for each audit record. Starts with 1.
    • AUDIT_ENTRY_DETAIL_ATTRIBUTE_ID

      public static final Column AUDIT_ENTRY_DETAIL_ATTRIBUTE_ID
      The audit detail column that represents the id of the attribute that changed.
    • AUDIT_ENTRY_DETAIL_ATTRIBUTE_TYPE

      public static final Column AUDIT_ENTRY_DETAIL_ATTRIBUTE_TYPE
      The audit detail column that represents the type of the attribute that changed.
    • AUDIT_ENTRY_DETAIL_ATTRIBUTE_NAME

      public static final Column AUDIT_ENTRY_DETAIL_ATTRIBUTE_NAME
      The audit detail column that represents the display name of the attribute that changed.
    • AUDIT_ENTRY_DETAIL_OLD_VALUE

      public static final Column AUDIT_ENTRY_DETAIL_OLD_VALUE
      The audit detail column that represents the value of the attribute prior to the change.
    • AUDIT_ENTRY_DETAIL_NEW_VALUE

      public static final Column AUDIT_ENTRY_DETAIL_NEW_VALUE
      The audit detail column that represents the value of the attribute after the change.
    • ALL

      public static final List<Column> ALL
      The value that represents all columns in AuditEntryDetailQuery.
  • Constructor Details

    • AuditEntryDetailQuery

      public AuditEntryDetailQuery()