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 voidLinkManagerEventListener.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)ReconcileReferringContentTask(org.springframework.transaction.PlatformTransactionManager transactionManager, ContentEntityManagerInternal contentEntityManager, ContentReconciliationManager reconciliationManager, ContentEntityObjectDaoInternal contentEntityObjectDao, LinkManager linkManager) -
Uses of LinkManager in com.atlassian.confluence.links
Classes in com.atlassian.confluence.links that implement LinkManager Modifier and Type Class Description classDefaultLinkManagerConstructors 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 LinkManagerAbstractPageAction. linkManagerMethods in com.atlassian.confluence.pages.actions with parameters of type LinkManager Modifier and Type Method Description voidAbstractPageAction. setLinkManager(LinkManager linkManager)voidMoveAttachmentAction. setLinkManager(LinkManager linkManager)voidRemovePageAction. 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)
-