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 classDefaultPageService -
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 PageServiceAbstractCreateAndEditPageAction. pageServiceMethods in com.atlassian.confluence.pages.actions with parameters of type PageService Modifier and Type Method Description voidAbstractCreateAndEditPageAction. setPageService(PageService pageService)voidMovePageAction. setPageService(PageService pageService)voidRemoveHistoricalVersionAction. setPageService(PageService pageService)voidRevertPageBackToVersionAction. setPageService(PageService pageService)voidRevertPageOrderAction. setPageService(PageService pageService)voidSetPageOrderAction. 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 voidPagesSoapService. setPageServiceTarget(PageService pageService)
-