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

Packages that use AttachmentService
com.atlassian.confluence.api   
com.atlassian.confluence.api.impl.service.content   
com.atlassian.confluence.it.api   
com.atlassian.confluence.rest.resources   
 

Uses of AttachmentService in com.atlassian.confluence.api
 

Methods in com.atlassian.confluence.api that return AttachmentService
 AttachmentService ProxyCreator.makeAttachmentServiceProxy()
           
 

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

Classes in com.atlassian.confluence.api.impl.service.content that implement AttachmentService
 class AttachmentServiceImpl
           
 

Constructors in com.atlassian.confluence.api.impl.service.content with parameters of type AttachmentService
ContentServiceImpl(PageManagerInternal pageManager, CommentManagerInternal commentManager, PermissionManager permissionManager, ContentFactory contentFactory, SpaceManager spaceManager, PageService pageService, BlogPostService blogPostService, CommentService commentService, ContentBodyConversionService contentBodyConversionService, AttachmentService attachmentService, ContentFinderFactory contentFinderFactory)
           
 

Uses of AttachmentService in com.atlassian.confluence.it.api
 

Constructors in com.atlassian.confluence.it.api with parameters of type AttachmentService
TestAttachmentFactory(AttachmentService service)
           
 

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

Constructors in com.atlassian.confluence.rest.resources with parameters of type AttachmentService
AttachmentResource(AttachmentService attachmentService)
           
 



Copyright © 2003-2014 Atlassian. All Rights Reserved.