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 AuditLogChangeset
public Instant getTimestampInstant()
getTimestampInstant
in interface AuditLogChangeset
public 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()
AuditLogChangeset
getAuthorName
in interface AuditLogChangeset
public AuditLogEventType getEventType()
getEventType
in interface AuditLogChangeset
public Optional<AuditLogEntity> getEntity()
getEntity
in interface AuditLogChangeset
public List<AuditLogEntity> getAdditionalEntities()
AuditLogChangeset
getAdditionalEntities
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()
AuditLogChangeset
getEntityName
in interface AuditLogChangeset
@Nullable public String getIpAddress()
getIpAddress
in interface AuditLogChangeset
@Nullable public String getEventMessage()
getEventMessage
in interface AuditLogChangeset
public AuditLogEventSource getSource()
getSource
in interface AuditLogChangeset
public Collection<AuditLogEntryEntity> getEntries()
getEntries
in interface AuditLogChangeset
public Collection<AuditLogEntityEntity> getEntities()
getEntities
in interface AuditLogChangeset
Copyright © 2020 Atlassian. All rights reserved.