Class AuditRecord
- java.lang.Object
-
- com.atlassian.confluence.api.model.audit.AuditRecord
-
@ExperimentalApi @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 class
AuditRecord.Builder
Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static AuditRecord.Builder
builder()
Deprecated.static AuditRecord.Builder
builder(AuditRecord other)
Deprecated.boolean
equals(Object other)
Deprecated.AffectedObject
getAffectedObject()
Deprecated.Set<AffectedObject>
getAssociatedObjects()
Deprecated.User
getAuthor()
Deprecated.String
getCategory()
Deprecated.List<ChangedValue>
getChangedValues()
Deprecated.org.joda.time.DateTime
getCreationDate()
Deprecated.String
getDescription()
Deprecated.String
getRemoteAddress()
Deprecated.String
getSummary()
Deprecated.int
hashCode()
Deprecated.boolean
isSysAdmin()
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.
-
-