Uses of Interface
com.atlassian.confluence.links.LinkManager
-
-
Uses of LinkManager in com.atlassian.confluence.impl.content.links
Methods in com.atlassian.confluence.impl.content.links with parameters of type LinkManager Modifier and Type Method Description void
LinkManagerEventListener.VisitorEvent. visit(LinkManager linkManager)
-
Uses of LinkManager in com.atlassian.confluence.internal.content.collab
Constructors in com.atlassian.confluence.internal.content.collab with parameters of type LinkManager Constructor Description AttachmentRelatedContentReconciliationListener(LinkManager linkManager, ContentReconciliationManager reconciliationManager, SynchronizationManager synchronizationManager, org.springframework.transaction.PlatformTransactionManager transactionManager, ContentEntityManagerInternal contentEntityManager, ContentEntityObjectDaoInternal contentEntityObjectDao)
-
Uses of LinkManager in com.atlassian.confluence.links
Classes in com.atlassian.confluence.links that implement LinkManager Modifier and Type Class Description class
DefaultLinkManager
Constructors in com.atlassian.confluence.links with parameters of type LinkManager Constructor Description DefaultRelatedContentRefactorer(PageManager pageManager, LinkManager linkManager, LinksUpdater linksUpdater)
-
Uses of LinkManager in com.atlassian.confluence.pages.actions
Fields in com.atlassian.confluence.pages.actions declared as LinkManager Modifier and Type Field Description protected LinkManager
AbstractPageAction. linkManager
Methods in com.atlassian.confluence.pages.actions with parameters of type LinkManager Modifier and Type Method Description void
AbstractPageAction. setLinkManager(LinkManager linkManager)
void
MoveAttachmentAction. setLinkManager(LinkManager linkManager)
void
RemovePageAction. setLinkManager(LinkManager linkManager)
-
Uses of LinkManager in com.atlassian.confluence.pages.actions.beans
Constructors in com.atlassian.confluence.pages.actions.beans with parameters of type LinkManager Constructor Description PageIncomingLinks(LinkManager linkManager, PermissionManager permissionManager)
-