public class AssembledAuditLogChangeset extends Object implements AuditLogChangeset
| Constructor and Description |
|---|
AssembledAuditLogChangeset(AuditLogChangesetEntity changeset,
Set<AuditLogEntityEntity> entities,
Set<AuditLogEntryEntity> entries) |
| Modifier and Type | Method and Description |
|---|---|
List<AuditLogEntity> |
getAdditionalEntities()
Will return additional objects affected by this audit event.
|
AuditLogAuthor |
getAuthor() |
Long |
getAuthorId()
Deprecated.
|
String |
getAuthorName()
Deprecated.
|
AuditLogAuthorType |
getAuthorType()
Deprecated.
|
Collection<AuditLogEntityEntity> |
getEntities() |
Optional<AuditLogEntity> |
getEntity() |
Long |
getEntityId()
Deprecated.
|
String |
getEntityName()
Deprecated.
|
AuditLogEntityType |
getEntityType()
Deprecated.
|
Collection<AuditLogEntryEntity> |
getEntries() |
String |
getEventMessage() |
AuditLogEventType |
getEventType() |
Long |
getId() |
String |
getIpAddress() |
AuditLogEventSource |
getSource() |
Instant |
getTimestampInstant() |
public AssembledAuditLogChangeset(AuditLogChangesetEntity changeset, @Nullable Set<AuditLogEntityEntity> entities, @Nullable Set<AuditLogEntryEntity> entries)
public Long getId()
getId in interface AuditLogChangesetpublic Instant getTimestampInstant()
getTimestampInstant in interface AuditLogChangesetpublic AuditLogAuthor getAuthor()
getAuthor in interface AuditLogChangeset@Deprecated public AuditLogAuthorType getAuthorType()
getAuthorType in interface AuditLogChangeset@Deprecated @Nullable public Long getAuthorId()
getAuthorId in interface AuditLogChangeset@Deprecated @Nullable public String getAuthorName()
AuditLogChangesetgetAuthorName in interface AuditLogChangesetpublic AuditLogEventType getEventType()
getEventType in interface AuditLogChangesetpublic Optional<AuditLogEntity> getEntity()
getEntity in interface AuditLogChangesetpublic List<AuditLogEntity> getAdditionalEntities()
AuditLogChangesetgetAdditionalEntities in interface AuditLogChangeset@Nullable @Deprecated public AuditLogEntityType getEntityType()
getEntityType in interface AuditLogChangeset@Nullable @Deprecated public Long getEntityId()
getEntityId in interface AuditLogChangeset@Nullable @Deprecated public String getEntityName()
AuditLogChangesetgetEntityName in interface AuditLogChangeset@Nullable public String getIpAddress()
getIpAddress in interface AuditLogChangeset@Nullable public String getEventMessage()
getEventMessage in interface AuditLogChangesetpublic AuditLogEventSource getSource()
getSource in interface AuditLogChangesetpublic Collection<AuditLogEntryEntity> getEntries()
getEntries in interface AuditLogChangesetpublic Collection<AuditLogEntityEntity> getEntities()
getEntities in interface AuditLogChangesetCopyright © 2023 Atlassian. All rights reserved.