Uses of Class
com.atlassian.confluence.api.model.audit.AffectedObject
Packages that use AffectedObject
-
Uses of AffectedObject in com.atlassian.confluence.api.model.audit
Methods in com.atlassian.confluence.api.model.audit that return AffectedObjectModifier and TypeMethodDescriptionAffectedObject.Builder.build()
AuditRecord.getAffectedObject()
Deprecated.static AffectedObject
AffectedObject.none()
Deprecated.Methods in com.atlassian.confluence.api.model.audit that return types with arguments of type AffectedObjectMethods in com.atlassian.confluence.api.model.audit with parameters of type AffectedObjectModifier and TypeMethodDescriptionAuditRecord.Builder.affectedObject
(@NonNull AffectedObject affectedObject) AuditRecord.Builder.associatedObject
(@NonNull AffectedObject associatedObject) Method parameters in com.atlassian.confluence.api.model.audit with type arguments of type AffectedObjectModifier and TypeMethodDescriptionAuditRecord.Builder.associatedObjects
(@NonNull Set<AffectedObject> associatedObjects) -
Uses of AffectedObject in com.atlassian.confluence.impl.audit
Methods in com.atlassian.confluence.impl.audit that return AffectedObjectMethods in com.atlassian.confluence.impl.audit with parameters of type AffectedObjectModifier and TypeMethodDescriptionstatic AffectedObjectEntity
AffectedObjectEntity.fromAffectedObject
(AffectedObject affectedObject, AuditRecordEntity parentRecord) Deprecated.