Uses of Class
com.atlassian.confluence.links.OutgoingLink
Packages that use OutgoingLink
Package
Description
-
Uses of OutgoingLink in com.atlassian.confluence.content.render.xhtml.links
Methods in com.atlassian.confluence.content.render.xhtml.links that return types with arguments of type OutgoingLinkModifier and TypeMethodDescriptionOutgoingLinksExtractor.extract
(ContentEntityObject content) XhtmlOutgoingLinksExtractor.extract
(ContentEntityObject content) -
Uses of OutgoingLink in com.atlassian.confluence.core
Methods in com.atlassian.confluence.core that return types with arguments of type OutgoingLinkModifier and TypeMethodDescriptionContentEntityObject.getOutgoingLinks()
An outgoing link is a link on this page to another confluence page.
It could also link to a website URL
These links are contained in the page content
They are refreshed each time the page is updated (LinkManager.updateOutgoingLinks())Methods in com.atlassian.confluence.core with parameters of type OutgoingLinkModifier and TypeMethodDescriptionvoid
ContentEntityObject.addOutgoingLink
(OutgoingLink link) void
ContentEntityObject.removeOutgoingLink
(OutgoingLink link) Method parameters in com.atlassian.confluence.core with type arguments of type OutgoingLinkModifier and TypeMethodDescriptionvoid
ContentEntityObject.setOutgoingLinks
(List<OutgoingLink> outgoingLinks) -
Uses of OutgoingLink in com.atlassian.confluence.dmz.pages
Methods in com.atlassian.confluence.dmz.pages that return types with arguments of type OutgoingLinkModifier and TypeMethodDescriptionPageManagerInternal.getUndefinedLinks
(@Nullable String spaceKey, LimitedRequest limitedRequest) Retrieve a list of link destinations in a given space that do not have pages. -
Uses of OutgoingLink in com.atlassian.confluence.impl.content
Methods in com.atlassian.confluence.impl.content that return types with arguments of type OutgoingLinkModifier and TypeMethodDescriptionfinal List<OutgoingLink>
DefaultPageManager.getUndefinedLinks
(@Nullable String spaceKey) DefaultPageManager.getUndefinedLinks
(@Nullable String spaceKey, LimitedRequest limitedRequest) @NonNull List<OutgoingLink>
DefaultPageManager.getUndefinedPages
(@Nullable String spaceKey) -
Uses of OutgoingLink in com.atlassian.confluence.internal.pages.persistence
Methods in com.atlassian.confluence.internal.pages.persistence that return types with arguments of type OutgoingLinkModifier and TypeMethodDescriptionPageDaoInternal.getUndefinedLinks
(@Nullable String spaceKey, LimitedRequest limitedRequest) Retrieve the undefined links in a space. -
Uses of OutgoingLink in com.atlassian.confluence.links
Methods in com.atlassian.confluence.links that return types with arguments of type OutgoingLinkModifier and TypeMethodDescriptionDefaultLinkManager.getIncomingLinksToContent
(ContentEntityObject content) Methods in com.atlassian.confluence.links with parameters of type OutgoingLinkModifier and TypeMethodDescriptionint
OutgoingLink.compareTo
(OutgoingLink other) void
DefaultLinkManager.removeLink
(OutgoingLink link) void
LinkManager.removeLink
(OutgoingLink link) Remove an internal linkvoid
DefaultLinkManager.saveLink
(OutgoingLink link) void
LinkManager.saveLink
(OutgoingLink link) Save an internal link -
Uses of OutgoingLink in com.atlassian.confluence.links.linktypes
Methods in com.atlassian.confluence.links.linktypes that return OutgoingLinkModifier and TypeMethodDescriptionAbstractPageLink.toOutgoingLink
(ContentEntityObject sourceContent) BlogPostLink.toOutgoingLink
(ContentEntityObject sourceContent) IncludePageMacroLink.toOutgoingLink
(ContentEntityObject sourceContent) -
Uses of OutgoingLink in com.atlassian.confluence.links.persistence.dao
Methods in com.atlassian.confluence.links.persistence.dao that return types with arguments of type OutgoingLinkMethods in com.atlassian.confluence.links.persistence.dao with parameters of type OutgoingLinkModifier and TypeMethodDescriptionvoid
LinkDao.remove
(OutgoingLink link) void
LinkDao.save
(OutgoingLink link) -
Uses of OutgoingLink in com.atlassian.confluence.links.persistence.dao.hibernate
Methods in com.atlassian.confluence.links.persistence.dao.hibernate that return types with arguments of type OutgoingLinkModifier and TypeMethodDescriptionHibernateLinkDao.getLinksTo
(ContentEntityObject theContent) HibernateLinkDao.getPersistentClass()
Methods in com.atlassian.confluence.links.persistence.dao.hibernate with parameters of type OutgoingLink -
Uses of OutgoingLink in com.atlassian.confluence.pages
Methods in com.atlassian.confluence.pages that return types with arguments of type OutgoingLinkModifier and TypeMethodDescriptionReadOnlyAttachment.getOutgoingLinks()
Deprecated, for removal: This API element is subject to removal in a future version.PageManager.getUndefinedLinks
(@Nullable String spaceKey) Retrieve a list of link destinations in a given space that do not have pages.@NonNull List<OutgoingLink>
PageManager.getUndefinedPages
(@Nullable String spaceKey) Deprecated.Methods in com.atlassian.confluence.pages with parameters of type OutgoingLinkModifier and TypeMethodDescriptionvoid
ReadOnlyAttachment.addOutgoingLink
(OutgoingLink link) Deprecated, for removal: This API element is subject to removal in a future version.void
ReadOnlyAttachment.removeOutgoingLink
(OutgoingLink link) Deprecated, for removal: This API element is subject to removal in a future version.Method parameters in com.atlassian.confluence.pages with type arguments of type OutgoingLinkModifier and TypeMethodDescriptionvoid
ReadOnlyAttachment.setOutgoingLinks
(List<OutgoingLink> outgoingLinks) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of OutgoingLink in com.atlassian.confluence.pages.actions
Methods in com.atlassian.confluence.pages.actions that return types with arguments of type OutgoingLinkModifier and TypeMethodDescriptionPageInfoAction.getExternalLinks()
AbstractPageAction.getIncomingLinks()
returns list of "unique" incoming links to this page.RemovePageAction.getIncomingLinks()
Methods in com.atlassian.confluence.pages.actions with parameters of type OutgoingLinkModifier and TypeMethodDescriptionvoid
ListUndefinedPagesAction.UndefinedPage.addReferenceFrom
(OutgoingLink link) PageInfoAction.getDestinationContentEntity
(OutgoingLink link) PageInfoAction.renderUrlLink
(OutgoingLink link) -
Uses of OutgoingLink in com.atlassian.confluence.pages.actions.beans
Methods in com.atlassian.confluence.pages.actions.beans that return types with arguments of type OutgoingLinkModifier and TypeMethodDescriptionPageIncomingLinks.getIncomingLinks
(AbstractPage page, com.atlassian.user.User user) Get unique undeleted incoming links -
Uses of OutgoingLink in com.atlassian.confluence.pages.persistence.dao
Methods in com.atlassian.confluence.pages.persistence.dao that return types with arguments of type OutgoingLinkModifier and TypeMethodDescriptionPageDao.getUndefinedLinks
(@Nullable String spaceKey) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of OutgoingLink in com.atlassian.confluence.pages.persistence.dao.hibernate
Methods in com.atlassian.confluence.pages.persistence.dao.hibernate that return types with arguments of type OutgoingLinkModifier and TypeMethodDescriptionfinal List<OutgoingLink>
HibernatePageDao.getUndefinedLinks
(@Nullable String spaceKey) final List<OutgoingLink>
HibernatePageDao.getUndefinedLinks
(@Nullable String spaceKey, LimitedRequest limitedRequest) -
Uses of OutgoingLink in com.atlassian.confluence.spaces
Methods in com.atlassian.confluence.spaces that return types with arguments of type OutgoingLinkMethods in com.atlassian.confluence.spaces with parameters of type OutgoingLinkModifier and TypeMethodDescriptionvoid
ReadOnlySpaceDescription.addOutgoingLink
(OutgoingLink link) void
ReadOnlySpaceDescription.removeOutgoingLink
(OutgoingLink link) Method parameters in com.atlassian.confluence.spaces with type arguments of type OutgoingLinkModifier and TypeMethodDescriptionvoid
ReadOnlySpaceDescription.setOutgoingLinks
(List<OutgoingLink> outgoingLinks)
PageManager.getUndefinedLinks(String)