Uses of Enum Class
com.atlassian.crowd.audit.AuditLogEntityType
Packages that use AuditLogEntityType
Package
Description
-
Uses of AuditLogEntityType in com.atlassian.crowd.audit
Methods in com.atlassian.crowd.audit that return AuditLogEntityTypeModifier and TypeMethodDescriptiondefault AuditLogEntityType
AuditLogChangeset.getEntityType()
Deprecated.AuditLogEntity.getEntityType()
ImmutableAuditLogEntity.getEntityType()
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.Methods in com.atlassian.crowd.audit with parameters of type AuditLogEntityTypeModifier and TypeMethodDescriptionImmutableAuditLogChangeset.Builder.setEntityType
(AuditLogEntityType entityType) Deprecated.ImmutableAuditLogEntity.Builder.setEntityType
(AuditLogEntityType entityType) Constructors in com.atlassian.crowd.audit with parameters of type AuditLogEntityTypeModifierConstructorDescriptionImmutableAuditLogChangeset
(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.Use theImmutableAuditLogChangeset.Builder
instead -
Uses of AuditLogEntityType in com.atlassian.crowd.dao.audit
Methods in com.atlassian.crowd.dao.audit that return AuditLogEntityType -
Uses of AuditLogEntityType in com.atlassian.crowd.model.audit
Methods in com.atlassian.crowd.model.audit that return AuditLogEntityTypeMethods in com.atlassian.crowd.model.audit with parameters of type AuditLogEntityTypeModifier and TypeMethodDescriptionvoid
AuditLogEntityEntity.setEntityType
(AuditLogEntityType entityType) Constructors in com.atlassian.crowd.model.audit with parameters of type AuditLogEntityTypeModifierConstructorDescriptionAuditLogEntityEntity
(AuditLogEntityType entityType, String entityName, Long entityId, boolean primary) AuditLogEntityEntity
(Long id, AuditLogEntityType entityType, String entityName, Long entityId, boolean primary) AuditLogEntityEntity
(Long id, AuditLogEntityType entityType, String entityName, Long entityId, boolean primary, AuditLogChangesetEntity changeset) -
Uses of AuditLogEntityType in com.atlassian.crowd.plugin.rest.entity.audit
Methods in com.atlassian.crowd.plugin.rest.entity.audit that return AuditLogEntityTypeModifier and TypeMethodDescriptionAuditLogChangesetRestDTO.getEntityType()
AuditLogEntityRestDTO.getType()
Methods in com.atlassian.crowd.plugin.rest.entity.audit with parameters of type AuditLogEntityTypeModifier and TypeMethodDescriptionAuditLogChangesetRestDTO.Builder.setEntityType
(AuditLogEntityType entityType) AuditLogEntityRestDTO.Builder.setType
(AuditLogEntityType type) Constructors in com.atlassian.crowd.plugin.rest.entity.audit with parameters of type AuditLogEntityTypeModifierConstructorDescriptionAuditLogChangesetRestDTO
(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) AuditLogEntityRestDTO
(Long id, String name, String displayName, String originalName, AuditLogEntityType type, Boolean primary) AuditLogEntityRestDTO
(Long id, String name, String displayName, String originalName, AuditLogEntityType type, String subtype, Boolean primary) -
Uses of AuditLogEntityType in com.atlassian.crowd.test.matchers
Methods in com.atlassian.crowd.test.matchers with parameters of type AuditLogEntityTypeModifier and TypeMethodDescriptionstatic AuditLogEntityMatcher
AuditLogEntityMatcher.entity
(AuditLogEntityType entityType, Long entityId, String entityName, boolean primary)
AuditLogChangeset.getEntities()
instead