Uses of Enum Class
com.atlassian.crowd.audit.AuditLogEntityType
Package
Description
-
Uses of AuditLogEntityType in com.atlassian.crowd.audit
Modifier 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.Modifier and TypeMethodDescriptionImmutableAuditLogChangeset.Builder.setEntityType
(AuditLogEntityType entityType) Deprecated.ImmutableAuditLogEntity.Builder.setEntityType
(AuditLogEntityType entityType) 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.Use theImmutableAuditLogChangeset.Builder
instead -
Uses of AuditLogEntityType in com.atlassian.crowd.dao.audit
-
Uses of AuditLogEntityType in com.atlassian.crowd.model.audit
Modifier and TypeMethodDescriptionvoid
AuditLogEntityEntity.setEntityType
(AuditLogEntityType entityType) ModifierConstructorDescriptionAuditLogEntityEntity
(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
Modifier and TypeMethodDescriptionAuditLogChangesetRestDTO.getEntityType()
AuditLogEntityRestDTO.getType()
Modifier and TypeMethodDescriptionAuditLogChangesetRestDTO.Builder.setEntityType
(AuditLogEntityType entityType) AuditLogEntityRestDTO.Builder.setType
(AuditLogEntityType type) 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) 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
Modifier and TypeMethodDescriptionstatic AuditLogEntityMatcher
AuditLogEntityMatcher.entity
(AuditLogEntityType entityType, Long entityId, String entityName, boolean primary)
AuditLogChangeset.getEntities()
instead