public class AuditRecordEntity extends Object
AuditRecord
Modifier and Type | Method and Description |
---|---|
static AuditRecordEntity |
from(AuditRecordEntity other) |
Set<AffectedObjectEntity> |
getAssociatedObjects() |
String |
getAuthorFullName() |
com.atlassian.sal.api.user.UserKey |
getAuthorKey() |
String |
getAuthorName() |
String |
getCategory() |
List<ChangedValueEntity> |
getChangedValues() |
Instant |
getCreationDate() |
String |
getDescription() |
long |
getId() |
String |
getObjectName() |
String |
getObjectType() |
String |
getRemoteAddress() |
String |
getSearchString() |
String |
getSummary() |
boolean |
isSysAdmin() |
public static AuditRecordEntity from(AuditRecordEntity other)
public long getId()
public Instant getCreationDate()
public String getSummary()
public String getDescription()
public String getCategory()
public String getObjectName()
public String getObjectType()
public List<ChangedValueEntity> getChangedValues()
public Set<AffectedObjectEntity> getAssociatedObjects()
public String getRemoteAddress()
public boolean isSysAdmin()
public String getSearchString()
public String getAuthorFullName()
public com.atlassian.sal.api.user.UserKey getAuthorKey()
public String getAuthorName()
Copyright © 2003–2018 Atlassian. All rights reserved.