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.model.permissions   
com.atlassian.confluence.api.nav   
com.atlassian.confluence.api.service.content   
com.atlassian.confluence.api.service.search   
com.atlassian.confluence.content.apisupport   
com.atlassian.confluence.content.render.xhtml.view.excerpt   
com.atlassian.confluence.it.api   
com.atlassian.confluence.plugins.contentproperty   
com.atlassian.confluence.plugins.like.notifications   
com.atlassian.confluence.plugins.restapi.experimental.resources   
com.atlassian.confluence.plugins.restapi.resources   
com.atlassian.confluence.rest.api.model   
com.atlassian.confluence.rest.client   
com.atlassian.confluence.rest.client.impl   
com.atlassian.confluence.rest.serialization   
test.plugin.apiavailable   
test.plugin.versionchildpolicy   
 

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)
          Deprecated. 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)
          Deprecated. 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, List<ContentStatus> statuses, Expansion... expansions)
           
 Content ContentServiceImpl.create(Content newContent)
           
 Content ContentTrashServiceImpl.restore(Content content)
           
 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, Collection<AttachmentUpload> uploads)
           
 PageResponse<Content> SpaceServiceImpl.SpaceContentImpl.fetchMany(ContentType type, PageRequest pageRequest)
           
 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)
           
 void ContentTrashServiceImpl.purge(Content content)
           
 Content ContentTrashServiceImpl.restore(Content content)
           
 void ContentTrashServiceImpl.trash(Content content)
           
 Content ContentServiceImpl.update(Content updatedContent)
           
 Content AttachmentServiceImpl.update(Content updatedContent)
           
 ValidationResult ContentServiceImpl.ValidatorImpl.validateCreate(Content newContent)
           
 ValidationResult ContentServiceImpl.ValidatorImpl.validateDelete(Content content)
           
protected  ValidationResult ContentServiceImpl.ValidatorImpl.validateUpdate(Content updatedContent, ContentEntityObject currentCeo)
           
 

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
 Map<ContentType,PageResponse<Content>> ChildContentFactory.buildFrom(Content parent, Depth depth, Fauxpansions fauxpansions)
           
 PageResponse<Content> ChildSupport.getChildrenList(ContentConvertible parent, ContentType childType, LimitedRequest limitedRequest, Expansions expansions, Depth depth, Collection<String> location)
           
 Map<ContentType,PageResponse<Content>> ChildSupport.getChildrenMap(ContentConvertible parent, LimitedRequest limitedRequest, Expansions childExpansions, Depth depth, Collection<String> location)
          Called from the ContentFactory when expanding "children" on a Content item being built.
 Map<ContentType,PageResponse<Content>> ChildSupport.getChildrenMap(Content parent, LimitedRequest limitedRequest, Expansions childExpansions, Depth depth)
           
 Map<ContentType,PageResponse<Content>> ChildSupport.getChildrenMap(Content parent, LimitedRequest limitedRequest, Expansions childExpansions, Depth depth, Collection<String> location)
           
 

Methods in com.atlassian.confluence.api.impl.service.content.factory with parameters of type Content
 Map<ContentType,PageResponse<Content>> ChildContentFactory.buildFrom(Content parent, Depth depth, Fauxpansions fauxpansions)
           
 Map<ContentType,PageResponse<Content>> ChildSupport.getChildrenMap(Content parent, LimitedRequest limitedRequest, Expansions childExpansions, Depth depth)
           
 Map<ContentType,PageResponse<Content>> ChildSupport.getChildrenMap(Content parent, LimitedRequest limitedRequest, Expansions childExpansions, Depth depth, Collection<String> location)
           
 

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> AttachmentContentTypeApiSupport.getAttachments(ContentId containerId, LimitedRequest limitedRequest, com.google.common.base.Predicate<? super Attachment> predicate, Expansions contentExpansions)
           
 com.atlassian.fugue.Option<Content> AttachmentContentTypeApiSupport.getById(ContentId attachmentId, Expansions expansions)
           
protected  PageResponse<Content> AttachmentContentTypeApiSupport.getChildrenForThisType(Attachment content, LimitedRequest limitedRequest, Expansions expansions, Depth depth)
           
protected  PageResponse<Content> BlogPostContentTypeApiSupport.getChildrenForThisType(BlogPost content, LimitedRequest limitedRequest, Expansions expansions, Depth depth)
           
protected  PageResponse<Content> CommentContentTypeApiSupport.getChildrenForThisType(Comment content, LimitedRequest limitedRequest, Expansions expansions, Depth depth)
           
protected  PageResponse<Content> CommentContentTypeApiSupport.getChildrenForThisType(Comment content, LimitedRequest limitedRequest, Expansions expansions, Depth depth, com.google.common.base.Predicate<? super ContentEntityObject> predicate)
           
protected  PageResponse<Content> PageContentTypeApiSupport.getChildrenForThisType(Page content, LimitedRequest limitedRequest, Expansions expansions, Depth depth)
           
protected  PageResponse<Content> PageContentTypeApiSupport.getChildrenOfThisTypeForOtherType(ContentConvertible otherTypeParent, LimitedRequest limitedRequest, Expansions expansions, Depth depth)
           
protected  PageResponse<Content> CommentContentTypeApiSupport.getChildrenOfThisTypeForOtherType(ContentConvertible otherTypeParent, LimitedRequest limitedRequest, Expansions expansions, Depth depth)
           
protected  PageResponse<Content> BlogPostContentTypeApiSupport.getChildrenOfThisTypeForOtherType(ContentConvertible otherTypeParent, LimitedRequest limitedRequest, Expansions expansions, Depth depth)
           
 PageResponse<Content> AttachmentContentTypeApiSupport.getChildrenOfThisTypeForOtherType(ContentConvertible parent, LimitedRequest limitedRequest, Expansions expansions, Depth depth)
           
protected  PageResponse<Content> CommentContentTypeApiSupport.getChildrenOfThisTypeForOtherType(ContentConvertible otherTypeParent, LimitedRequest limitedRequest, Expansions expansions, Depth depth, com.google.common.base.Predicate<? super ContentEntityObject> predicate)
           
 

Methods in com.atlassian.confluence.api.impl.service.content.typebinding with parameters of type Content
 Page PageContentTypeApiSupport.create(Content newContent)
           
 Comment CommentContentTypeApiSupport.create(Content newContent)
           
 BlogPost BlogPostContentTypeApiSupport.create(Content newContent)
           
 BlogPost BlogPostContentTypeApiSupport.update(Content content, BlogPost blog)
           
 Comment CommentContentTypeApiSupport.update(Content contentToUpdate, Comment entity)
           
 Page PageContentTypeApiSupport.update(Content updatedContent, Page page)
           
 ValidationResult PageContentTypeApiSupport.validateCreate(Content newContent)
           
 ValidationResult CommentContentTypeApiSupport.validateCreate(Content newContent)
           
 ValidationResult BlogPostContentTypeApiSupport.validateCreate(Content newContent)
           
 ValidationResult AttachmentContentTypeApiSupport.validateCreate(Content newContent)
           
 ValidationResult AttachmentContentTypeApiSupport.validateUpdate(Content updatedContent, Attachment existingEntity)
           
 ValidationResult BlogPostContentTypeApiSupport.validateUpdate(Content updatedContent, BlogPost existingEntity)
           
 ValidationResult CommentContentTypeApiSupport.validateUpdate(Content updatedContent, Comment existingEntity)
           
 ValidationResult PageContentTypeApiSupport.validateUpdate(Content updatedContent, Page sceo)
           
 

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
static Navigation.ContentNav ContentNavImpl.build(Content content, AbstractNav builder)
           
 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)
           
 List<Content> Content.getAncestors()
           
 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()
           
 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()
           
 com.atlassian.fugue.Option<Content> Content.getParent()
           
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(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(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(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, String value, Content content)
           
 

Constructor parameters in com.atlassian.confluence.api.model.content with type arguments of type Content
ContentBody(ContentRepresentation representation, String value, Reference<Content> contentReference)
           
 

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

Methods in com.atlassian.confluence.api.model.permissions that return types with arguments of type Content
 Reference<Content> ContentRestriction.getContent()
           
 

Method parameters in com.atlassian.confluence.api.model.permissions with type arguments of type Content
 ContentRestriction.ContentRestrictionBuilder ContentRestriction.ContentRestrictionBuilder.content(Reference<Content> content)
           
 

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 ContentTrashService.restore(Content content)
          Restore a trashed 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, 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.
 Map<ContentType,PageResponse<Content>> ContentService.ContentFetcher.fetchMappedByContentType(PageRequest request)
           
 Map<ContentType,PageResponse<Content>> SpaceService.SpaceContentFinder.fetchMappedByType(PageRequest request)
          Retrieve all content contained in this space mapped by ContentType
 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.
 void ContentTrashService.purge(Content content)
          Permanently delete a piece of content.
 Content ContentTrashService.restore(Content content)
          Restore a trashed piece of content.
 void ContentTrashService.trash(Content content)
          Trash 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.
 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.
 ValidationResult ContentTrashService.Validator.validatePurge(Content content)
          Validate that a piece of content can be purged, including permission checks.
 ValidationResult ContentTrashService.Validator.validateRestore(Content content)
          Validate that a piece of content can be restored, including permission checks.
 ValidationResult ContentTrashService.Validator.validateTrash(Content content)
          Validate that a piece of content can be trashed, 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(String cqlInput, Expansion... expansions)
          Execute a CQL search query and fetch a page results.
 PageResponse<Content> CQLSearchService.searchContent(String cqlInput, PageRequest pageRequest, Expansion... expansions)
          Execute a CQL search query and fetch a page results.
 PageResponse<Content> CQLSearchService.searchContent(String cqlInput, SearchContext searchContext, PageRequest pageRequest, Expansion... expansions)
          Execute a CQL search query and fetch a page results.
 

Uses of Content in com.atlassian.confluence.content.apisupport
 

Methods in com.atlassian.confluence.content.apisupport that return types with arguments of type Content
 PageResponse<Content> ContentTypeApiSupport.getChildren(ContentConvertible content, LimitedRequest limitedRequest, Expansions expansions, Depth depth, com.google.common.base.Predicate<? super ContentEntityObject> predicate)
          Retrieve the children of an item of Content filtered by a predicate.
 PageResponse<Content> BaseContentTypeApiSupport.getChildren(ContentConvertible content, LimitedRequest limitedRequest, Expansions expansions, Depth depth, com.google.common.base.Predicate<? super ContentEntityObject> predicate)
          Retrieve the children of an item of Content.
protected abstract  PageResponse<Content> BaseContentTypeApiSupport.getChildrenForThisType(T content, LimitedRequest limitedRequest, Expansions expansions, Depth depth)
           
protected  PageResponse<Content> BaseContentTypeApiSupport.getChildrenForThisType(T content, LimitedRequest limitedRequest, Expansions expansions, Depth depth, com.google.common.base.Predicate<? super ContentEntityObject> predicate)
          This method includes an additional parameter "location", it will call the default one if not overridden
protected abstract  PageResponse<Content> BaseContentTypeApiSupport.getChildrenOfThisTypeForOtherType(ContentConvertible otherTypeParent, LimitedRequest limitedRequest, Expansions expansions, Depth depth)
           
protected  PageResponse<Content> BaseContentTypeApiSupport.getChildrenOfThisTypeForOtherType(ContentConvertible otherTypeParent, LimitedRequest limitedRequest, Expansions expansions, Depth depth, com.google.common.base.Predicate<? super ContentEntityObject> predicate)
          This method includes an additional parameter "location", it will call the default one if not overridden
 

Methods in com.atlassian.confluence.content.apisupport with parameters of type Content
 CustomContentEntityObject CustomContentTypeApiSupport.create(Content content)
           
 T ContentTypeApiSupport.create(Content content)
          Create a new persistent entity for the given api content
 T BaseContentTypeApiSupport.create(Content content)
           
protected abstract  void CustomContentTypeApiSupport.createCustomContentEntity(Content content, CustomContentEntityObject newVersion)
          Set the extension properties on the entity.
 void ContentCreator.setCommonPropertiesForCreate(Content newContent, ContentEntityObject entity, com.atlassian.user.User authenticatedUser)
          Sets common properties on a newly created entity in preparation for being saved.
 boolean ContentCreator.setCommonPropertiesForUpdate(Content updatedContent, ContentEntityObject entity)
          Sets common properties on the entity in preparation for an update.
 boolean ContentCreator.setContentBodyOnEntity(Content updatedContent, ContentEntityObject entity)
          Sets the body content in updatedContent on the entity
 void ContentCreator.setSpaceForCreate(Content newContent, SpaceContentEntityObject spacedEntity, com.atlassian.user.User authenticatedUser)
          Sets the space in newContent on this spacedEntity
 boolean ContentCreator.setTitleOnEntity(Content updatedContent, ContentEntityObject entity)
          Sets the title in updatedContent on the entity
 CustomContentEntityObject CustomContentTypeApiSupport.update(Content content, CustomContentEntityObject entity)
           
 T ContentTypeApiSupport.update(Content content, T existingEntity)
          Updates an existing persistent entity from the given api content
 T BaseContentTypeApiSupport.update(Content content, T entity)
           
protected abstract  boolean CustomContentTypeApiSupport.updateCustomContentEntity(Content content, CustomContentEntityObject newVersion, CustomContentEntityObject original)
          Set the extension properties on the entity.
 ValidationResult ContentCreator.validateCreate(ConfluenceUser confluenceUser, Content newContent, Class<? extends ContentEntityObject> entityClass)
          Perform common validation checks for creation of content in a space
 ValidationResult ContentTypeApiSupport.validateCreate(Content newContent)
          Validate the create operation
 ValidationResult BaseContentTypeApiSupport.validateCreate(Content newContent)
           
 ValidationResult ContentCreator.validateUpdate(ConfluenceUser user, Content updatedContent, ContentEntityObject entity)
          Perform common validation checks for updating content
 ValidationResult ContentTypeApiSupport.validateUpdate(Content oldContent, T existingEntity)
          Validate the update operation
 ValidationResult BaseContentTypeApiSupport.validateUpdate(Content updatedContent, T existingEntity)
           
 

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
 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.
 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
 Content TestAttachmentFactory.addAttachment()
           
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
 List<Content> TestAttachmentFactory.addAttachments(int numFiles)
           
 PageResponse<Content> TestAttachmentFactory.addAttachments(int numFiles, javax.ws.rs.core.MediaType contentType)
           
static org.hamcrest.Matcher<Iterable<Content>> ContainsContentMatcher.containsContent(Content content)
           
 

Methods in com.atlassian.confluence.it.api with parameters of type Content
static org.hamcrest.Matcher<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 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.plugins.like.notifications
 

Methods in com.atlassian.confluence.plugins.like.notifications with parameters of type Content
protected  com.atlassian.fugue.Maybe<Map<String,Object>> LikeEventHipChatRenderContextProvider.getMediumSpecificContext(Content content, LikePayload payload, boolean recipientIsAuthor)
           
protected  com.atlassian.fugue.Maybe<Map<String,Object>> LikeEventEmailRenderContextProvider.getMediumSpecificContext(Content content, LikePayload payload, boolean recipientIsAuthor)
           
protected abstract  com.atlassian.fugue.Maybe<Map<String,Object>> AbstractLikeEventRenderContextProvider.getMediumSpecificContext(Content content, LikePayload payload, boolean recipientIsAuthor)
          All the medium-specific context items (e.g.
 

Uses of Content in com.atlassian.confluence.plugins.restapi.experimental.resources
 

Methods in com.atlassian.confluence.plugins.restapi.experimental.resources that return types with arguments of type Content
 PageResponse<Content> ExperimentalContentResource.search(String cql, String cqlcontext, String expand, int start, int limit, javax.ws.rs.core.UriInfo uriInfo)
          Fetch a list of content using CQL For example : http://localhost:8080/confluence/rest/experimental/content/?cql=creator=currentUser()&cqlcontext={%22spaceKey%22:%22TST%22, %22contentId%22:%2255%22}
 

Uses of Content in com.atlassian.confluence.plugins.restapi.resources
 

Methods in com.atlassian.confluence.plugins.restapi.resources that return Content
 Content ContentResource.createContent(Content newContent)
          Creates a new piece of Content.
 Content ContentResource.getContentById(ContentId id, List<ContentStatus> statuses, Integer version, String expand)
          Returns a piece of Content.
 Content ContentResource.update(ContentId contentId, Content content)
          Updates a piece of Content, or restores if it is trashed.
 Content AttachmentResource.update(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 and the minor edit field.
 

Methods in com.atlassian.confluence.plugins.restapi.resources that return types with arguments of type Content
 Map<ContentType,PageResponse<Content>> ChildContentResource.children(ContentId contentId, String expand, Integer parentVersion, 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, String expand, Integer parentVersion, 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.
 RestList<Content> ChildContentResource.commentsOfContent(ContentId contentId, String expand, Integer parentVersion, int start, int limit, Set<String> location, String depth, javax.ws.rs.core.UriInfo uriInfo)
          Returns the comments of a content
 Map<ContentType,RestList<Content>> SpaceResource.contents(String spaceKey, String depth, String expand, int start, int limit)
          Returns the content in this given space
 RestList<Content> SpaceResource.contentsWithType(String spaceKey, String type, String depth, 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, List<com.atlassian.plugins.rest.common.multipart.FilePart> fileParts, List<com.atlassian.plugins.rest.common.multipart.FilePart> comments, List<com.atlassian.plugins.rest.common.multipart.FilePart> minorEdits)
          Add one or more attachments to a Confluence Content entity, with optional comments.
 Map<ContentType,PageResponse<Content>> DescendantContentResource.descendants(ContentId contentId, 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, 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, String expand, int start, int limit, String filename, String mediaType, javax.ws.rs.core.UriInfo uriInfo)
          Returns a paginated list of attachment Content entities within a single container.
 PageResponse<Content> ContentResource.getContent(String type, String spaceKey, String title, List<ContentStatus> statuses, String postingDay, String expand, int start, int limit, javax.ws.rs.core.UriInfo uriInfo)
          Returns a paginated list of Content.
 PageResponse<Content> ContentResource.search(String cql, String cqlcontext, String expand, int start, int limit, javax.ws.rs.core.UriInfo uriInfo)
          Fetch a list of content using the Confluence Query Language (CQL).
 

Methods in com.atlassian.confluence.plugins.restapi.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, or restores if it is trashed.
 Content AttachmentResource.update(String attachmentId, Content attachment)
           Update the non-binary data of an Attachment.
 

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, Collection<AttachmentUpload> uploads)
           
 com.atlassian.util.concurrent.Promise<PageResponse<Content>> RemoteAttachmentService.addAttachments(ContentId contentId, 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<Map<ContentType,PageResponse<Content>>> RemoteContentServiceImpl.RemoteContentFinderImpl.fetchMappedByContentType(PageRequest request)
           
 com.atlassian.util.concurrent.Promise<Map<ContentType,PageResponse<Content>>> RemoteContentService.RemoteContentFetcher.fetchMappedByContentType(PageRequest request)
           
 com.atlassian.util.concurrent.Promise<Map<ContentType,PageResponse<Content>>> RemoteSpaceServiceImpl.RemoteSpaceContentFinderImpl.fetchMappedByType(PageRequest request)
           
 com.atlassian.util.concurrent.Promise<Map<ContentType,PageResponse<Content>>> RemoteSpaceService.RemoteSpaceContentFinder.fetchMappedByType(PageRequest request)
          Retrieve the all content contained in this space.
 com.atlassian.util.concurrent.Promise<Map<ContentType,PageResponse<Content>>> RemoteChildContentServiceImpl.RemoteChildContentFinderImpl.fetchMappedByType(PageRequest request)
           
 com.atlassian.util.concurrent.Promise<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<Content> RemoteContentTrashService.restore(Content content)
          Restore a trashed piece of content.
 com.atlassian.util.concurrent.Promise<Content> RemoteContentServiceImpl.restore(Content content)
           
 com.atlassian.util.concurrent.Promise<Content> RemoteContentService.restore(Content content)
          Restore a trashed piece of content.
 com.atlassian.util.concurrent.Promise<PageResponse<Content>> RemoteCQLSearchServiceImpl.searchContent(String cql, Expansion... expansions)
           
 com.atlassian.util.concurrent.Promise<PageResponse<Content>> RemoteCQLSearchService.searchContent(String cql, Expansion... expansions)
           
 com.atlassian.util.concurrent.Promise<PageResponse<Content>> RemoteCQLSearchServiceImpl.searchContent(String cql, PageRequest request, Expansion... expansions)
           
 com.atlassian.util.concurrent.Promise<PageResponse<Content>> RemoteCQLSearchService.searchContent(String cql, PageRequest request, Expansion... expansions)
           
 com.atlassian.util.concurrent.Promise<PageResponse<Content>> RemoteCQLSearchServiceImpl.searchContent(String cqlInput, SearchContext searchContext, PageRequest request, Expansion... expansions)
           
 com.atlassian.util.concurrent.Promise<PageResponse<Content>> RemoteCQLSearchService.searchContent(String cqlInput, SearchContext searchContext, PageRequest pageRequest, Expansion... expansions)
           
 com.atlassian.util.concurrent.Promise<Content> RemoteContentServiceImpl.trash(Content content)
           
 com.atlassian.util.concurrent.Promise<Content> RemoteContentService.trash(Content content)
          Trash a piece 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.
 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<Void> RemoteContentServiceImpl.delete(Content content)
           
 com.atlassian.util.concurrent.Promise<Void> RemoteContentService.delete(Content content)
          Removes an item of Content from the system.
 com.atlassian.util.concurrent.Promise<Void> RemoteAttachmentServiceImpl.delete(Content attachmentContent)
           
 com.atlassian.util.concurrent.Promise<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<Void> RemoteContentTrashService.purge(Content content)
          Permanently delete a piece of content.
 com.atlassian.util.concurrent.Promise<Void> RemoteContentServiceImpl.purge(Content content)
           
 com.atlassian.util.concurrent.Promise<Void> RemoteContentService.purge(Content content)
          Permanently delete a trashed piece of content.
 com.atlassian.util.concurrent.Promise<Content> RemoteContentTrashService.restore(Content content)
          Restore a trashed piece of content.
 com.atlassian.util.concurrent.Promise<Content> RemoteContentServiceImpl.restore(Content content)
           
 com.atlassian.util.concurrent.Promise<Content> RemoteContentService.restore(Content content)
          Restore a trashed piece of content.
 com.atlassian.util.concurrent.Promise<Void> RemoteContentTrashService.trash(Content content)
          Trash a piece of content.
 com.atlassian.util.concurrent.Promise<Content> RemoteContentServiceImpl.trash(Content content)
           
 com.atlassian.util.concurrent.Promise<Content> RemoteContentService.trash(Content content)
          Trash a piece 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.client.impl
 

Methods in com.atlassian.confluence.rest.client.impl that return types with arguments of type Content
 com.atlassian.util.concurrent.Promise<Content> RemoteContentTrashServiceImpl.restore(Content content)
           
 

Methods in com.atlassian.confluence.rest.client.impl with parameters of type Content
 com.atlassian.util.concurrent.Promise<Void> RemoteContentTrashServiceImpl.purge(Content content)
           
 com.atlassian.util.concurrent.Promise<Content> RemoteContentTrashServiceImpl.restore(Content content)
           
 com.atlassian.util.concurrent.Promise<Void> RemoteContentTrashServiceImpl.trash(Content content)
           
 

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)
           
 

Uses of Content in test.plugin.apiavailable
 

Methods in test.plugin.apiavailable that return types with arguments of type Content
protected  PageResponse<Content> DummyAvailableContentTypeSupport.getChildrenForThisType(CustomContentEntityObject content, LimitedRequest limitedRequest, Expansions expansions, Depth depth)
           
protected  PageResponse<Content> DummyAvailableContentTypeSupport.getChildrenOfThisTypeForOtherType(ContentConvertible otherTypeParent, LimitedRequest limitedRequest, Expansions expansions, Depth depth)
           
 

Methods in test.plugin.apiavailable with parameters of type Content
protected  void DummyAvailableContentTypeSupport.createCustomContentEntity(Content content, CustomContentEntityObject newVersion)
           
protected  boolean DummyAvailableContentTypeSupport.updateCustomContentEntity(Content content, CustomContentEntityObject newVersion, CustomContentEntityObject original)
           
 ValidationResult DummyAvailableContentTypeSupport.validateCreate(Content newContent)
           
 ValidationResult DummyAvailableContentTypeSupport.validateUpdate(Content updatedContent, CustomContentEntityObject existingEntity)
           
 

Uses of Content in test.plugin.versionchildpolicy
 

Methods in test.plugin.versionchildpolicy that return types with arguments of type Content
protected  PageResponse<Content> DummyOriginalVersionContentTypeApiSupport.getChildrenForThisType(CustomContentEntityObject content, LimitedRequest limitedRequest, Expansions expansions, Depth depth)
           
protected  PageResponse<Content> DummyCurrentVersionContentTypeApiSupport.getChildrenForThisType(CustomContentEntityObject content, LimitedRequest limitedRequest, Expansions expansions, Depth depth)
           
protected  PageResponse<Content> DummyOriginalVersionContentTypeApiSupport.getChildrenOfThisTypeForOtherType(ContentConvertible otherTypeParent, LimitedRequest limitedRequest, Expansions expansions, Depth depth)
           
protected  PageResponse<Content> DummyCurrentVersionContentTypeApiSupport.getChildrenOfThisTypeForOtherType(ContentConvertible otherTypeParent, LimitedRequest limitedRequest, Expansions expansions, Depth depth)
           
 



Copyright © 2003–2015 Atlassian. All rights reserved.