Uses of Interface
com.atlassian.confluence.content.service.PageService
Package
Description
-
Uses of PageService in com.atlassian.confluence.api.impl.service.content
ModifierConstructorDescriptionContentTrashServiceImpl
(PageManager pageManager, PermissionManager permissionManager, PageService pageService, BlogPostService blogPostService, CommentService commentService, Supplier<ContentService> contentServiceSupplier, SpaceManager spaceManager, AttachmentManager attachmentManager, TrashManager trashManager, ModelFactory<ContentEntityObject, Content> contentFactory, SpacePermissionManager spacePermissionManager) -
Uses of PageService in com.atlassian.confluence.content.service
-
Uses of PageService in com.atlassian.confluence.pages.actions
Modifier and TypeFieldDescriptionprotected PageService
AbstractCreateAndEditPageAction.pageService
Modifier and TypeMethodDescriptionvoid
AbstractCreateAndEditPageAction.setPageService
(PageService pageService) void
MovePageAction.setPageService
(PageService pageService) void
RemoveHistoricalVersionAction.setPageService
(PageService pageService) void
RevertPageBackToVersionAction.setPageService
(PageService pageService) void
RevertPageOrderAction.setPageService
(PageService pageService) void
SetPageOrderAction.setPageService
(PageService pageService) -
Uses of PageService in com.atlassian.confluence.rpc.soap.services
Modifier and TypeMethodDescriptionvoid
PagesSoapService.setPageServiceTarget
(PageService pageService)