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