|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 | |
---|---|
java.util.Set<OutgoingLink> |
XhtmlOutgoingLinksExtractor.extract(ContentEntityObject content)
|
java.util.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 | |
---|---|
java.util.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(java.util.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 | |
---|---|
java.util.Collection<OutgoingLink> |
PageInfoAction.getExternalLinks()
|
java.util.List<OutgoingLink> |
RemovePageAction.getIncomingLinks()
|
java.util.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 | |
---|---|
void |
ListUndefinedPagesAction.UndefinedPage.addReferenceFrom(OutgoingLink link)
|
ContentEntityObject |
PageInfoAction.getDestinationContentEntity(OutgoingLink link)
|
java.lang.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 | |
---|---|
java.util.List<OutgoingLink> |
PageIncomingLinks.getIncomingLinks(AbstractPage page,
com.atlassian.user.User user)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |