Uses of Interface
com.atlassian.confluence.links.LinkManager
Packages that use LinkManager
Package
Description
-
Uses of LinkManager in com.atlassian.confluence.impl.content
Constructors in com.atlassian.confluence.impl.content with parameters of type LinkManagerModifierConstructorDescriptionDefaultContentLinkManager(TitleContentMappingManager titleContentMappingManager, org.springframework.transaction.PlatformTransactionManager transactionManager, ContentEntityManager contentEntityManager, LinkManager linkManager, PageManager pageManager, LinksUpdater linksUpdater, com.atlassian.beehive.ClusterLockService clusterLockService) -
Uses of LinkManager in com.atlassian.confluence.impl.content.links
Methods in com.atlassian.confluence.impl.content.links with parameters of type LinkManagerModifier and TypeMethodDescriptionvoidLinkManagerEventListener.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 LinkManagerModifierConstructorDescriptionAttachmentRelatedContentReconciliationListener(LinkManager linkManager, ContentReconciliationManager reconciliationManager, SynchronizationManagerInternal synchronizationManager, org.springframework.transaction.PlatformTransactionManager transactionManager, ContentEntityManagerInternal contentEntityManager, ContentEntityObjectDaoInternal contentEntityObjectDao, BodyContentQuerier bodyContentQuerier, XhtmlContent xhtmlContent, ReconciliationExecutorService reconciliationExecutorService) ReconcileReferringContentTask(org.springframework.transaction.PlatformTransactionManager transactionManager, ContentEntityManagerInternal contentEntityManager, ContentReconciliationManager reconciliationManager, ContentEntityObjectDaoInternal contentEntityObjectDao, LinkManager linkManager, BodyContentQuerier bodyContentQuerier, XhtmlContent xhtmlContent, ReconciliationExecutorService reconciliationExecutorService) -
Uses of LinkManager in com.atlassian.confluence.links
Classes in com.atlassian.confluence.links that implement LinkManagerConstructors in com.atlassian.confluence.links with parameters of type LinkManagerModifierConstructorDescriptionDefaultRelatedContentRefactorer(PageManager pageManager, LinkManager linkManager, LinksUpdater linksUpdater, TitleContentMappingManager titleContentMappingManager) -
Uses of LinkManager in com.atlassian.confluence.pages.actions
Fields in com.atlassian.confluence.pages.actions declared as LinkManagerMethods in com.atlassian.confluence.pages.actions with parameters of type LinkManagerModifier and TypeMethodDescriptionvoidAbstractPageAction.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 LinkManagerModifierConstructorDescriptionPageIncomingLinks(LinkManager linkManager, PermissionManager permissionManager)