Class AuditingFilter

java.lang.Object
com.atlassian.jira.auditing.AuditingFilter

@Deprecated @ExperimentalApi public class AuditingFilter extends Object
Deprecated.
since v8.12
Use AuditQuery instead.
This class represents filters that can be applied when getting Audit log records. Use AuditingFilter#builder() to acquire builder for constructing object of this class.
Since:
v6.3
  • Method Details

    • builder

      public static AuditingFilter.Builder builder()
      Deprecated.
    • getFilter

      @Nullable public String getFilter()
      Deprecated.
    • getFromTimestamp

      @Nullable public Long getFromTimestamp()
      Deprecated.
    • getToTimestamp

      @Nullable public Long getToTimestamp()
      Deprecated.
    • getProjectIds

      @Nullable public List<Long> getProjectIds()
      Deprecated.
      Returns:
      The id of the projects for which to return audit records
      Since:
      v7.4
    • hasProjectIds

      public Boolean hasProjectIds()
      Deprecated.
      Returns:
      true when there are projects defined in filter
      Since:
      v7.4
    • getUserIds

      @Nullable public List<String> getUserIds()
      Deprecated.
      Returns:
      The id of the users for which to return audit records
      Since:
      v7.4
    • hasUserIds

      public Boolean hasUserIds()
      Deprecated.
      Returns:
      true, when there are users defined in audit filter
      Since:
      v7.4
    • isHideExternalDirectories

      public boolean isHideExternalDirectories()
      Deprecated.