Class RecordsProvider

java.lang.Object
com.atlassian.jira.plugins.auditing.RecordsProvider

@Component public class RecordsProvider extends Object
  • Field Details

  • Constructor Details

  • Method Details

    • getMaxResults

      public int getMaxResults(@Nullable Integer count)
    • getOffset

      public int getOffset(@Nullable Integer page, @Nullable Integer count)
    • getFilter

      public AuditingFilter getFilter(@Nullable String filter, @Nullable Long fromTimestamp, @Nullable Long toTimestamp, @Nullable List<Long> projectIds, @Nullable List<String> userIds, boolean hideExternalDirectories)
    • getRecords

      public Records getRecords(@Nullable Integer count, @Nullable Long maxId, @Nullable Long sinceId, @Nullable Integer page, @Nullable String filter, @Nullable Long fromTimestamp, @Nullable Long toTimestamp, @Nullable List<Long> projectIds, @Nullable List<String> userIds, boolean hideExternalDirectories)
    • getMaxId

      public Long getMaxId(@Nullable Long sinceId, @Nullable String filter, @Nullable Long fromTimestamp, @Nullable Long toTimestamp, @Nullable List<Long> projectIds, @Nullable List<String> userIds, boolean hideExternalDirectories)
    • getViewResponse

      public ViewResponse getViewResponse(@Nullable Integer count, @Nullable Long maxId, @Nullable Long sinceId, @Nullable Integer page, Filters filters)