Uses of Class
com.atlassian.confluence.api.model.content.Content

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.ContentBuilder instance that clones an existing Content object.
 

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 Content body 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 Content object for which the body could be converted to a given ContentRepresentation, returns the ContentBody that 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.
 



Copyright © 2003-2014 Atlassian. All Rights Reserved.