Uses of Enum Class
com.atlassian.crowd.audit.AuditLogEventType
Packages that use AuditLogEventType
Package
Description
-
Uses of AuditLogEventType in com.atlassian.crowd.audit
Methods in com.atlassian.crowd.audit that return AuditLogEventTypeModifier and TypeMethodDescriptionAuditLogChangeset.getEventType()ImmutableAuditLogChangeset.getEventType()static AuditLogEventTypeReturns 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.Methods in com.atlassian.crowd.audit with parameters of type AuditLogEventTypeModifier and TypeMethodDescriptionImmutableAuditLogChangeset.Builder.setEventType(AuditLogEventType eventType) Constructors in com.atlassian.crowd.audit with parameters of type AuditLogEventTypeModifierConstructorDescriptionImmutableAuditLogChangeset(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
Methods in com.atlassian.crowd.audit.query that return types with arguments of type AuditLogEventTypeMethods in com.atlassian.crowd.audit.query with parameters of type AuditLogEventTypeMethod parameters in com.atlassian.crowd.audit.query with type arguments of type AuditLogEventTypeModifier and TypeMethodDescriptionAuditLogQueryBuilder.addAllActions(Collection<AuditLogEventType> actions) -
Uses of AuditLogEventType in com.atlassian.crowd.dao.audit
Methods in com.atlassian.crowd.dao.audit that return AuditLogEventType -
Uses of AuditLogEventType in com.atlassian.crowd.manager.audit.mapper
Methods in com.atlassian.crowd.manager.audit.mapper with parameters of type AuditLogEventTypeModifier 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
Methods in com.atlassian.crowd.model.audit that return AuditLogEventTypeMethods in com.atlassian.crowd.model.audit with parameters of type AuditLogEventTypeModifier and TypeMethodDescriptionvoidAuditLogChangesetEntity.setEventType(AuditLogEventType eventType) -
Uses of AuditLogEventType in com.atlassian.crowd.plugin.rest.entity.audit
Methods in com.atlassian.crowd.plugin.rest.entity.audit that return AuditLogEventTypeModifier and TypeMethodDescriptionAuditLogChangesetRestDTO.getEventType()AuditLogEventTypeRestDTO.getType()Methods in com.atlassian.crowd.plugin.rest.entity.audit with parameters of type AuditLogEventTypeModifier and TypeMethodDescriptionAuditLogChangesetRestDTO.Builder.setEventType(AuditLogEventType eventType) Constructors in com.atlassian.crowd.plugin.rest.entity.audit with parameters of type AuditLogEventTypeModifierConstructorDescriptionAuditLogChangesetRestDTO(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
Methods in com.atlassian.crowd.plugin.rest.entity.audit.query that return types with arguments of type AuditLogEventTypeMethods in com.atlassian.crowd.plugin.rest.entity.audit.query with parameters of type AuditLogEventTypeModifier and TypeMethodDescriptionAuditLogQueryRestDTO.Builder.addAction(AuditLogEventType action) Method parameters in com.atlassian.crowd.plugin.rest.entity.audit.query with type arguments of type AuditLogEventTypeModifier and TypeMethodDescriptionAuditLogQueryRestDTO.Builder.addActions(Iterable<AuditLogEventType> actions) AuditLogQueryRestDTO.Builder.setActions(List<AuditLogEventType> actions) Constructor parameters in com.atlassian.crowd.plugin.rest.entity.audit.query with type arguments of type AuditLogEventTypeModifierConstructorDescriptionAuditLogQueryRestDTO(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
Method parameters in com.atlassian.crowd.plugin.rest.service.controller with type arguments of type AuditLogEventTypeModifier and TypeMethodDescriptionAuditEntityTranslator.translateEventTypes(Collection<AuditLogEventType> types) -
Uses of AuditLogEventType in com.atlassian.crowd.test.matchers
Methods in com.atlassian.crowd.test.matchers with parameters of type AuditLogEventTypeModifier and TypeMethodDescriptionAuditLogChangesetMatcher.Builder.withEventType(AuditLogEventType eventType)
ImmutableAuditLogChangeset.Builderinstead