Modifier and Type | Method and Description |
---|---|
List<AuditLogEntry> |
ViewGlobalAuditLogAction.getFilteredResultsList(int firstResult,
int maxResults) |
Pager<AuditLogEntry> |
ViewGlobalAuditLogAction.getPager() |
Modifier and Type | Method and Description |
---|---|
void |
ViewGlobalAuditLogAction.setPager(Pager<AuditLogEntry> pager) |
Modifier and Type | Method and Description |
---|---|
List<AuditLogEntry> |
DeploymentProjectAuditLog.getFilteredResultsList(int firstResult,
int maxResults) |
Modifier and Type | Method and Description |
---|---|
void |
AuditLogMapper.afterImportListItem(org.codehaus.staxmate.in.SMInputCursor inputCursor,
List<AuditLogEntry> auditLogEntries,
AuditLogEntry object,
long objectIndex,
org.hibernate.Session session) |
protected void |
AuditLogMapper.exportProperties(org.codehaus.staxmate.out.SMOutputElement outputElement,
AuditLogEntry object,
org.hibernate.Session session,
ExportDetailsBean exportDetailsBean) |
protected void |
AuditLogMapper.importProperties(AuditLogEntry object,
org.codehaus.staxmate.in.SMInputCursor inputCursor,
org.hibernate.Session session) |
Modifier and Type | Method and Description |
---|---|
void |
AuditLogMapper.afterImportListItem(org.codehaus.staxmate.in.SMInputCursor inputCursor,
List<AuditLogEntry> auditLogEntries,
AuditLogEntry object,
long objectIndex,
org.hibernate.Session session) |
Modifier and Type | Class and Description |
---|---|
class |
AuditLogMessage |
Modifier and Type | Method and Description |
---|---|
Collection<? extends AuditLogEntry> |
AuditLogHibernateDao.findAll() |
Collection<? extends AuditLogEntry> |
AuditLogDao.findAll() |
List<AuditLogEntry> |
DefaultAuditLogService.getAgentAuditLogsMessagesByAgentName(String agentName) |
List<AuditLogEntry> |
AuditLogHibernateDao.getAgentAuditLogsMessagesByAgentName(String agentName) |
List<AuditLogEntry> |
AuditLogService.getAgentAuditLogsMessagesByAgentName(String agentName)
Provide a list of audit log messages filter by Agent Name
|
List<AuditLogEntry> |
AuditLogDao.getAgentAuditLogsMessagesByAgentName(String agentName) |
List<AuditLogEntry> |
DefaultAuditLogService.getAuditLogMessagesForEntity(String entityId,
AuditLogEntityType entityType,
long startDate,
long endDate,
int firstResult,
int maxResults) |
List<AuditLogEntry> |
AuditLogHibernateDao.getAuditLogMessagesForEntity(String entityId,
AuditLogEntityType entityType,
long startDate,
long endDate,
int firstResult,
int maxResults) |
List<AuditLogEntry> |
AuditLogService.getAuditLogMessagesForEntity(String entityId,
AuditLogEntityType entityType,
long startDate,
long endDate,
int firstResult,
int maxResults) |
List<AuditLogEntry> |
AuditLogDao.getAuditLogMessagesForEntity(String entityId,
AuditLogEntityType entityType,
long startDate,
long endDate,
int firstResult,
int maxResults) |
List<AuditLogEntry> |
DefaultAuditLogService.getAuditLogMessagesForPlan(ImmutablePlan plan,
long startDate,
long endDate,
int firstResult,
int maxResults) |
List<AuditLogEntry> |
AuditLogHibernateDao.getAuditLogMessagesForPlan(ImmutablePlan plan,
long startDate,
long endDate,
int firstResult,
int maxResults) |
List<AuditLogEntry> |
AuditLogService.getAuditLogMessagesForPlan(ImmutablePlan plan,
long startDate,
long endDate,
int firstResult,
int maxResults)
Provide a paginated list of all audit log messages written against a plan between input dates.
|
List<AuditLogEntry> |
AuditLogDao.getAuditLogMessagesForPlan(ImmutablePlan plan,
long startDate,
long endDate,
int firstResult,
int maxResults) |
List<AuditLogEntry> |
DefaultAuditLogService.getGlobalAuditLogMessages() |
List<AuditLogEntry> |
AuditLogHibernateDao.getGlobalAuditLogMessages() |
List<AuditLogEntry> |
AuditLogService.getGlobalAuditLogMessages()
Deprecated.
since 7.0 use paginated version instead
AuditLogService.getGlobalAuditLogMessages(int, int) |
List<AuditLogEntry> |
AuditLogDao.getGlobalAuditLogMessages()
Deprecated.
since 7.0 use
AuditLogDao.getGlobalAuditLogMessages(int, int) |
List<AuditLogEntry> |
DefaultAuditLogService.getGlobalAuditLogMessages(int firstResult,
int maxResults) |
List<AuditLogEntry> |
AuditLogHibernateDao.getGlobalAuditLogMessages(int firstResult,
int maxResults) |
List<AuditLogEntry> |
AuditLogService.getGlobalAuditLogMessages(int firstResult,
int maxResults)
Provide a page of a list of all audit log messages written against the system.
|
List<AuditLogEntry> |
AuditLogDao.getGlobalAuditLogMessages(int firstResult,
int maxResults)
Provide a page of a list of all audit log messages written against the system.
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultAuditLogService.log(AuditLogEntry msg) |
void |
AuditLogService.log(AuditLogEntry msg)
Add a log to the audit log.
|
Modifier and Type | Method and Description |
---|---|
long |
AuditLogHibernateDao.scrollAuditLogsForExport(Consumer<AuditLogEntry> consumer) |
long |
AuditLogDao.scrollAuditLogsForExport(Consumer<AuditLogEntry> consumer)
Scroll through all AuditLogEntry records and pass them to consumer
|
Modifier and Type | Method and Description |
---|---|
List<AuditLogEntry> |
ViewChainAuditLog.getFilteredResultsList(int firstResult,
int maxResults) |
Copyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.