| Package | Description |
|---|---|
| com.atlassian.crowd.audit |
| Modifier and Type | Class and Description |
|---|---|
class |
ImmutableAuditLogEntity
Concrete implementation of an object affected by an auditable event
|
| Modifier and Type | Method and Description |
|---|---|
default List<AuditLogEntity> |
AuditLogChangeset.getAdditionalEntities()
Will return additional objects affected by this audit event.
|
Collection<? extends AuditLogEntity> |
AuditLogChangeset.getEntities() |
default Optional<AuditLogEntity> |
AuditLogChangeset.getEntity() |
| Modifier and Type | Method and Description |
|---|---|
ImmutableAuditLogChangeset.Builder |
ImmutableAuditLogChangeset.Builder.addEntity(AuditLogEntity entity) |
static ImmutableAuditLogEntity |
ImmutableAuditLogEntity.from(AuditLogEntity original) |
| Modifier and Type | Method and Description |
|---|---|
ImmutableAuditLogChangeset.Builder |
ImmutableAuditLogChangeset.Builder.setEntities(Collection<? extends AuditLogEntity> entities) |
| Constructor and Description |
|---|
Builder(AuditLogEntity entity) |
Copyright © 2023 Atlassian. All rights reserved.