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

Packages that use Content
com.atlassian.confluence.api.extension.typebinding   
com.atlassian.confluence.api.impl.service.content   
com.atlassian.confluence.api.impl.service.content.factory   
com.atlassian.confluence.api.impl.service.content.typebinding   
com.atlassian.confluence.api.impl.service.nav   
com.atlassian.confluence.api.model.content   
com.atlassian.confluence.api.nav   
com.atlassian.confluence.api.service.content   
com.atlassian.confluence.api.service.search   
com.atlassian.confluence.content.render.xhtml.view.excerpt   
com.atlassian.confluence.it.api   
com.atlassian.confluence.plugins.contentproperty   
com.atlassian.confluence.rest.api.model   
com.atlassian.confluence.rest.client   
com.atlassian.confluence.rest.experimental.resources   
com.atlassian.confluence.rest.resources   
com.atlassian.confluence.rest.serialization   
 

Uses of Content in com.atlassian.confluence.api.extension.typebinding
 

Methods in com.atlassian.confluence.api.extension.typebinding that return types with arguments of type Content
 PageResponse<Content> ContentTypeBinding.getChildren(Content parent, LimitedRequest limitedRequest, Expansions expansions, Depth depth)
          Retrieve the children of an item of Content.
 

Methods in com.atlassian.confluence.api.extension.typebinding with parameters of type Content
 PageResponse<Content> ContentTypeBinding.getChildren(Content parent, LimitedRequest limitedRequest, Expansions expansions, Depth depth)
          Retrieve the children of an item of Content.
 

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

Methods in com.atlassian.confluence.api.impl.service.content that return Content
 Content ContentServiceImpl.buildContent(ContentEntityObject entity, Expansion... expansions)
           
 Content ContentServiceImpl.create(Content newContent)
           
 Content ContentServiceImpl.update(Content updatedContent)
           
 Content AttachmentServiceImpl.update(Content updatedContent)
           
 Content AttachmentServiceImpl.updateData(ContentId attachmentId, AttachmentUpload upload)
           
 

Methods in com.atlassian.confluence.api.impl.service.content that return types with arguments of type Content
 PageResponse<Content> AttachmentServiceImpl.addAttachments(ContentId containerId, java.util.Collection<AttachmentUpload> uploads)
           
 PageResponse<Content> SpaceServiceImpl.SpaceContentImpl.fetchMany(ContentType type, PageRequest pageRequest)
           
 java.util.Map<ContentType,PageResponse<Content>> SpaceServiceImpl.SpaceContentImpl.fetchMappedByType(PageRequest pageRequest)
           
 

Methods in com.atlassian.confluence.api.impl.service.content with parameters of type Content
 ContentBody ContentBodyConversionServiceImpl.convertBody(Content content, ContentRepresentation toFormat)
           
 Content ContentServiceImpl.create(Content newContent)
           
 void ContentServiceImpl.delete(Content content)
           
 void AttachmentServiceImpl.delete(Content attachmentContent)
           
 com.atlassian.fugue.Option<ContentBody> ContentBodyConversionServiceImpl.getBodyToConvert(Content content, ContentRepresentation toFormat)
           
 Content ContentServiceImpl.update(Content updatedContent)
           
 Content AttachmentServiceImpl.update(Content updatedContent)
           
 ValidationResult ContentServiceImpl.ValidatorImpl.validateCreate(Content newContent)
           
 ValidationResult ContentServiceImpl.ValidatorImpl.validateDelete(Content content)
           
 

Uses of Content in com.atlassian.confluence.api.impl.service.content.factory
 

Methods in com.atlassian.confluence.api.impl.service.content.factory that return Content
 Content AttachmentFactory.buildFrom(Attachment attachment, Expansions expansions)
           
 Content ContentFactory.buildFrom(ContentEntityObject entity, Expansions expansions)
           
 

Methods in com.atlassian.confluence.api.impl.service.content.factory that return types with arguments of type Content
 java.util.Map<ContentType,PageResponse<Content>> ChildContentFactory.buildFrom(Content parent, Depth depth, Fauxpansions fauxpansions)
           
 PageResponse<Content> ChildSupport.getChildrenList(Content parent, ContentType childType, LimitedRequest limitedRequest, Expansions expansions, Depth depth)
           
 java.util.Map<ContentType,PageResponse<Content>> ChildSupport.getChildrenMap(Content parent, LimitedRequest limitedRequest, Expansions childExpansions, Depth depth)
          Called from the ContentFactory when expanding "children" on a Content item being built.
 

Methods in com.atlassian.confluence.api.impl.service.content.factory with parameters of type Content
 java.util.Map<ContentType,PageResponse<Content>> ChildContentFactory.buildFrom(Content parent, Depth depth, Fauxpansions fauxpansions)
           
 PageResponse<Content> ChildSupport.getChildrenList(Content parent, ContentType childType, LimitedRequest limitedRequest, Expansions expansions, Depth depth)
           
 java.util.Map<ContentType,PageResponse<Content>> ChildSupport.getChildrenMap(Content parent, LimitedRequest limitedRequest, Expansions childExpansions, Depth depth)
          Called from the ContentFactory when expanding "children" on a Content item being built.
 

Method parameters in com.atlassian.confluence.api.impl.service.content.factory with type arguments of type Content
 Reference<History> HistoryFactory.buildRef(AbstractLabelableEntityObject entity, Reference<Content> contentReference, Fauxpansions fauxpansions)
           
 

Uses of Content in com.atlassian.confluence.api.impl.service.content.typebinding
 

Methods in com.atlassian.confluence.api.impl.service.content.typebinding that return types with arguments of type Content
 PageResponse<Content> AttachmentContentTypeBinding.getAttachments(ContentId containerId, LimitedRequest limitedRequest, com.google.common.base.Predicate<? super Attachment> predicate, Expansions contentExpansions)
           
 com.atlassian.fugue.Option<Content> AttachmentContentTypeBinding.getById(ContentId attachmentId, Expansions expansions)
           
 PageResponse<Content> PageContentTypeBinding.getChildren(Content parent, LimitedRequest limitedRequest, Expansions expansions, Depth depth)
           
 PageResponse<Content> CommentContentTypeBinding.getChildren(Content parent, LimitedRequest limitedRequest, Expansions expansions, Depth depth)
           
 PageResponse<Content> AttachmentContentTypeBinding.getChildren(Content parent, LimitedRequest limitedRequest, Expansions expansions, Depth depth)
           
 

Methods in com.atlassian.confluence.api.impl.service.content.typebinding with parameters of type Content
 PageResponse<Content> PageContentTypeBinding.getChildren(Content parent, LimitedRequest limitedRequest, Expansions expansions, Depth depth)
           
 PageResponse<Content> CommentContentTypeBinding.getChildren(Content parent, LimitedRequest limitedRequest, Expansions expansions, Depth depth)
           
 PageResponse<Content> AttachmentContentTypeBinding.getChildren(Content parent, LimitedRequest limitedRequest, Expansions expansions, Depth depth)
           
 

Uses of Content in com.atlassian.confluence.api.impl.service.nav
 

Methods in com.atlassian.confluence.api.impl.service.nav with parameters of type Content
 Navigation.Builder NavigationImpl.collection(Content content)
           
 Navigation.ContentNav NavigationImpl.content(Content content)
           
 

Method parameters in com.atlassian.confluence.api.impl.service.nav with type arguments of type Content
 Navigation.ContentNav NavigationImpl.content(Reference<Content> contentReference)
           
 

Constructors in com.atlassian.confluence.api.impl.service.nav with parameters of type Content
ContentNavImpl(Content content, AbstractNav baseBuilder)
           
 

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()
           
 Content JsonContentProperty.getContent()
           
 

Methods in com.atlassian.confluence.api.model.content that return types with arguments of type Content
static Reference<Content> Content.buildReference(ContentId id)
           
 java.util.List<Content> Content.getAncestors()
           
 java.util.Map<ContentType,PageResponse<Content>> Content.getChildren()
          Returns a map of the immediate sub-content of this Content, split by ContentType.
 Reference<Content> History.getContentParentRef()
           
 Reference<Content> JsonContentProperty.getContentRef()
           
 Reference<Content> ContentBody.getContentRef()
           
 java.util.Map<ContentType,PageResponse<Content>> Content.getDescendants()
          Returns a map of all sub-content of this Content, at any depth, split by ContentType.
 Reference<Content> Space.getHomepageRef()
           
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.
 JsonContentProperty.ContentPropertyBuilder JsonContentProperty.ContentPropertyBuilder.content(Content content)
           
 Space.SpaceBuilder Space.SpaceBuilder.homepage(Content homepage)
           
 Content.ContentBuilder Content.ContentBuilder.parent(Content parent)
          Shortcut method for creating ancestors with a single item of Content
 

Method parameters in com.atlassian.confluence.api.model.content with type arguments of type Content
 Content.ContentBuilder Content.ContentBuilder.ancestors(java.lang.Iterable<Content> ancestors)
           
static Reference<History> History.buildReference(Reference<Content> contentParent)
           
static Reference<Version> Version.buildReference(Reference<Content> contentRef, int number)
          Deprecated. since 5.6 use Version.buildReference(int)
 Content.ContentBuilder Content.ContentBuilder.children(java.util.Map<ContentType,PageResponse<Content>> children)
           
 JsonContentProperty.ContentPropertyBuilder JsonContentProperty.ContentPropertyBuilder.content(Reference<Content> contentRef)
           
 History.HistoryBuilder History.HistoryBuilder.content(Reference<Content> content)
           
 Content.ContentBuilder Content.ContentBuilder.descendants(java.util.Map<ContentType,PageResponse<Content>> descendants)
           
static ContentBody ContentBody.emptyBody(ContentRepresentation representation, Reference<Content> contentReference)
           
static ContentId Content.getContentId(Reference<Content> contentRef)
          Get the ContentId from a Content Reference.
 Space.SpaceBuilder Space.SpaceBuilder.homepage(Reference<Content> homepageRef)
           
 

Constructors in com.atlassian.confluence.api.model.content with parameters of type Content
ContentBody(ContentRepresentation representation, java.lang.String value, Content 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.nav
 

Methods in com.atlassian.confluence.api.nav with parameters of type Content
 Navigation.Builder Navigation.collection(Content content)
          a builder to produce a URL to the collection that the content belongs to.
 Navigation.ContentNav Navigation.content(Content content)
          create a content nav builder to reference a piece of content
 Navigation.ExperimentalContentNav Navigation.ExperimentalNav.content(Content content)
          create a content nav builder to reference a piece of content
 

Method parameters in com.atlassian.confluence.api.nav with type arguments of type Content
 Navigation.ContentNav Navigation.content(Reference<Content> contentReference)
          create a content nav builder to reference a piece of content
 Navigation.ExperimentalContentNav Navigation.ExperimentalNav.content(Reference<Content> contentReference)
          create a content nav builder to reference a piece of content
 

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.
 Content AttachmentService.update(Content attachment)
          Updates the non-data parts of an Attachment Content instance.
 Content AttachmentService.updateData(ContentId attachmentId, AttachmentUpload upload)
          Updates the data part of an Attachment Content instance.
 

Methods in com.atlassian.confluence.api.service.content that return types with arguments of type Content
 PageResponse<Content> AttachmentService.addAttachments(ContentId containerId, java.util.Collection<AttachmentUpload> uploads)
          Add one or more attachments to a piece of Content.
 PageResponse<Content> SpaceService.SpaceContentFinder.fetchMany(ContentType type, PageRequest request)
          Retrieve all content contained in this space of the particular type
 PageResponse<Content> ContentService.ContentFetcher.fetchMany(ContentType type, PageRequest request)
           
 PageResponse<Content> ChildContentService.ChildContentFinder.fetchMany(ContentType type, PageRequest request)
          Retrieve all content of the particular type contained in this parent.
 PageResponse<Content> AttachmentService.AttachmentFinder.fetchMany(PageRequest request)
          Fetch the attachments from the datastore that match the restrictions applied with the withX methods.
 java.util.Map<ContentType,PageResponse<Content>> ContentService.ContentFetcher.fetchMappedByContentType(PageRequest request)
           
 java.util.Map<ContentType,PageResponse<Content>> SpaceService.SpaceContentFinder.fetchMappedByType(PageRequest request)
          Retrieve all content contained in this space mapped by ContentType
 java.util.Map<ContentType,PageResponse<Content>> ChildContentService.ChildContentFinder.fetchMappedByType(PageRequest request)
          Retrieve all content contained in this parent mapped by ContentType.
 SingleFetcher<Content> AttachmentService.AttachmentFinder.withId(ContentId attachmentId)
          Restrict the attachment returned by the fetch methods to those with the given attachmentId
 

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 a piece of Content from the system.
 void AttachmentService.delete(Content attachment)
          Removes an Attachment 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.
 Content AttachmentService.update(Content attachment)
          Updates the non-data parts of an Attachment Content instance.
 ValidationResult ContentService.Validator.validateCreate(Content newContent)
          Validate that a piece of content can be included, including permission checks.
 ValidationResult ContentService.Validator.validateDelete(Content content)
          Validate that a piece of content can be deleted, including permission checks.
 ValidationResult AttachmentService.Validator.validateDelete(Content attachment)
          Validate that an Attachment can be deleted, including permission checks.
 

Uses of Content in com.atlassian.confluence.api.service.search
 

Methods in com.atlassian.confluence.api.service.search that return types with arguments of type Content
 PageResponse<Content> CQLSearchService.searchContent(java.lang.String cqlInput, Expansion... expansions)
          Execute a CQL search query and fetch a page results.
 PageResponse<Content> CQLSearchService.searchContent(java.lang.String cqlInput, PageRequest pageRequest, Expansion... expansions)
          Execute a CQL search query and fetch a page results.
 

Uses of Content in com.atlassian.confluence.content.render.xhtml.view.excerpt
 

Methods in com.atlassian.confluence.content.render.xhtml.view.excerpt with parameters of type Content
 java.lang.String Excerpter.createExcerpt(Content content)
          Creates an excerpt block from the provided content object without any tags excluded, using an implementation specific number of blocks.
 java.lang.String DefaultExcerpter.createExcerpt(Content content)
           
 

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

Fields in com.atlassian.confluence.it.api with type parameters of type Content
static com.google.common.base.Function<Content,? extends AbstractContentEntity> ApiEntityConverter.convertApiContentToIt
           
 

Methods in com.atlassian.confluence.it.api that return Content
static Content ApiEntityConverter.convertItAttachmentToApiContent(Attachment attachment)
           
static Content ApiEntityConverter.convertItBlogPostToApiContent(BlogPost blogPost, ContentRepresentation format)
           
static Content ApiEntityConverter.convertItCommentToApiContent(Comment comment, ContentRepresentation format)
           
static Content ApiEntityConverter.convertItContentToApiContent(ContentEntity entity)
           
static Content ApiEntityConverter.convertItPageToApiContent(Page page)
          Converts an acceptance-test Page object into an API Content instance, where the body of the Content is in the ContentRepresentation.STORAGE format.
static Content ApiEntityConverter.convertItPageToApiContent(Page page, ContentRepresentation format)
          Converts an acceptance-test Page object into an API Content instance, where the body of the Content is in the passed ContentRepresentation format.
 

Methods in com.atlassian.confluence.it.api that return types with arguments of type Content
 java.util.List<Content> TestAttachmentFactory.addAttachments(int numFiles)
           
 PageResponse<Content> TestAttachmentFactory.addAttachments(int numFiles, javax.ws.rs.core.MediaType contentType)
           
static org.hamcrest.Matcher<java.lang.Iterable<Content>> ContainsContentMatcher.containsContent(Content content)
           
 

Methods in com.atlassian.confluence.it.api with parameters of type Content
static org.hamcrest.Matcher<java.lang.Iterable<Content>> ContainsContentMatcher.containsContent(Content content)
           
static Attachment ApiEntityConverter.convertApiContentToItAttachment(Content attachmentContent)
           
static BlogPost ApiEntityConverter.convertApiContentToItBlogPost(Content content)
           
static Comment ApiEntityConverter.convertApiContentToItComment(Content content)
           
static Page ApiEntityConverter.convertApiContentToItPage(Content content)
           
 

Method parameters in com.atlassian.confluence.it.api with type arguments of type Content
static java.util.List<Attachment> ApiEntityConverter.convertApiContentPageToItAttachments(PageResponse<Content> contents)
           
static Page ApiEntityConverter.convertApiContentToItPage(com.atlassian.fugue.Option<Content> contentOption)
           
 

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

Methods in com.atlassian.confluence.plugins.contentproperty with parameters of type Content
 JsonContentProperty ContentPropertyFactory.buildFrom(Content content, CustomContentEntityObject storageContentProperty, Expansions expansions)
          Convert the given CustomContentEntityObject into a corresponding ContentProperty with the given container.
 com.google.common.base.Function<CustomContentEntityObject,JsonContentProperty> ContentPropertyFactory.buildFromFunction(Content content, Expansions expansions)
           
 

Uses of Content in com.atlassian.confluence.rest.api.model
 

Constructor parameters in com.atlassian.confluence.rest.api.model with type arguments of type Content
RestPageRequest(Navigation.Builder navBuilder, PageResponse<Content> pageResponse)
           
 

Uses of Content in com.atlassian.confluence.rest.client
 

Methods in com.atlassian.confluence.rest.client that return types with arguments of type Content
 com.atlassian.util.concurrent.Promise<PageResponse<Content>> RemoteAttachmentServiceImpl.addAttachments(ContentId contentId, java.util.Collection<AttachmentUpload> uploads)
           
 com.atlassian.util.concurrent.Promise<PageResponse<Content>> RemoteAttachmentService.addAttachments(ContentId contentId, java.util.Collection<AttachmentUpload> uploads)
          Add one or more attachments to a piece of Content.
 com.atlassian.util.concurrent.Promise<Content> RemoteContentServiceImpl.create(Content newContent)
           
 com.atlassian.util.concurrent.Promise<Content> RemoteContentService.create(Content newContent)
          Create a piece of content.
 com.atlassian.util.concurrent.Promise<PageResponse<Content>> RemoteSpaceServiceImpl.RemoteSpaceContentFinderImpl.fetchMany(ContentType type, PageRequest request)
           
 com.atlassian.util.concurrent.Promise<PageResponse<Content>> RemoteSpaceService.RemoteSpaceContentFinder.fetchMany(ContentType type, PageRequest request)
          Retrieve a paged list of content of the given type contained in this space
 com.atlassian.util.concurrent.Promise<PageResponse<Content>> RemoteContentServiceImpl.RemoteContentFinderImpl.fetchMany(ContentType type, PageRequest request)
           
 com.atlassian.util.concurrent.Promise<PageResponse<Content>> RemoteContentService.RemoteContentFetcher.fetchMany(ContentType type, PageRequest request)
           
 com.atlassian.util.concurrent.Promise<PageResponse<Content>> RemoteChildContentServiceImpl.RemoteChildContentFinderImpl.fetchMany(ContentType type, PageRequest request)
           
 com.atlassian.util.concurrent.Promise<PageResponse<Content>> RemoteChildContentService.RemoteChildContentFinder.fetchMany(ContentType type, PageRequest request)
          Retrieve a paged list of content of the given type contained in this parent
 com.atlassian.util.concurrent.Promise<PageResponse<Content>> RemoteAttachmentServiceImpl.RemoteAttachmentFinderImpl.fetchMany(PageRequest request)
           
 com.atlassian.util.concurrent.Promise<PageResponse<Content>> RemoteAttachmentService.RemoteAttachmentFinder.fetchMany(PageRequest request)
           
 com.atlassian.util.concurrent.Promise<java.util.Map<ContentType,PageResponse<Content>>> RemoteContentServiceImpl.RemoteContentFinderImpl.fetchMappedByContentType(PageRequest request)
           
 com.atlassian.util.concurrent.Promise<java.util.Map<ContentType,PageResponse<Content>>> RemoteContentService.RemoteContentFetcher.fetchMappedByContentType(PageRequest request)
           
 com.atlassian.util.concurrent.Promise<java.util.Map<ContentType,PageResponse<Content>>> RemoteSpaceServiceImpl.RemoteSpaceContentFinderImpl.fetchMappedByType(PageRequest request)
           
 com.atlassian.util.concurrent.Promise<java.util.Map<ContentType,PageResponse<Content>>> RemoteSpaceService.RemoteSpaceContentFinder.fetchMappedByType(PageRequest request)
          Retrieve the all content contained in this space.
 com.atlassian.util.concurrent.Promise<java.util.Map<ContentType,PageResponse<Content>>> RemoteChildContentServiceImpl.RemoteChildContentFinderImpl.fetchMappedByType(PageRequest request)
           
 com.atlassian.util.concurrent.Promise<java.util.Map<ContentType,PageResponse<Content>>> RemoteChildContentService.RemoteChildContentFinder.fetchMappedByType(PageRequest request)
          Retrieve the content contained in this parent.
 com.atlassian.util.concurrent.Promise<com.atlassian.fugue.Option<Content>> RemoteContentServiceImpl.RemoteContentFinderImpl.fetchOne()
           
 com.atlassian.util.concurrent.Promise<com.atlassian.fugue.Option<Content>> RemoteContentService.RemoteSingleContentFetcher.fetchOne()
           
 com.atlassian.util.concurrent.Promise<com.atlassian.fugue.Option<Content>> RemoteAttachmentServiceImpl.RemoteAttachmentFinderImpl.fetchOne()
           
 com.atlassian.util.concurrent.Promise<Content> RemoteContentServiceImpl.RemoteContentFinderImpl.fetchOneOrNull()
           
 com.atlassian.util.concurrent.Promise<Content> RemoteContentService.RemoteSingleContentFetcher.fetchOneOrNull()
           
 com.atlassian.util.concurrent.Promise<Content> RemoteAttachmentServiceImpl.RemoteAttachmentFinderImpl.fetchOneOrNull()
           
 com.atlassian.util.concurrent.Promise<PageResponse<Content>> RemoteContentServiceImpl.getChildren(Content parent, PageRequest pageRequest, Expansion... expansions)
           
 com.atlassian.util.concurrent.Promise<PageResponse<Content>> RemoteContentService.getChildren(Content parent, PageRequest pageRequest, Expansion... expansion)
          Retrieve the children of an item of Content.
 com.atlassian.util.concurrent.Promise<PageResponse<Content>> RemoteCQLSearchServiceImpl.searchContent(java.lang.String cql, Expansion... expansions)
           
 com.atlassian.util.concurrent.Promise<PageResponse<Content>> RemoteCQLSearchService.searchContent(java.lang.String cql, Expansion... expansions)
           
 com.atlassian.util.concurrent.Promise<PageResponse<Content>> RemoteCQLSearchServiceImpl.searchContent(java.lang.String cql, PageRequest request, Expansion... expansions)
           
 com.atlassian.util.concurrent.Promise<PageResponse<Content>> RemoteCQLSearchService.searchContent(java.lang.String cql, PageRequest request, Expansion... expansions)
           
 com.atlassian.util.concurrent.Promise<Content> RemoteContentServiceImpl.update(Content content)
           
 com.atlassian.util.concurrent.Promise<Content> RemoteContentService.update(Content content)
          Updates a piece of content.
 com.atlassian.util.concurrent.Promise<Content> RemoteAttachmentServiceImpl.update(Content attachment)
           
 com.atlassian.util.concurrent.Promise<Content> RemoteAttachmentService.update(Content attachment)
          Updates the non-data parts of an Attachment Content instance.
 com.atlassian.util.concurrent.Promise<Content> RemoteAttachmentServiceImpl.updateData(ContentId attachmentId, AttachmentUpload upload)
           
 com.atlassian.util.concurrent.Promise<Content> RemoteAttachmentService.updateData(ContentId attachmentId, AttachmentUpload upload)
          Updates the data part of an Attachment Content instance.
 

Methods in com.atlassian.confluence.rest.client with parameters of type Content
 com.atlassian.util.concurrent.Promise<Content> RemoteContentServiceImpl.create(Content newContent)
           
 com.atlassian.util.concurrent.Promise<Content> RemoteContentService.create(Content newContent)
          Create a piece of content.
 com.atlassian.util.concurrent.Promise<java.lang.Void> RemoteContentServiceImpl.delete(Content content)
           
 com.atlassian.util.concurrent.Promise<java.lang.Void> RemoteContentService.delete(Content content)
          Removes an item of Content from the system.
 com.atlassian.util.concurrent.Promise<java.lang.Void> RemoteAttachmentServiceImpl.delete(Content attachmentContent)
           
 com.atlassian.util.concurrent.Promise<java.lang.Void> RemoteAttachmentService.delete(Content attachmentContent)
          Removes an Attachment from the system.
 com.atlassian.util.concurrent.Promise<PageResponse<Content>> RemoteContentServiceImpl.getChildren(Content parent, PageRequest pageRequest, Expansion... expansions)
           
 com.atlassian.util.concurrent.Promise<PageResponse<Content>> RemoteContentService.getChildren(Content parent, PageRequest pageRequest, Expansion... expansion)
          Retrieve the children of an item of Content.
 com.atlassian.util.concurrent.Promise<Content> RemoteContentServiceImpl.update(Content content)
           
 com.atlassian.util.concurrent.Promise<Content> RemoteContentService.update(Content content)
          Updates a piece of content.
 com.atlassian.util.concurrent.Promise<Content> RemoteAttachmentServiceImpl.update(Content attachment)
           
 com.atlassian.util.concurrent.Promise<Content> RemoteAttachmentService.update(Content attachment)
          Updates the non-data parts of an Attachment Content instance.
 

Uses of Content in com.atlassian.confluence.rest.experimental.resources
 

Methods in com.atlassian.confluence.rest.experimental.resources that return types with arguments of type Content
 PageResponse<Content> ExperimentalContentResource.search(java.lang.String cql, java.lang.String expand, int start, int limit, javax.ws.rs.core.UriInfo uriInfo)
          Fetch a list of content using CQL
 

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

Methods in com.atlassian.confluence.rest.resources that return Content
 Content ContentResource.createContent(Content newContent)
          Creates a new piece of Content.
 Content ContentResource.getContentById(ContentId id, java.lang.String expand)
          Returns a piece of Content.
 Content ContentResource.update(ContentId contentId, Content content)
          Updates a piece of Content.
 Content AttachmentResource.update(java.lang.String attachmentId, Content attachment)
           Update the non-binary data of an Attachment.
 Content AttachmentResource.updateData(ContentId attachmentId, com.atlassian.plugins.rest.common.multipart.FilePart filePart, com.atlassian.plugins.rest.common.multipart.FilePart comment, com.atlassian.plugins.rest.common.multipart.FilePart minorEdit)
          Update the binary data of an Attachment, and optionally the comment.
 

Methods in com.atlassian.confluence.rest.resources that return types with arguments of type Content
 java.util.Map<ContentType,PageResponse<Content>> ChildContentResource.children(ContentId contentId, java.lang.String expand, javax.ws.rs.core.UriInfo uriInfo)
          Returns a map of the direct children of a piece of Content.
 RestList<Content> ChildContentResource.childrenOfType(ContentId contentId, ContentType type, java.lang.String expand, int start, int limit, javax.ws.rs.core.UriInfo uriInfo)
          Returns the direct children of a piece of Content, limited to a single child type.
 java.util.Map<ContentType,RestList<Content>> SpaceResource.contents(java.lang.String spaceKey, java.lang.String depth, java.lang.String expand, int start, int limit)
          Returns the content in this given space
 RestList<Content> SpaceResource.contentsWithType(java.lang.String spaceKey, java.lang.String type, java.lang.String depth, java.lang.String expand, int start, int limit, javax.ws.rs.core.UriInfo uriInfo)
          Returns the content in this given space with the given type
 RestList<Content> AttachmentResource.createAttachments(ContentId contentId, java.util.List<com.atlassian.plugins.rest.common.multipart.FilePart> fileParts, java.util.List<com.atlassian.plugins.rest.common.multipart.FilePart> comments, java.util.List<com.atlassian.plugins.rest.common.multipart.FilePart> minorEdits)
          Add one or more attachments to a Confluence Content entity, with optional comments.
 java.util.Map<ContentType,PageResponse<Content>> DescendantContentResource.descendants(ContentId contentId, java.lang.String expand, javax.ws.rs.core.UriInfo uriInfo)
          Returns a map of the descendants of a piece of Content.
 RestList<Content> DescendantContentResource.descendantsOfType(ContentId contentId, ContentType type, java.lang.String expand, int start, int limit, javax.ws.rs.core.UriInfo uriInfo)
          Returns the direct descendants of a piece of Content, limited to a single descendant type.
 RestList<Content> AttachmentResource.getAttachments(ContentId contentId, java.lang.String expand, int start, int limit, java.lang.String filename, java.lang.String mediaType, javax.ws.rs.core.UriInfo uriInfo)
          Returns a paginated list of attachment Content entities within a single container.
 PageResponse<Content> ContentResource.getContent(java.lang.String type, java.lang.String spaceKey, java.lang.String title, java.lang.String postingDay, java.lang.String expand, int start, int limit, javax.ws.rs.core.UriInfo uriInfo)
          Returns a paginated list of Content.
 

Methods in com.atlassian.confluence.rest.resources with parameters of type Content
 Content ContentResource.createContent(Content newContent)
          Creates a new piece of Content.
 Content ContentResource.update(ContentId contentId, Content content)
          Updates a piece of Content.
 Content AttachmentResource.update(java.lang.String attachmentId, Content attachment)
           Update the non-binary data of an Attachment.
 

Uses of Content in com.atlassian.confluence.rest.serialization
 

Methods in com.atlassian.confluence.rest.serialization that return Content
 Content ContentDeserializer.deserialize(org.codehaus.jackson.JsonParser jp, org.codehaus.jackson.map.DeserializationContext ctxt)
           
 



Copyright © 2003-2014 Atlassian. All Rights Reserved.