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 |
---|---|
List<OutgoingLink> |
PageManager.getUndefinedLinks(String spaceKey)
Retrieve a list of link destinations in a given space that do not have pages.
|
List<OutgoingLink> |
DefaultPageManager.getUndefinedLinks(String spaceKey) |
List<OutgoingLink> |
DefaultPageManager.getUndefinedPages(String spaceKey) |
Modifier and Type | Method and Description |
---|---|
Collection<OutgoingLink> |
PageInfoAction.getExternalLinks() |
List<OutgoingLink> |
AbstractPageAction.getIncomingLinks()
returns list of "unique" incoming links to this page.
|
List<OutgoingLink> |
RemovePageAction.getIncomingLinks() |
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
|
Modifier and Type | Method and Description |
---|---|
List<OutgoingLink> |
PageDao.getUndefinedLinks(String spaceKey) |
Modifier and Type | Method and Description |
---|---|
List<OutgoingLink> |
HibernatePageDao.getUndefinedLinks(String spaceKey) |
List<OutgoingLink> |
CachingPageDao.getUndefinedLinks(String spaceKey) |
Copyright © 2003–2018 Atlassian. All rights reserved.