public interface AuditLogDao extends BambooObjectDao<AuditLogEntry>
| Modifier and Type | Method and Description |
|---|---|
void |
deleteAllAuditLogMessages() |
Collection<? extends AuditLogEntry> |
findAll() |
List<AuditLogEntry> |
getAgentAuditLogsMessagesByAgentName(String agentName) |
List<AuditLogEntry> |
getAuditLogMessagesForPlan(ImmutablePlan plan) |
List<AuditLogEntry> |
getAuditLogMessagesForPlan(ImmutablePlan plan,
long startDate,
long endDate) |
List<AuditLogEntry> |
getGlobalAuditLogMessages() |
countAll, countWithRestriction, delete, deleteAll, executeReturnInt, executeReturnLong, findAll, findById, save, saveAllList<AuditLogEntry> getAuditLogMessagesForPlan(ImmutablePlan plan)
List<AuditLogEntry> getAuditLogMessagesForPlan(ImmutablePlan plan, long startDate, long endDate)
List<AuditLogEntry> getGlobalAuditLogMessages()
void deleteAllAuditLogMessages()
@NotNull Collection<? extends AuditLogEntry> findAll()
List<AuditLogEntry> getAgentAuditLogsMessagesByAgentName(String agentName)
Copyright © 2016 Atlassian Software Systems Pty Ltd. All rights reserved.