| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Content | |
|---|---|
| com.atlassian.confluence.api.model.content | |
| com.atlassian.confluence.api.service.content | |
| Uses of Content in com.atlassian.confluence.api.model.content | 
|---|
| Methods in com.atlassian.confluence.api.model.content that return Content | |
|---|---|
|  Content | Content.ContentBuilder.build() | 
| Methods in com.atlassian.confluence.api.model.content that return types with arguments of type Content | |
|---|---|
| static Reference<Content> | Content.buildReference(java.lang.String id) | 
|  Reference<Content> | History.getContentParentRef() | 
|  Reference<Content> | ContentBody.getContentRef() | 
| static Reference<Content> | History.getParentReference(Reference<History> historyReference) | 
| Methods in com.atlassian.confluence.api.model.content with parameters of type Content | |
|---|---|
| static Content.ContentBuilder | Content.builder(Content content)Returns a Content.ContentBuilderinstance that clones an existingContentobject. | 
| Method parameters in com.atlassian.confluence.api.model.content with type arguments of type Content | |
|---|---|
| static Reference<History> | History.buildReference(Reference<Content> contentParent) | 
| static Reference<Version> | Version.buildReference(Reference<Content> contentReference,
               int number) | 
|  History.HistoryBuilder | History.HistoryBuilder.content(Reference<Content> content) | 
| static ContentBody | ContentBody.emptyBody(ContentRepresentation representation,
          Reference<Content> contentReference) | 
| static java.lang.String | Content.getContentId(Reference<Content> contentRef)get the content id from the Reference to a piece of content | 
| Constructor parameters in com.atlassian.confluence.api.model.content with type arguments of type Content | |
|---|---|
| ContentBody(ContentRepresentation representation,
            java.lang.String value,
            Reference<Content> contentReference) | |
| Uses of Content in com.atlassian.confluence.api.service.content | 
|---|
| Methods in com.atlassian.confluence.api.service.content that return Content | |
|---|---|
|  Content | ContentService.create(Content newContent)Create a piece of content. | 
|  Content | ContentService.update(Content content)Updates a piece of content. | 
| Methods in com.atlassian.confluence.api.service.content that return types with arguments of type Content | |
|---|---|
|  com.atlassian.fugue.Option<Content> | ContentService.find(ContentLocator locator,
     Expansion... expansions)Retrieve a piece of content by some more complex criteria (defined by the ContentLocator). | 
|  com.atlassian.fugue.Option<Content> | ContentService.findById(java.lang.String contentId,
         Expansion... expansions)Retrieve a piece of content by its id. | 
|  PageResponse<Content> | SpaceService.getContent(Space space,
           PageRequest pageRequest,
           Expansion... expansion)Retrieve the top level content contained in this space. | 
| Methods in com.atlassian.confluence.api.service.content with parameters of type Content | |
|---|---|
|  ContentBody | ContentBodyConversionService.convertBody(Content content,
            ContentRepresentation representation)Convert the single ContentBody value in a Contentbody map into another format, performing
 validation during the conversion. | 
|  Content | ContentService.create(Content newContent)Create a piece of content. | 
|  void | ContentService.delete(Content content)Removes an item of Content from the system. | 
|  com.atlassian.fugue.Option<ContentBody> | ContentBodyConversionService.getBodyToConvert(Content content,
                 ContentRepresentation representation)Given a Contentobject for which the body could be converted to a givenContentRepresentation,
 returns theContentBodythat would be used for the conversion. | 
|  Content | ContentService.update(Content content)Updates a piece of content. | 
|  ValidationResult | ContentService.validateCreate(Content newContent)Validate that a piece of content can be included, including permission checks. | 
|  ValidationResult | ContentService.validateDelete(Content content)Validate that a piece of content can be deleted, including permission checks. | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||