Uses of Enum Class
com.atlassian.bamboo.persister.AuditLogEntityType
-
Uses of AuditLogEntityType in com.atlassian.bamboo.persister
Modifier and TypeFieldDescriptionstatic javax.persistence.metamodel.SingularAttribute<AuditLogMessage,
AuditLogEntityType> AuditLogMessage_.entityType
static javax.persistence.metamodel.SingularAttribute<AuditLogMessage,
AuditLogEntityType> AuditLogMessage_.fieldType
Modifier and TypeMethodDescriptionAuditLogEntityTypeUserType.fromString
(@NotNull String stringValue) @Nullable AuditLogEntityType
AuditLogEntry.getEntityType()
AuditLogMessage.getEntityType()
@Nullable AuditLogEntityType
AuditLogEntry.getFieldType()
AuditLogMessage.getFieldType()
static @Nullable AuditLogEntityType
AuditLogEntityType.getInstance
(String name) Returns the appropriate enum value from the given type stringAuditLogEntity.getType()
static AuditLogEntityType
Returns the enum constant of this class with the specified name.static AuditLogEntityType[]
AuditLogEntityType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionlong
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 periodlong
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 searchTermlong
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) AuditLogDao.getAuditLogMessagesForEntity
(@NotNull String entityId, @Nullable AuditLogEntityType entityType, long startDate, long endDate, int firstResult, int maxResults) 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.AuditLogHibernateDao.getAuditLogMessagesForEntity
(@NotNull String entityId, @Nullable AuditLogEntityType entityType, long startDate, long endDate, int firstResult, int maxResults) AuditLogHibernateDao.getAuditLogMessagesForEntity
(@NotNull String entityId, @Nullable AuditLogEntityType entityType, long startDate, long endDate, int firstResult, int maxResults, @Nullable String searchTerm) 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.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.DefaultAuditLogService.getAuditLogMessagesForEntity
(@NotNull String entityId, @Nullable AuditLogEntityType entityType, long startDate, long endDate, int firstResult, int maxResults, @Nullable String searchTerm) 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) ModifierConstructorDescriptionAuditLogEntity
(@NotNull AuditLogEntityType auditLogEntityType, @NotNull String entityHeader) AuditLogMessage
(@Nullable String username, @NotNull Date timestamp, @Nullable AuditLogEntityType entityType, @Nullable String entityId, @Nullable String childId, @Nullable AuditLogEntity field, @NotNull String messageType, @NotNull String message, @Nullable String oldValue, @Nullable String newValue)