Package | Description |
---|---|
com.atlassian.jira.auditing | |
com.atlassian.jira.auditing.legacy | |
com.atlassian.jira.plugins.auditing |
Modifier and Type | Method and Description |
---|---|
Records |
AuditingManagerImpl.getRecords(Long maxId,
Long sinceId,
Integer maxResults,
Integer offset,
AuditingFilter filter)
Deprecated.
|
Records |
AuditingManager.getRecords(Long maxId,
Long sinceId,
Integer maxResults,
Integer offset,
AuditingFilter filter)
Deprecated.
Get records from the database.
|
Records |
AuditingStoreImpl.getRecords(Long maxId,
Long sinceId,
Integer maxResults,
Integer offset,
AuditingFilter filter,
boolean includeSysAdminActions) |
protected Records |
AuditingManagerImpl.getRecords(Long maxId,
Long sinceId,
Integer maxResults,
Integer offset,
AuditingFilter filter,
boolean includeSysAdminActions)
Deprecated.
|
Records |
AuditingStore.getRecords(Long maxId,
Long sinceId,
Integer maxResults,
Integer offset,
AuditingFilter filter,
boolean includeSysAdminActions) |
Records |
AuditingManagerImpl.getRecordsWithoutSysAdmin(Long maxId,
Long sinceId,
Integer maxResults,
Integer offset,
AuditingFilter filter)
Deprecated.
|
Records |
AuditingManager.getRecordsWithoutSysAdmin(Long maxId,
Long sinceId,
Integer maxResults,
Integer offset,
AuditingFilter filter)
Deprecated.
Does the same as
AuditingManager.getRecords(Long, Long, Integer, Integer, AuditingFilter) but filters out all records
authored by sysadmins (users who were sysadmins at the time of performing the action) |
Modifier and Type | Method and Description |
---|---|
ServiceOutcome<Records> |
DefaultAuditingService.getRecords(Integer offset,
Integer maxResults,
AuditingFilter filter) |
ServiceOutcome<Records> |
AuditingService.getRecords(Integer offset,
Integer maxResults,
AuditingFilter filter)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Records |
AuditingStoreToAuditServiceImpl.getRecords(Long maxId,
Long sinceId,
Integer maxResults,
Integer offset,
AuditingFilter filter,
boolean includeSysAdminActions) |
Modifier and Type | Method and Description |
---|---|
Records |
RecordsProvider.getRecords(Integer count,
Long maxId,
Long sinceId,
Integer page,
String filter,
Long fromTimestamp,
Long toTimestamp,
List<Long> projectIds,
List<String> userIds,
boolean hideExternalDirectories) |
Copyright © 2002-2023 Atlassian. All Rights Reserved.