Uses of Class
com.atlassian.confluence.links.OutgoingLink
-
-
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 OutgoingLink Modifier and Type Method Description Set<OutgoingLink>OutgoingLinksExtractor. extract(ContentEntityObject content)Set<OutgoingLink>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 OutgoingLink Modifier and Type Method Description List<OutgoingLink>ContentEntityObject. 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 OutgoingLink Modifier and Type Method Description voidContentEntityObject. addOutgoingLink(OutgoingLink link)voidContentEntityObject. removeOutgoingLink(OutgoingLink link)Method parameters in com.atlassian.confluence.core with type arguments of type OutgoingLink Modifier and Type Method Description voidContentEntityObject. setOutgoingLinks(List<OutgoingLink> outgoingLinks) -
Uses of OutgoingLink in com.atlassian.confluence.impl.content
Methods in com.atlassian.confluence.impl.content that return types with arguments of type OutgoingLink Modifier and Type Method Description List<OutgoingLink>DefaultPageManager. getUndefinedLinks(@Nullable String spaceKey)@NonNull List<OutgoingLink>DefaultPageManager. getUndefinedPages(@Nullable String spaceKey) -
Uses of OutgoingLink in com.atlassian.confluence.links
Methods in com.atlassian.confluence.links that return types with arguments of type OutgoingLink Modifier and Type Method Description List<OutgoingLink>DefaultLinkManager. getIncomingLinksToContent(ContentEntityObject content)Methods in com.atlassian.confluence.links with parameters of type OutgoingLink Modifier and Type Method Description intOutgoingLink. compareTo(OutgoingLink other)voidDefaultLinkManager. removeLink(OutgoingLink link)voidLinkManager. removeLink(OutgoingLink link)Remove an internal linkvoidDefaultLinkManager. saveLink(OutgoingLink link)voidLinkManager. 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 OutgoingLink Modifier and Type Method Description OutgoingLinkAbstractPageLink. toOutgoingLink(ContentEntityObject sourceContent)OutgoingLinkBlogPostLink. toOutgoingLink(ContentEntityObject sourceContent)OutgoingLinkIncludePageMacroLink. 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 OutgoingLink Modifier and Type Method Description List<OutgoingLink>LinkDao. getLinksTo(ContentEntityObject content) -
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 OutgoingLink Modifier and Type Method Description List<OutgoingLink>HibernateLinkDao. getLinksTo(ContentEntityObject theContent)Class<OutgoingLink>HibernateLinkDao. getPersistentClass() -
Uses of OutgoingLink in com.atlassian.confluence.pages
Methods in com.atlassian.confluence.pages that return types with arguments of type OutgoingLink Modifier and Type Method Description List<OutgoingLink>PageManager. getUndefinedLinks(@Nullable String spaceKey)Retrieve a list of link destinations in a given space that do not have pages. -
Uses of OutgoingLink in com.atlassian.confluence.pages.actions
Methods in com.atlassian.confluence.pages.actions that return types with arguments of type OutgoingLink Modifier and Type Method Description Collection<OutgoingLink>PageInfoAction. getExternalLinks()List<OutgoingLink>AbstractPageAction. getIncomingLinks()returns list of "unique" incoming links to this page.List<OutgoingLink>RemovePageAction. getIncomingLinks()Methods in com.atlassian.confluence.pages.actions with parameters of type OutgoingLink Modifier and Type Method Description voidListUndefinedPagesAction.UndefinedPage. addReferenceFrom(OutgoingLink link)ContentEntityObjectPageInfoAction. getDestinationContentEntity(OutgoingLink link)StringPageInfoAction. 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 OutgoingLink Modifier and Type Method Description List<OutgoingLink>PageIncomingLinks. 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 OutgoingLink Modifier and Type Method Description List<OutgoingLink>DelegatingPageDao. getUndefinedLinks(@Nullable String spaceKey)List<OutgoingLink>PageDao. 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 OutgoingLink Modifier and Type Method Description List<OutgoingLink>HibernatePageDao. getUndefinedLinks(@Nullable String spaceKey)
-