Class AuditRecord
- java.lang.Object
-
- com.atlassian.confluence.api.model.audit.AuditRecord
-
@Deprecated public final class AuditRecord extends Object
Deprecated.since 7.5.0. Use AuditEntity from atlassian-audit-apiValue object that models all data for a single Audit log record- Since:
- 5.10
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAuditRecord.BuilderDeprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static AuditRecord.Builderbuilder()Deprecated.static AuditRecord.Builderbuilder(AuditRecord other)Deprecated.booleanequals(Object other)Deprecated.AffectedObjectgetAffectedObject()Deprecated.Set<AffectedObject>getAssociatedObjects()Deprecated.UsergetAuthor()Deprecated.StringgetCategory()Deprecated.List<ChangedValue>getChangedValues()Deprecated.org.joda.time.DateTimegetCreationDate()Deprecated.StringgetDescription()Deprecated.StringgetRemoteAddress()Deprecated.StringgetSummary()Deprecated.inthashCode()Deprecated.booleanisSysAdmin()Deprecated.
-
-
-
Method Detail
-
getAuthor
public User getAuthor()
Deprecated.
-
getCreationDate
public org.joda.time.DateTime getCreationDate()
Deprecated.
-
getSummary
public String getSummary()
Deprecated.
-
getDescription
public String getDescription()
Deprecated.
-
getCategory
public String getCategory()
Deprecated.
-
getAffectedObject
public AffectedObject getAffectedObject()
Deprecated.
-
getChangedValues
public List<ChangedValue> getChangedValues()
Deprecated.
-
getAssociatedObjects
public Set<AffectedObject> getAssociatedObjects()
Deprecated.
-
getRemoteAddress
public String getRemoteAddress()
Deprecated.
-
isSysAdmin
public boolean isSysAdmin()
Deprecated.
-
builder
public static AuditRecord.Builder builder()
Deprecated.
-
builder
public static AuditRecord.Builder builder(AuditRecord other)
Deprecated.
-
-