@Component public class RecordsProvider extends Object
Constructor and Description |
---|
RecordsProvider(AuditingManager auditingManager,
ApplicationProperties applicationProperties,
RecordTransformer recordTransformer) |
Modifier and Type | Method and Description |
---|---|
AuditingFilter |
getFilter(String filter,
Long fromTimestamp,
Long toTimestamp,
List<Long> projectIds,
List<String> userIds,
boolean hideExternalDirectories) |
Long |
getMaxId(Long sinceId,
String filter,
Long fromTimestamp,
Long toTimestamp,
List<Long> projectIds,
List<String> userIds,
boolean hideExternalDirectories) |
int |
getMaxResults(Integer count) |
int |
getOffset(Integer page,
Integer count) |
Records |
getRecords(Integer count,
Long maxId,
Long sinceId,
Integer page,
String filter,
Long fromTimestamp,
Long toTimestamp,
List<Long> projectIds,
List<String> userIds,
boolean hideExternalDirectories) |
ViewResponse |
getViewResponse(Integer count,
Long maxId,
Long sinceId,
Integer page,
Filters filters) |
@Inject public RecordsProvider(AuditingManager auditingManager, ApplicationProperties applicationProperties, RecordTransformer recordTransformer)
public AuditingFilter getFilter(@Nullable String filter, @Nullable Long fromTimestamp, @Nullable Long toTimestamp, @Nullable List<Long> projectIds, @Nullable List<String> userIds, boolean hideExternalDirectories)
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)
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)
Copyright © 2002-2019 Atlassian. All Rights Reserved.