Uses of Interface
com.atlassian.confluence.content.service.PageService
-
-
Uses of PageService in com.atlassian.confluence.api.impl.service.content
Constructors in com.atlassian.confluence.api.impl.service.content with parameters of type PageService Constructor Description ContentTrashServiceImpl(PageManager pageManager, PermissionManager permissionManager, PageService pageService, BlogPostService blogPostService, CommentService commentService, com.google.common.base.Supplier<ContentService> contentServiceSupplier, SpaceManager spaceManager, AttachmentManager attachmentManager)
-
Uses of PageService in com.atlassian.confluence.content.service
Classes in com.atlassian.confluence.content.service that implement PageService Modifier and Type Class Description class
DefaultPageService
-
Uses of PageService in com.atlassian.confluence.pages.actions
Fields in com.atlassian.confluence.pages.actions declared as PageService Modifier and Type Field Description protected PageService
AbstractCreateAndEditPageAction. pageService
Methods in com.atlassian.confluence.pages.actions with parameters of type PageService Modifier and Type Method Description void
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 PageService Modifier and Type Method Description void
PagesSoapService. setPageServiceTarget(PageService pageService)
-