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 PageServiceAbstractCreateAndEditPageAction.pageServiceMethods in com.atlassian.confluence.pages.actions with parameters of type PageServiceModifier and TypeMethodDescriptionvoidAbstractCreateAndEditPageAction.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 PageServiceModifier and TypeMethodDescriptionvoidPagesSoapService.setPageServiceTarget(PageService pageService) -
Uses of PageService in it.com.atlassian.confluence.struts
Fields in it.com.atlassian.confluence.struts declared as PageService