Uses of Class
com.atlassian.confluence.impl.audit.ChangedValueEntity
-
Packages that use ChangedValueEntity Package Description com.atlassian.confluence.impl.audit com.atlassian.confluence.internal.audit -
-
Uses of ChangedValueEntity in com.atlassian.confluence.impl.audit
Methods in com.atlassian.confluence.impl.audit that return ChangedValueEntity Modifier and Type Method Description static ChangedValueEntity
ChangedValueEntity. from(ChangedValueEntity other, AuditRecordEntity parentRecord)
Deprecated.static ChangedValueEntity
ChangedValueEntity. fromChangedValue(ChangedValue changedValue, AuditRecordEntity parentRecord)
Deprecated.Methods in com.atlassian.confluence.impl.audit that return types with arguments of type ChangedValueEntity Modifier and Type Method Description List<ChangedValueEntity>
AuditRecordEntity. getChangedValues()
Deprecated.Methods in com.atlassian.confluence.impl.audit with parameters of type ChangedValueEntity Modifier and Type Method Description static ChangedValueEntity
ChangedValueEntity. from(ChangedValueEntity other, AuditRecordEntity parentRecord)
Deprecated. -
Uses of ChangedValueEntity in com.atlassian.confluence.internal.audit
Methods in com.atlassian.confluence.internal.audit with parameters of type ChangedValueEntity Modifier and Type Method Description static com.atlassian.audit.entity.ChangedValue
AuditFormatConverter. toNewChangedValue(ChangedValueEntity dbObject)
-