Uses of Interface
com.atlassian.confluence.api.service.content.ContentService

Packages that use ContentService
com.atlassian.confluence.api   
com.atlassian.confluence.api.impl.service.content   
com.atlassian.confluence.pages.actions   
com.atlassian.confluence.plugins.contentproperty   
com.atlassian.confluence.rest.resources   
 

Uses of ContentService in com.atlassian.confluence.api
 

Methods in com.atlassian.confluence.api that return ContentService
 ContentService ProxyCreator.makeContentServiceProxy()
           
 

Uses of ContentService in com.atlassian.confluence.api.impl.service.content
 

Classes in com.atlassian.confluence.api.impl.service.content that implement ContentService
 class ContentServiceImpl
          Server implementation of the ContentService.
 

Constructors in com.atlassian.confluence.api.impl.service.content with parameters of type ContentService
ChildContentServiceImpl(ContentService contentService, ChildSupport childSupport, org.springframework.aop.Advisor transactionAdvice)
           
ContentLabelServiceImpl(ContentService contentService, LabelsService labelsService, ContentEntityManagerInternal contentEntityManager, AttachmentManager attachmentManager, PaginationService paginationService)
           
SpaceServiceImpl(SpaceManagerInternal spaceManager, SpaceFactory spaceFactory, PageManagerInternal pageManager, ContentFactory contentFactory, PaginationService paginationService, PermissionManager permissionManager, ContentService contentService, SpacePermissionManager spacePermissionManager, LongRunningTaskManager longRunningTaskManager, LongTaskFactory longTaskFactory, I18NBeanFactory i18NBeanFactory, org.springframework.aop.Advisor txAdvisor)
           
 

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

Methods in com.atlassian.confluence.pages.actions with parameters of type ContentService
 void RemoveCommentAction.setApiContentService(ContentService contentService)
           
 

Uses of ContentService in com.atlassian.confluence.plugins.contentproperty
 

Constructors in com.atlassian.confluence.plugins.contentproperty with parameters of type ContentService
ContentPropertyFactory(ContentService contentService)
           
ContentPropertyFinderFactory(ContentService contentService, PaginationService paginationService, CustomContentManager customContentManager, PermissionManager permissionManager, ContentPropertyFactory contentPropertyFactory, TransactionalHostContextAccessor hostContextAccessor)
           
 

Uses of ContentService in com.atlassian.confluence.rest.resources
 

Constructors in com.atlassian.confluence.rest.resources with parameters of type ContentService
ContentResource(ContentService contentService, SpaceService spaceService, ContentMacroService contentMacroService)
           
 



Copyright © 2003-2014 Atlassian. All Rights Reserved.