Uses of Interface
com.atlassian.confluence.content.service.PageService

Packages that use PageService
com.atlassian.confluence.content.service   
com.atlassian.confluence.pages.actions   
com.atlassian.confluence.plugins.emailgateway.converter   
com.atlassian.confluence.rpc.soap.services   
 

Uses of PageService in com.atlassian.confluence.content.service
 

Classes in com.atlassian.confluence.content.service that implement PageService
 class DefaultPageService
           
 

Uses of PageService in com.atlassian.confluence.pages.actions
 

Fields in com.atlassian.confluence.pages.actions declared as PageService
protected  PageService AbstractCreateAndEditPageAction.pageService
           
 

Methods in com.atlassian.confluence.pages.actions with parameters of type PageService
 void SetPageOrderAction.setPageService(PageService pageService)
           
 void RevertPageOrderAction.setPageService(PageService pageService)
           
 void RevertPageBackToVersionAction.setPageService(PageService pageService)
           
 void RemoveHistoricalVersionAction.setPageService(PageService pageService)
           
 void MovePageAction.setPageService(PageService pageService)
           
 void AbstractCreateAndEditPageAction.setPageService(PageService pageService)
           
 

Uses of PageService in com.atlassian.confluence.plugins.emailgateway.converter
 

Constructors in com.atlassian.confluence.plugins.emailgateway.converter with parameters of type PageService
DefaultEmailToPageConverter(UserAccessor userAccessor, UsersByEmailService usersByEmailService, PageService pageService, SpaceManager spaceManager, EmailContentParser emailContentParser, ContentPropertyManager contentPropertyManager, PageManager pageManager, PermissionManager permissionManager, com.atlassian.sal.api.message.I18nResolver i18nResolver, AttachmentManager attachmentManager, FileUploadManager fileUploadManager)
           
 

Uses of PageService in com.atlassian.confluence.rpc.soap.services
 

Methods in com.atlassian.confluence.rpc.soap.services with parameters of type PageService
 void PagesSoapService.setPageService(PageService pageService)
           
 



Copyright © 2003-2013 Atlassian. All Rights Reserved.