Uses of Interface
com.atlassian.confluence.internal.pages.PageManagerInternal
-
-
Uses of PageManagerInternal in com.atlassian.confluence.api.impl.service.audit.uri
Constructors in com.atlassian.confluence.api.impl.service.audit.uri with parameters of type PageManagerInternal Constructor Description PageUriGenerator(PageManagerInternal pageManager, ContentEntityManagerInternal contentEntityManager)
-
Uses of PageManagerInternal in com.atlassian.confluence.api.impl.service.content
Constructors in com.atlassian.confluence.api.impl.service.content with parameters of type PageManagerInternal Constructor Description SpaceServiceImpl(SpaceManagerInternal spaceManager, SpaceFactory spaceFactory, PageManagerInternal pageManager, ContentFactory contentFactory, PaginationService paginationService, PermissionManager permissionManager, ContentService contentService, SpacePermissionManager spacePermissionManager, LongRunningTaskManager longRunningTaskManager, LongTaskFactory longTaskFactory, I18NBeanFactory i18NBeanFactory, FinderProxyFactory finderProxyFactory, LabelManager labelManager, UserChecker userChecker, AccessModeService accessModeService)
-
Uses of PageManagerInternal in com.atlassian.confluence.api.impl.service.content.finder
Constructors in com.atlassian.confluence.api.impl.service.content.finder with parameters of type PageManagerInternal Constructor Description ContentFinderFactory(ContentFactory contentFactory, PageManagerInternal pageManager, SpaceManager spaceManager, PaginationService paginationService, AttachmentContentTypeApiSupport attachmentContentTypeBinding, ContentEntityManagerInternal contentEntityManager, PermissionManager permissionManager, FinderProxyFactory finderProxyFactory)
-
Uses of PageManagerInternal in com.atlassian.confluence.api.impl.service.content.typebinding
Constructors in com.atlassian.confluence.api.impl.service.content.typebinding with parameters of type PageManagerInternal Constructor Description PageContentTypeApiSupport(ContentFactory contentFactory, PageManagerInternal pageManager, SpaceManager spaceManager, PaginationService paginationService, ApiSupportProvider apiSupportProvider, ContentCreator contentCreator, com.atlassian.event.api.EventPublisher eventPublisher, PageTemplateManager pageTemplateManager)
-
Uses of PageManagerInternal in com.atlassian.confluence.api.impl.service.permissions.delegates
Constructors in com.atlassian.confluence.api.impl.service.permissions.delegates with parameters of type PageManagerInternal Constructor Description PageOperationDelegate(PagePermissionsDelegate permissionDelegate, ConfluenceUserResolver confluenceUserResolver, TargetResolver targetResolver, SpacePermissionManager spacePermissionManager, ContentPermissionManager contentPermissionManager, PersonFactory personFactory, PageManagerInternal pageManagerInternal)
-
Uses of PageManagerInternal in com.atlassian.confluence.content.apisupport
Constructors in com.atlassian.confluence.content.apisupport with parameters of type PageManagerInternal Constructor Description ContentCreator(SpaceManager spaceManager, ContentBodyConversionService contentBodyConversionService, PermissionManager permissionManager, PageManagerInternal pageManager, CustomContentManager customContentEntityManager, com.atlassian.event.api.EventPublisher eventPublisher, DraftAttributesCopier draftAttributesCopier, LabelManagerInternal labelManager, RelationManager relationManager, ContentEntityManagerInternal contentEntityManager)
-
Uses of PageManagerInternal in com.atlassian.confluence.content.service.experimental
Constructors in com.atlassian.confluence.content.service.experimental with parameters of type PageManagerInternal Constructor Description DefaultPageUpdateService(PageManagerInternal pageManager, com.atlassian.sal.api.transaction.TransactionTemplate transactionTemplate, ContentReconciliationManager contentReconciliationManager)
-
Uses of PageManagerInternal in com.atlassian.confluence.impl.content
Classes in com.atlassian.confluence.impl.content that implement PageManagerInternal Modifier and Type Class Description class
DefaultPageManager
-
Uses of PageManagerInternal in com.atlassian.confluence.pages
Constructors in com.atlassian.confluence.pages with parameters of type PageManagerInternal Constructor Description DefaultDraftsTransitionHelper(PageManagerInternal pageManager, DraftManager draftManager, ContentEntityManager contentEntityManager, AttachmentManager attachmentManager, ContentPermissionManager contentPermissionManager, ContentPropertyManager contentPropertyManager, LabelManager labelManager, CollaborativeEditingHelper collaborativeEditingHelper)
-
Uses of PageManagerInternal in com.atlassian.confluence.pages.actions
Methods in com.atlassian.confluence.pages.actions with parameters of type PageManagerInternal Modifier and Type Method Description void
ListPermissionPagesAction. setPageManager(PageManagerInternal pageManager)
void
ResumeDraftAction. setPageManager(PageManagerInternal pageManager)
-
Uses of PageManagerInternal in com.atlassian.confluence.pages.persistence.dao.bulk.copy
Constructors in com.atlassian.confluence.pages.persistence.dao.bulk.copy with parameters of type PageManagerInternal Constructor Description DefaultBulkPageCopy(org.hibernate.SessionFactory sessionFactory5, ContentPermissionManager contentPermissionManager, PermissionManager permissionManager, ContentPropertyManager contentPropertyManager, AttachmentManager attachmentManager, LinksUpdater linksUpdater, com.atlassian.beehive.ClusterLockService lockService, PageManagerInternal pageManager, SpacePermissionManager spacePermissionManager, com.atlassian.event.api.EventPublisher eventPublisher)
Deprecated.since 8.0.0DefaultBulkPageCopy(org.hibernate.SessionFactory sessionFactory5, ContentPermissionManager contentPermissionManager, PermissionManager permissionManager, ContentPropertyManager contentPropertyManager, AttachmentManager attachmentManager, LinksUpdater linksUpdater, com.atlassian.beehive.ClusterLockService lockService, PageManagerInternal pageManager, SpacePermissionManager spacePermissionManager, com.atlassian.event.api.EventPublisher eventPublisher, ContentPropertyService contentPropertyService)
-
Uses of PageManagerInternal in com.atlassian.confluence.pages.persistence.dao.bulk.delete
Constructors in com.atlassian.confluence.pages.persistence.dao.bulk.delete with parameters of type PageManagerInternal Constructor Description DefaultBulkPageDelete(PermissionManager permissionManager, org.hibernate.SessionFactory sessionFactory, com.atlassian.beehive.ClusterLockService clusterLockService, PageManagerInternal pageManager)
-
Uses of PageManagerInternal in com.atlassian.confluence.schedule.jobs.filedeletion
Constructors in com.atlassian.confluence.schedule.jobs.filedeletion with parameters of type PageManagerInternal Constructor Description DeferredFileDeletionJob(PageManagerInternal pageManager, AttachmentManagerInternal attachmentManager, DeferredFileDeletionQueue deletionQueue, AttachmentDataFileSystemV003 attachmentDataFileSystemV003)
-
Uses of PageManagerInternal in com.atlassian.confluence.security.denormalisedpermissions.impl
Constructors in com.atlassian.confluence.security.denormalisedpermissions.impl with parameters of type PageManagerInternal Constructor Description DenormalisedPermissionFallbackServiceImpl(SpaceManagerInternal spaceManager, SpaceDaoInternal spaceDaoInternal, SpacePermissionsFilterDao spacePermissionsFilterDao, SpacePermissionQueryManager spacePermissionQueryManager, com.atlassian.event.api.EventPublisher eventPublisher, ContentPermissionManagerInternal contentPermissionManager, PageManagerInternal pageManager, PermissionManager permissionManager, PermissionCheckExemptions permissionCheckExemptions, ConfluenceAccessManager confluenceAccessManager, SpacePermissionManager spacePermissionManager, RegularEntitiesAndPermissionsHelper regularEntitiesAndPermissionsHelper)
-