Uses of Interface
com.atlassian.confluence.dmz.pages.PageManagerInternal
Package
Description
-
Uses of PageManagerInternal in com.atlassian.confluence.api.impl.service.audit.uri
ModifierConstructorDescriptionPageUriGenerator
(PageManagerInternal pageManager, ContentEntityManagerInternal contentEntityManager) -
Uses of PageManagerInternal in com.atlassian.confluence.api.impl.service.content
ModifierConstructorDescriptionSpaceServiceImpl
(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, LabelFactory labelFactory, UserChecker userChecker, AccessModeService accessModeService, LicenseService licenseService) -
Uses of PageManagerInternal in com.atlassian.confluence.api.impl.service.content.finder
ModifierConstructorDescriptionContentFinderFactory
(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
ModifierConstructorDescriptionPageContentTypeApiSupport
(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
ModifierConstructorDescriptionPageOperationDelegate
(PagePermissionsDelegate permissionDelegate, ConfluenceUserResolver confluenceUserResolver, TargetResolver targetResolver, SpacePermissionManager spacePermissionManager, ContentPermissionManager contentPermissionManager, PersonFactory personFactory, PageManagerInternal pageManagerInternal) -
Uses of PageManagerInternal in com.atlassian.confluence.content.apisupport
ModifierConstructorDescriptionDefaultContentCreator
(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
ModifierConstructorDescriptionDefaultPageUpdateService
(PageManagerInternal pageManager, com.atlassian.sal.api.transaction.TransactionTemplate transactionTemplate, ContentReconciliationManager contentReconciliationManager) -
Uses of PageManagerInternal in com.atlassian.confluence.impl.content
ModifierConstructorDescriptionContentTreePermissionReindexEventBackgroundSender
(PageManagerInternal pageManager, AttachmentManager attachmentManager, com.atlassian.event.api.EventPublisher eventPublisher, BackgroundJobService backgroundJobService) -
Uses of PageManagerInternal in com.atlassian.confluence.impl.schedule.jobs.filedeletion
ModifierConstructorDescriptionDeferredFileDeletionJob
(PageManagerInternal pageManager, AttachmentManagerInternal attachmentManager, DeferredFileDeletionQueue deletionQueue, AttachmentDataFileSystemV003 attachmentDataFileSystemV003) -
Uses of PageManagerInternal in com.atlassian.confluence.internal.search.tasks
ModifierConstructorDescriptionContentIndexTask
(List<ContentType> contentTypes, List<ContentStatus> contentStatuses, JournalEntryType journalEntryType, PageManagerInternal pageManagerInternal, BatchOperationManager batchOperationManager, IndexTaskFactoryInternal indexTaskFactory) DefaultIndexTaskFactory
(BatchOperationManager batchOperationManager, AtlassianDocumentBuilder<Searchable> documentBuilder, AtlassianDocumentBuilder<Searchable> changeDocumentBuilder, ContentEntityObjectDaoInternal contentEntityObjectDao, PersonalInformationManager personalInformationManager, UserAccessor userAccessor, PersonalInformationDao personalInformationDao, SpaceDao spaceDao, PageManagerInternal pageManager, HibernateSessionManager5 hibernateSessionManager, com.atlassian.config.internal.ApplicationConfig applicationConfig) -
Uses of PageManagerInternal in com.atlassian.confluence.pages
ModifierConstructorDescriptionDefaultDraftsTransitionHelper
(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
Modifier and TypeMethodDescriptionvoid
ListPermissionPagesAction.setPageManager
(PageManagerInternal pageManager) void
ResumeDraftAction.setPageManager
(PageManagerInternal pageManager) -
Uses of PageManagerInternal in com.atlassian.confluence.pages.persistence.dao.bulk.copy
ModifierConstructorDescriptionDefaultBulkPageCopy
(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
ModifierConstructorDescriptionDefaultBulkPageDelete
(PermissionManager permissionManager, org.hibernate.SessionFactory sessionFactory, com.atlassian.beehive.ClusterLockService clusterLockService, PageManagerInternal pageManager) -
Uses of PageManagerInternal in com.atlassian.confluence.security.denormalisedpermissions.impl
ModifierConstructorDescriptionDenormalisedPermissionFallbackServiceImpl
(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)