| 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) |
| Modifier and Type | Method and Description |
|---|---|
List<AuditLogEntity> |
AssembledAuditLogChangeset.getAdditionalEntities() |
Optional<AuditLogEntity> |
AssembledAuditLogChangeset.getEntity() |
| Modifier and Type | Class and Description |
|---|---|
class |
AuditLogEntityEntity |
| Constructor and Description |
|---|
AuditLogEntityEntity(AuditLogEntity entity) |
| Modifier and Type | Method and Description |
|---|---|
AuditLogEntity |
AuditLogEntityRestDTO.toEntity() |
| Modifier and Type | Method and Description |
|---|---|
List<AuditLogEntityRestDTO> |
AuditEntityTranslator.translateEntities(Collection<AuditLogEntity> entities) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
AuditLogEntityMatcher.matchesSafely(AuditLogEntity item) |
| Modifier and Type | Method and Description |
|---|---|
AuditLogChangesetMatcher.Builder |
AuditLogChangesetMatcher.Builder.withEntity(org.hamcrest.Matcher<Iterable<? extends AuditLogEntity>> entities) |
Copyright © 2019 Atlassian. All rights reserved.