Uses of Enum Class
com.atlassian.crowd.audit.AuditLogEventType
Package
Description
-
Uses of AuditLogEventType in com.atlassian.crowd.audit
Modifier and TypeMethodDescriptionAuditLogChangeset.getEventType()
ImmutableAuditLogChangeset.getEventType()
static AuditLogEventType
Returns the enum constant of this class with the specified name.static AuditLogEventType[]
AuditLogEventType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionImmutableAuditLogChangeset.Builder.setEventType
(AuditLogEventType eventType) ModifierConstructorDescriptionImmutableAuditLogChangeset
(Long id, Instant timestamp, AuditLogAuthorType authorType, Long authorId, String authorName, AuditLogEventType eventType, AuditLogEntityType entityType, Long entityId, String entityName, String ipAddress, String eventMessage, List<ImmutableAuditLogEntry> entries) Deprecated. -
Uses of AuditLogEventType in com.atlassian.crowd.audit.query
Modifier and TypeMethodDescriptionAuditLogQueryBuilder.addAllActions
(Collection<AuditLogEventType> actions) -
Uses of AuditLogEventType in com.atlassian.crowd.dao.audit
-
Uses of AuditLogEventType in com.atlassian.crowd.manager.audit.mapper
Modifier and TypeMethodDescriptionAuditLogUserMapper.calculateDifference
(AuditLogEventType eventType, User oldUser, User newUser) AuditLogUserMapperImpl.calculateDifference
(AuditLogEventType eventType, User oldUser, User newUser) AuditLogUserMapper.mapDiffsToAuditLogEntries
(AuditLogEventType eventType, String username, org.apache.commons.lang3.builder.DiffResult diffResult) AuditLogUserMapperImpl.mapDiffsToAuditLogEntries
(AuditLogEventType eventType, String username, org.apache.commons.lang3.builder.DiffResult changes) -
Uses of AuditLogEventType in com.atlassian.crowd.model.audit
Modifier and TypeMethodDescriptionvoid
AuditLogChangesetEntity.setEventType
(AuditLogEventType eventType) -
Uses of AuditLogEventType in com.atlassian.crowd.plugin.rest.entity.audit
Modifier and TypeMethodDescriptionAuditLogChangesetRestDTO.getEventType()
AuditLogEventTypeRestDTO.getType()
Modifier and TypeMethodDescriptionAuditLogChangesetRestDTO.Builder.setEventType
(AuditLogEventType eventType) ModifierConstructorDescriptionAuditLogChangesetRestDTO
(Long id, Date timestamp, AuditLogAuthorRestDTO author, AuditLogAuthorType authorType, Long authorId, String authorName, AuditLogEventType eventType, AuditLogEntityType entityType, Long entityId, String entityName, Set<AuditLogEntityRestDTO> entities, String ipAddress, String eventMessage, AuditLogEventSource source, Set<AuditLogEntryRestDTO> entries) AuditLogEventTypeRestDTO
(AuditLogEventType type, String displayName) -
Uses of AuditLogEventType in com.atlassian.crowd.plugin.rest.entity.audit.query
Modifier and TypeMethodDescriptionAuditLogQueryRestDTO.Builder.addAction
(AuditLogEventType action) Modifier and TypeMethodDescriptionAuditLogQueryRestDTO.Builder.addActions
(Iterable<AuditLogEventType> actions) AuditLogQueryRestDTO.Builder.setActions
(List<AuditLogEventType> actions) ModifierConstructorDescriptionAuditLogQueryRestDTO
(Date onOrAfter, Date beforeOrOn, List<AuditLogEventType> actions, List<AuditLogEventSource> sources, List<AuditLogAuthorRestrictionRestDTO> authors, List<AuditLogEntityRestrictionRestDTO> users, List<AuditLogEntityRestrictionRestDTO> groups, List<AuditLogEntityRestrictionRestDTO> applications, List<AuditLogEntityRestrictionRestDTO> directories) -
Uses of AuditLogEventType in com.atlassian.crowd.plugin.rest.service.controller
Modifier and TypeMethodDescriptionAuditEntityTranslator.translateEventTypes
(Collection<AuditLogEventType> types) -
Uses of AuditLogEventType in com.atlassian.crowd.test.matchers
Modifier and TypeMethodDescriptionAuditLogChangesetMatcher.Builder.withEventType
(AuditLogEventType eventType)
ImmutableAuditLogChangeset.Builder
instead