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 TypeMethodDescriptionvoidContentEntityObject.addOutgoingLink(OutgoingLink link) voidContentEntityObject.removeOutgoingLink(OutgoingLink link) Method parameters in com.atlassian.confluence.core with type arguments of type OutgoingLinkModifier and TypeMethodDescriptionvoidContentEntityObject.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) -
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 TypeMethodDescriptionintOutgoingLink.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 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 TypeMethodDescriptionvoidLinkDao.remove(OutgoingLink link) voidLinkDao.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 TypeMethodDescriptionPageManager.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 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 TypeMethodDescriptionvoidListUndefinedPagesAction.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, ConfluenceUser user) Get unique undeleted incoming linksPageIncomingLinks.getIncomingLinks(AbstractPage page, com.atlassian.user.User user) Deprecated, for removal: This API element is subject to removal in a future version. -
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 TypeMethodDescriptionvoidReadOnlySpaceDescription.addOutgoingLink(OutgoingLink link) voidReadOnlySpaceDescription.removeOutgoingLink(OutgoingLink link) Method parameters in com.atlassian.confluence.spaces with type arguments of type OutgoingLinkModifier and TypeMethodDescriptionvoidReadOnlySpaceDescription.setOutgoingLinks(List<OutgoingLink> outgoingLinks)
PageIncomingLinks.getIncomingLinks(AbstractPage, ConfluenceUser)