Uses of Interface
com.atlassian.confluence.content.service.PageService
Packages that use PageService
Package
Description
-
Uses of PageService in com.atlassian.confluence.api.impl.service.content
Constructors in com.atlassian.confluence.api.impl.service.content with parameters of type PageServiceModifierConstructorDescriptionContentTrashServiceImpl
(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
Classes in com.atlassian.confluence.content.service that implement PageService -
Uses of PageService in com.atlassian.confluence.pages.actions
Fields in com.atlassian.confluence.pages.actions declared as PageServiceModifier and TypeFieldDescriptionprotected PageService
AbstractCreateAndEditPageAction.pageService
Methods in com.atlassian.confluence.pages.actions with parameters of type PageServiceModifier 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
Methods in com.atlassian.confluence.rpc.soap.services with parameters of type PageServiceModifier and TypeMethodDescriptionvoid
PagesSoapService.setPageServiceTarget
(PageService pageService)