Uses of Class
com.atlassian.confluence.impl.audit.AffectedObjectEntity
-
Packages that use AffectedObjectEntity Package Description com.atlassian.confluence.impl.audit -
-
Uses of AffectedObjectEntity in com.atlassian.confluence.impl.audit
Methods in com.atlassian.confluence.impl.audit that return AffectedObjectEntity Modifier and Type Method Description static AffectedObjectEntityAffectedObjectEntity. from(AffectedObjectEntity other, AuditRecordEntity parentRecord)Deprecated.static AffectedObjectEntityAffectedObjectEntity. fromAffectedObject(AffectedObject affectedObject, AuditRecordEntity parentRecord)Deprecated.Methods in com.atlassian.confluence.impl.audit that return types with arguments of type AffectedObjectEntity Modifier and Type Method Description Set<AffectedObjectEntity>AuditRecordEntity. getAssociatedObjects()Deprecated.Methods in com.atlassian.confluence.impl.audit with parameters of type AffectedObjectEntity Modifier and Type Method Description static AffectedObjectEntityAffectedObjectEntity. from(AffectedObjectEntity other, AuditRecordEntity parentRecord)Deprecated.
-