| Package | Description | 
|---|---|
| com.atlassian.confluence.api.service.content | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | AttachmentService.Validator. canCreateAttachments(ContentId containerId)Checks if the user is permitted to add attachments to the given content | 
| PageResponse<Content> | SpaceService.SpaceContentFinder. fetchMany(ContentType type,
         PageRequest request)Retrieve all content contained in this space of the particular type | 
| java.util.Map<ContentType,PageResponse<Content>> | SpaceService.SpaceContentFinder. fetchMappedByType(PageRequest request)Retrieve all content contained in this space mapped by ContentType | 
| ChildContentService.ChildContentFinder | ChildContentService. findContent(ContentId parentId,
           Expansion... expansion)A finder to locate  Contentunder a parent. | 
| SpaceService.SpaceContentFinder | SpaceService. findContent(Space space,
           Expansion... expansion)A finder to locate content in the space | 
| PageResponse<Label> | ContentLabelService. getLabels(ContentId contentId,
         java.util.Collection<Label.Prefix> prefixes,
         PageRequest pageRequest)Get the labels attached to a given piece of content in the given namespaces | 
Copyright © 2003-2014 Atlassian. All Rights Reserved.