Uses of Class
com.atlassian.confluence.links.OutgoingLink
Package
Description
-
Uses of OutgoingLink in com.atlassian.confluence.content.render.xhtml.links
Modifier and TypeMethodDescriptionOutgoingLinksExtractor.extract
(ContentEntityObject content) XhtmlOutgoingLinksExtractor.extract
(ContentEntityObject content) -
Uses of OutgoingLink in com.atlassian.confluence.core
Modifier 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())Modifier and TypeMethodDescriptionvoid
ContentEntityObject.addOutgoingLink
(OutgoingLink link) void
ContentEntityObject.removeOutgoingLink
(OutgoingLink link) Modifier and TypeMethodDescriptionvoid
ContentEntityObject.setOutgoingLinks
(List<OutgoingLink> outgoingLinks) -
Uses of OutgoingLink in com.atlassian.confluence.dmz.pages
Modifier 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
Modifier 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
Modifier and TypeMethodDescriptionPageDaoInternal.getUndefinedLinks
(@Nullable String spaceKey, LimitedRequest limitedRequest) Retrieve the undefined links in a space. -
Uses of OutgoingLink in com.atlassian.confluence.links
Modifier and TypeMethodDescriptionDefaultLinkManager.getIncomingLinksToContent
(ContentEntityObject content) Modifier 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
Modifier and TypeMethodDescriptionAbstractPageLink.toOutgoingLink
(ContentEntityObject sourceContent) BlogPostLink.toOutgoingLink
(ContentEntityObject sourceContent) IncludePageMacroLink.toOutgoingLink
(ContentEntityObject sourceContent) -
Uses of OutgoingLink in com.atlassian.confluence.links.persistence.dao
Modifier and TypeMethodDescriptionvoid
LinkDao.remove
(OutgoingLink link) void
LinkDao.save
(OutgoingLink link) -
Uses of OutgoingLink in com.atlassian.confluence.links.persistence.dao.hibernate
Modifier and TypeMethodDescriptionHibernateLinkDao.getLinksTo
(ContentEntityObject theContent) HibernateLinkDao.getPersistentClass()
-
Uses of OutgoingLink in com.atlassian.confluence.pages
Modifier 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.Modifier 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.Modifier 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
Modifier and TypeMethodDescriptionPageInfoAction.getExternalLinks()
AbstractPageAction.getIncomingLinks()
returns list of "unique" incoming links to this page.RemovePageAction.getIncomingLinks()
Modifier 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
Modifier 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
Modifier 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
Modifier 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
Modifier and TypeMethodDescriptionvoid
ReadOnlySpaceDescription.addOutgoingLink
(OutgoingLink link) void
ReadOnlySpaceDescription.removeOutgoingLink
(OutgoingLink link) Modifier and TypeMethodDescriptionvoid
ReadOnlySpaceDescription.setOutgoingLinks
(List<OutgoingLink> outgoingLinks)
PageManager.getUndefinedLinks(String)