Uses of Class
com.atlassian.confluence.links.OutgoingLink

Packages that use OutgoingLink
com.atlassian.confluence.content.render.xhtml.links   
com.atlassian.confluence.core   
com.atlassian.confluence.links   
com.atlassian.confluence.links.linktypes   
com.atlassian.confluence.pages.actions   
com.atlassian.confluence.pages.actions.beans   
 

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
 Set<OutgoingLink> XhtmlOutgoingLinksExtractor.extract(ContentEntityObject content)
           
 Set<OutgoingLink> OutgoingLinksExtractor.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
 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
 void ContentEntityObject.addOutgoingLink(OutgoingLink link)
           
 void ContentEntityObject.removeOutgoingLink(OutgoingLink link)
           
 

Method parameters in com.atlassian.confluence.core with type arguments of type OutgoingLink
 void ContentEntityObject.setOutgoingLinks(List<OutgoingLink> outgoingLinks)
           
 

Uses of OutgoingLink in com.atlassian.confluence.links
 

Methods in com.atlassian.confluence.links with parameters of type OutgoingLink
 void LinkManager.removeLink(OutgoingLink link)
          Remove an internal link
 void DefaultLinkManager.removeLink(OutgoingLink link)
           
 void LinkManager.saveLink(OutgoingLink link)
          Save an internal link
 void DefaultLinkManager.saveLink(OutgoingLink link)
           
 

Uses of OutgoingLink in com.atlassian.confluence.links.linktypes
 

Methods in com.atlassian.confluence.links.linktypes that return OutgoingLink
 OutgoingLink IncludePageMacroLink.toOutgoingLink(ContentEntityObject sourceContent)
           
 OutgoingLink BlogPostLink.toOutgoingLink(ContentEntityObject sourceContent)
           
 OutgoingLink AbstractPageLink.toOutgoingLink(ContentEntityObject sourceContent)
           
 

Uses of OutgoingLink in com.atlassian.confluence.pages.actions
 

Methods in com.atlassian.confluence.pages.actions that return types with arguments of type OutgoingLink
 Collection<OutgoingLink> PageInfoAction.getExternalLinks()
           
 List<OutgoingLink> RemovePageAction.getIncomingLinks()
           
 List<OutgoingLink> AbstractPageAction.getIncomingLinks()
          returns list of "unique" incoming links to this page.
 

Methods in com.atlassian.confluence.pages.actions with parameters of type OutgoingLink
 ContentEntityObject PageInfoAction.getDestinationContentEntity(OutgoingLink link)
           
 String 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 OutgoingLink
 List<OutgoingLink> PageIncomingLinks.getIncomingLinks(AbstractPage page, com.atlassian.user.User user)
           
 



Copyright © 2003-2012 Atlassian. All Rights Reserved.