Modifier and Type | Method and Description |
---|---|
Set<OutgoingLink> |
XhtmlOutgoingLinksExtractor.extract(ContentEntityObject content) |
Set<OutgoingLink> |
OutgoingLinksExtractor.extract(ContentEntityObject content) |
Modifier and Type | Method and 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()) |
Modifier and Type | Method and Description |
---|---|
void |
ContentEntityObject.addOutgoingLink(OutgoingLink link) |
void |
ContentEntityObject.removeOutgoingLink(OutgoingLink link) |
Modifier and Type | Method and Description |
---|---|
void |
ContentEntityObject.setOutgoingLinks(List<OutgoingLink> outgoingLinks) |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
OutgoingLink |
IncludePageMacroLink.toOutgoingLink(ContentEntityObject sourceContent) |
OutgoingLink |
BlogPostLink.toOutgoingLink(ContentEntityObject sourceContent) |
OutgoingLink |
AbstractPageLink.toOutgoingLink(ContentEntityObject sourceContent) |
Modifier and Type | Method and Description |
---|---|
Collection<OutgoingLink> |
PageInfoAction.getExternalLinks() |
List<OutgoingLink> |
RemovePageAction.getIncomingLinks() |
List<OutgoingLink> |
AbstractPageAction.getIncomingLinks()
returns list of "unique" incoming links to this page.
|
Modifier and Type | Method and Description |
---|---|
void |
ListUndefinedPagesAction.UndefinedPage.addReferenceFrom(OutgoingLink link) |
ContentEntityObject |
PageInfoAction.getDestinationContentEntity(OutgoingLink link) |
String |
PageInfoAction.renderUrlLink(OutgoingLink link) |
Modifier and Type | Method and Description |
---|---|
List<OutgoingLink> |
PageIncomingLinks.getIncomingLinks(AbstractPage page,
com.atlassian.user.User user)
Get unique undeleted incoming links
|
Copyright © 2003–2015 Atlassian. All rights reserved.