Uses of Class
com.atlassian.confluence.content.render.xhtml.links.LinksUpdater.AttachmentReferenceDetails
Packages that use LinksUpdater.AttachmentReferenceDetails
-
Uses of LinksUpdater.AttachmentReferenceDetails in com.atlassian.confluence.content.render.xhtml.links
Methods in com.atlassian.confluence.content.render.xhtml.links that return LinksUpdater.AttachmentReferenceDetailsModifier and TypeMethodDescriptionLinksUpdater.AttachmentReferenceDetails.createReference
(Attachment attachment) Methods in com.atlassian.confluence.content.render.xhtml.links with parameters of type LinksUpdater.AttachmentReferenceDetailsModifier and TypeMethodDescriptionLinksUpdater.updateAttachmentReferencesInContent
(String content, LinksUpdater.AttachmentReferenceDetails old, LinksUpdater.AttachmentReferenceDetails updated) Update all the attachment references in the content that referred to the 'old' attachment to now refer to the 'updated' attachment.XhtmlLinksUpdater.updateAttachmentReferencesInContent
(String content, LinksUpdater.AttachmentReferenceDetails old, LinksUpdater.AttachmentReferenceDetails updated) Method parameters in com.atlassian.confluence.content.render.xhtml.links with type arguments of type LinksUpdater.AttachmentReferenceDetailsModifier and TypeMethodDescriptionLinksUpdater.updateAttachmentReferencesInContent
(String content, Map<LinksUpdater.AttachmentReferenceDetails, LinksUpdater.AttachmentReferenceDetails> oldToNewLinkDetails) Update all the attachment references in the content that referred to the 'old' attachment to now refer to the 'updated' attachment.LinksUpdater.updateAttachmentReferencesInContent
(String content, Map<LinksUpdater.AttachmentReferenceDetails, LinksUpdater.AttachmentReferenceDetails> oldToNewLinkDetails) Update all the attachment references in the content that referred to the 'old' attachment to now refer to the 'updated' attachment.XhtmlLinksUpdater.updateAttachmentReferencesInContent
(String content, Map<LinksUpdater.AttachmentReferenceDetails, LinksUpdater.AttachmentReferenceDetails> oldToNewLinkDetails) XhtmlLinksUpdater.updateAttachmentReferencesInContent
(String content, Map<LinksUpdater.AttachmentReferenceDetails, LinksUpdater.AttachmentReferenceDetails> oldToNewLinkDetails)