long |
AuditLogDao.countAuditLogMessagesForEntity(@NotNull String entityId,
@Nullable AuditLogEntityType entityType,
long startDate,
long endDate) |
Retrieve the number of audit log messages recorded against the specified entity between the
startDate and endDate (inclusive).
|
long |
AuditLogDao.countAuditLogMessagesForEntity(@NotNull String entityId,
@Nullable AuditLogEntityType entityType,
long startDate,
long endDate,
@Nullable String searchTerm) |
Retrieve the number of audit log messages recorded against the specified entity between the
startDate and endDate (inclusive).
|
long |
AuditLogHibernateDao.countAuditLogMessagesForEntity(@NotNull String entityId,
@Nullable AuditLogEntityType entityType,
long startDate,
long endDate,
@Nullable String searchTerm) |
|
long |
AuditLogHibernateDao.countAuditLogMessagesForEntity(@NotNull String entityId,
AuditLogEntityType entityType,
long startDate,
long endDate) |
|
long |
AuditLogService.countAuditLogMessagesForEntity(@NotNull String entityId,
@Nullable AuditLogEntityType entityType,
long startDate,
long endDate) |
Count audit log messages for entity in a given time period
|
long |
AuditLogService.countAuditLogMessagesForEntity(@NotNull String entityId,
@Nullable AuditLogEntityType entityType,
long startDate,
long endDate,
@Nullable String searchTerm) |
Count audit log messages for entity in a given time period and with the requested searchTerm
|
long |
DefaultAuditLogService.countAuditLogMessagesForEntity(@NotNull String entityId,
@Nullable AuditLogEntityType entityType,
long startDate,
long endDate,
@Nullable String searchTerm) |
|
long |
DefaultAuditLogService.countAuditLogMessagesForEntity(@NotNull String entityId,
AuditLogEntityType entityType,
long startDate,
long endDate) |
|
void |
AuditLogDao.deleteAuditLogMessagesByTypeAndEntityId(String entityId,
AuditLogEntityType entityType) |
|
void |
AuditLogHibernateDao.deleteAuditLogMessagesByTypeAndEntityId(String entityId,
AuditLogEntityType entityType) |
|
List<AuditLogEntry> |
AuditLogDao.getAuditLogMessagesForEntity(@NotNull String entityId,
@Nullable AuditLogEntityType entityType,
long startDate,
long endDate,
int firstResult,
int maxResults) |
|
List<AuditLogEntry> |
AuditLogDao.getAuditLogMessagesForEntity(@NotNull String entityId,
@Nullable AuditLogEntityType entityType,
long startDate,
long endDate,
int firstResult,
int maxResults,
@Nullable String searchTerm) |
Provide a paginated list of all audit log messages written against an entity between input dates and requested search term.
|
List<AuditLogEntry> |
AuditLogHibernateDao.getAuditLogMessagesForEntity(@NotNull String entityId,
@Nullable AuditLogEntityType entityType,
long startDate,
long endDate,
int firstResult,
int maxResults) |
|
List<AuditLogEntry> |
AuditLogHibernateDao.getAuditLogMessagesForEntity(@NotNull String entityId,
@Nullable AuditLogEntityType entityType,
long startDate,
long endDate,
int firstResult,
int maxResults,
@Nullable String searchTerm) |
|
List<AuditLogEntry> |
AuditLogService.getAuditLogMessagesForEntity(@NotNull String entityId,
@Nullable AuditLogEntityType entityType,
long startDate,
long endDate,
int firstResult,
int maxResults) |
Provide a paginated list of all audit log messages written against an entity between input dates.
|
List<AuditLogEntry> |
AuditLogService.getAuditLogMessagesForEntity(@NotNull String entityId,
@Nullable AuditLogEntityType entityType,
long startDate,
long endDate,
int firstResult,
int maxResults,
@Nullable String searchTerm) |
Provide a paginated list of all audit log messages written against an entity between input dates and requested search term.
|
List<AuditLogEntry> |
DefaultAuditLogService.getAuditLogMessagesForEntity(@NotNull String entityId,
@Nullable AuditLogEntityType entityType,
long startDate,
long endDate,
int firstResult,
int maxResults,
@Nullable String searchTerm) |
|
List<AuditLogEntry> |
DefaultAuditLogService.getAuditLogMessagesForEntity(@NotNull String entityId,
AuditLogEntityType entityType,
long startDate,
long endDate,
int firstResult,
int maxResults) |
|
void |
AuditLogService.log(@NotNull Iterable<AuditLogService.FieldChange> changes,
@Nullable String entityId,
AuditLogEntityType entityType,
@Nullable String childKey,
@Nullable AuditLogEntity entity) |
|
void |
AuditLogService.log(@NotNull String s,
@Nullable Key key,
@Nullable AuditLogEntityType entityType,
@Nullable AuditLogEntity entity) |
Add a message to the entity's audit log.
|
void |
AuditLogService.log(@NotNull String msg,
@Nullable Key key,
AuditLogEntityType entityType) |
Add a message to the plans audit log.
|
void |
AuditLogService.log(@NotNull String fieldName,
@Nullable String oldValue,
@Nullable String newValue,
@Nullable Key key,
AuditLogEntityType entityType,
@Nullable AuditLogEntity entity) |
Add 'field change' message to the system audit log.
|
void |
AuditLogService.log(@Nullable com.atlassian.user.User user,
@NotNull String msg,
@Nullable Key key,
@Nullable AuditLogEntityType entityType) |
Add a message to the entity's audit log.
|
void |
AuditLogService.log(@Nullable com.atlassian.user.User user,
@NotNull String msg,
@Nullable Key key,
@Nullable AuditLogEntityType entityType,
@Nullable AuditLogEntity entity) |
Add a message to the plans audit log.
|
void |
DefaultAuditLogService.log(@NotNull Iterable<AuditLogService.FieldChange> changes,
@Nullable String entityId,
@Nullable AuditLogEntityType entityType,
@Nullable String childKey,
@Nullable AuditLogEntity entity) |
|
void |
DefaultAuditLogService.log(@NotNull String msg,
@Nullable Key key,
AuditLogEntityType entityType) |
|
void |
DefaultAuditLogService.log(@NotNull String msg,
@Nullable Key key,
AuditLogEntityType entityType,
@Nullable AuditLogEntity entity) |
|
void |
DefaultAuditLogService.log(@NotNull String fieldName,
@Nullable String oldValue,
@Nullable String newValue,
@Nullable Key key,
@Nullable AuditLogEntityType entityType,
@Nullable AuditLogEntity entity) |
|
void |
DefaultAuditLogService.log(@Nullable com.atlassian.user.User user,
@NotNull String msg,
@Nullable Key key,
AuditLogEntityType entityType) |
|
void |
DefaultAuditLogService.log(@Nullable com.atlassian.user.User user,
@NotNull String msg,
@Nullable Key key,
AuditLogEntityType entityType,
@Nullable AuditLogEntity entity) |
|
void |
DefaultAuditLogService.log(@Nullable String username,
@NotNull String msg,
@Nullable Key key,
@Nullable AuditLogEntityType entityType,
@Nullable AuditLogEntity field) |
|
void |
DefaultAuditLogService.log(@Nullable String username,
@NotNull String msg,
@Nullable Key key,
AuditLogEntityType entityType) |
|
static void |
TaskAuditLogHelper.logTaskConfigurationChanges(AuditLogService auditLogService,
TaskManager taskManager,
AuditLogEntityType entityType,
Key key,
TaskDefinition taskDefinition,
Map<String,String> oldConfiguration,
String oldDescription,
boolean oldIsEnabled) |
|
static void |
TriggerAuditLogHelper.logTriggerChanges(AuditLogService auditLogService,
Key key,
TriggerDefinition oldTriggerDefinition,
TriggerDefinition newTriggerDefinition,
AuditLogEntityType entityType) |
|
static void |
TriggerAuditLogHelper.logTriggerCreation(AuditLogService auditLogService,
Key key,
TriggerDefinition triggerDefinition,
AuditLogEntityType entityType) |
|
static void |
TriggerAuditLogHelper.logTriggerRemoval(AuditLogService auditLogService,
Key key,
TriggerDefinition triggerDefinition,
AuditLogEntityType entityType) |
|
void |
AuditLogService.removeAuditLogMessagesByTypeAndEntityId(@NotNull String entityId,
@Nullable AuditLogEntityType entityType) |
|
void |
DefaultAuditLogService.removeAuditLogMessagesByTypeAndEntityId(@NotNull String entityId,
@Nullable AuditLogEntityType entityType) |
|
protected void |
AuditLogMessage.setEntityType(AuditLogEntityType entityType) |
|
void |
AuditLogMessage.setFieldType(AuditLogEntityType fieldType) |
|