Uses of Class
com.atlassian.confluence.api.model.content.id.ContentId

Packages that use ContentId
com.atlassian.confluence.api.impl.service.content   
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.content.id   
com.atlassian.confluence.api.nav   
com.atlassian.confluence.api.service.content   
com.atlassian.confluence.api.service.web   
com.atlassian.confluence.core   
com.atlassian.confluence.internal Internal interfaces that are NOT exposed to the plugin classpath, by being excluded in the packageScanningConfiguration of bootstrapContext.xml. 
com.atlassian.confluence.it   
com.atlassian.confluence.it.rpc.delegates   
com.atlassian.confluence.pages   
com.atlassian.confluence.plugin.descriptor.mail   
com.atlassian.confluence.rest.client   
com.atlassian.confluence.rest.client.impl   
com.atlassian.confluence.rest.resources   
com.atlassian.confluence.web.service   
 

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

Methods in com.atlassian.confluence.api.impl.service.content with parameters of type ContentId
 PageResponse<Content> AttachmentServiceImpl.addAttachments(ContentId containerId, java.util.Collection<AttachmentUpload> uploads)
           
 PageResponse<Label> ContentLabelServiceImpl.addLabels(ContentId contentId, java.lang.Iterable<Label> labels)
           
 ChildContentService.ChildContentFinder ChildContentServiceImpl.findContent(ContentId parentId, Expansion... expansions)
           
 ContentMacroService.MacroInstanceFinder ContentMacroServiceImpl.findInContent(ContentId contentId, Expansion... expansion)
           
 PageResponse<Label> ContentLabelServiceImpl.getLabels(ContentId contentId, java.util.Collection<Label.Prefix> prefixes, PageRequest pageRequest)
           
 void ContentLabelServiceImpl.removeLabel(ContentId contentId, long labelId)
           
 Content AttachmentServiceImpl.updateData(ContentId attachmentId, AttachmentUpload upload)
           
 

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

Methods in com.atlassian.confluence.api.impl.service.content.typebinding with parameters of type ContentId
 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)
           
 

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

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

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

Uses of ContentId in com.atlassian.confluence.api.model.content
 

Methods in com.atlassian.confluence.api.model.content that return ContentId
static ContentId Content.getContentId(Reference<Content> contentRef)
          Get the ContentId from a Content Reference.
 ContentId Content.getId()
           
 

Methods in com.atlassian.confluence.api.model.content with parameters of type ContentId
static Reference<Content> Content.buildReference(ContentId id)
           
 Content.ContentBuilder Content.ContentBuilder.id(ContentId id)
           
 

Constructors in com.atlassian.confluence.api.model.content with parameters of type ContentId
ContentBody(ContentRepresentation representation, java.lang.String value, ContentId contentId)
           
 

Uses of ContentId in com.atlassian.confluence.api.model.content.id
 

Subclasses of ContentId in com.atlassian.confluence.api.model.content.id
 class AttachmentContentId
          Represents the id of an Attachment.
 

Fields in com.atlassian.confluence.api.model.content.id declared as ContentId
static ContentId JsonContentPropertyId.UNSET
           
static ContentId ContentId.UNSET
           
 

Methods in com.atlassian.confluence.api.model.content.id that return ContentId
static ContentId ContentId.deserialise(java.lang.String id)
           
static ContentId ContentId.of(ContentType type, long id)
           
static ContentId ContentId.valueOf(java.lang.String id)
          Don't use this method - it's just for Jersey QueryParam automatic conversion.
 

Uses of ContentId in com.atlassian.confluence.api.nav
 

Methods in com.atlassian.confluence.api.nav with parameters of type ContentId
 Navigation.ContentNav Navigation.content(ContentId contentId)
          create a content nav builder to reference a piece of content
 Navigation.ExperimentalContentNav Navigation.ExperimentalNav.content(ContentId contentId)
          create a content nav builder to reference a piece of content
 

Uses of ContentId in com.atlassian.confluence.api.service.content
 

Methods in com.atlassian.confluence.api.service.content with parameters of type ContentId
 PageResponse<Content> AttachmentService.addAttachments(ContentId containerId, java.util.Collection<AttachmentUpload> uploads)
          Add one or more attachments to a piece of Content.
 PageResponse<Label> ContentLabelService.addLabels(ContentId contentId, java.lang.Iterable<Label> labels)
          Adds the given labels to the specified content
 boolean AttachmentService.Validator.canCreateAttachments(ContentId containerId)
          Checks if the user is permitted to add attachments to the given content
 ChildContentService.ChildContentFinder ChildContentService.findContent(ContentId parentId, Expansion... expansion)
          A finder to locate Content under a parent.
 ContentMacroService.MacroInstanceFinder ContentMacroService.findInContent(ContentId contentId, Expansion... expansion)
          Create a macro instance finder to locate macro instances in the given Content
 PageResponse<Label> ContentLabelService.getLabels(ContentId contentId, java.util.Collection<Label.Prefix> prefixes, PageRequest pageRequest)
          Get the labels attached to a given piece of content in the given namespaces
 Content AttachmentService.updateData(ContentId attachmentId, AttachmentUpload upload)
          Updates the data part of an Attachment Content instance.
 ValidationResult ContentLabelService.Validator.validateAddLabels(ContentId contentId, Label... labels)
          Validates that the list of labels can be added to the given content
 AttachmentService.AttachmentFinder AttachmentService.AttachmentFinder.withContainerId(ContentId parentId)
          Restrict the attachments returned to those with the given parent.
 ContentPropertyService.ParameterContentPropertyFinder ContentPropertyService.ParameterContentPropertyFinder.withContentId(ContentId contentId)
           
 ContentService.SingleContentFetcher ContentService.ContentFinder.withId(ContentId contentId)
          Restrict the fetched content to that with the given ContentId
 SingleFetcher<Content> AttachmentService.AttachmentFinder.withId(ContentId attachmentId)
          Restrict the attachment returned by the fetch methods to those with the given attachmentId
 

Uses of ContentId in com.atlassian.confluence.api.service.web
 

Methods in com.atlassian.confluence.api.service.web with parameters of type ContentId
 WebView WebViewService.forContent(ContentId contentId)
          Provides a new WebView.
 

Uses of ContentId in com.atlassian.confluence.core
 

Methods in com.atlassian.confluence.core that return ContentId
 ContentId ContentEntityObject.getContentId()
          Returns the ContentId for this entity object, if it implements ContentConvertible.
 

Methods in com.atlassian.confluence.core with parameters of type ContentId
 ContentEntityObject DefaultContentEntityManager.getById(ContentId id)
           
 

Uses of ContentId in com.atlassian.confluence.internal
 

Methods in com.atlassian.confluence.internal with parameters of type ContentId
 ContentEntityObject ContentEntityManagerInternal.getById(ContentId id)
           
 

Uses of ContentId in com.atlassian.confluence.it
 

Methods in com.atlassian.confluence.it that return ContentId
 ContentId Attachment.getContentId()
           
 ContentId AbstractContentEntity.getContentId()
           
 

Methods in com.atlassian.confluence.it with parameters of type ContentId
 void AbstractContentEntity.setId(ContentId id)
           
 

Uses of ContentId in com.atlassian.confluence.it.rpc.delegates
 

Methods in com.atlassian.confluence.it.rpc.delegates with parameters of type ContentId
 Attachment AttachmentRpc.addAttachment(ContentId contentId, Attachment attachment)
           
 java.util.List<Attachment> AttachmentRpc.addAttachments(ContentId contentId, Attachment... attachments)
           
 boolean ContentRpc.delete(ContentId contentId)
           
 Attachment AttachmentRpc.getAttachment(ContentId contentId, java.lang.String fileName)
           
 BlogPost ContentRpc.getBlogPost(ContentId id)
           
 java.util.List<Page> ContentRpc.getChildren(ContentId parentPageId)
           
 Comment ContentRpc.getComment(ContentId id)
           
 Page ContentRpc.getPage(ContentId pageId)
           
 void AttachmentRpc.remove(ContentId pageId, java.lang.String fileName)
           
 

Uses of ContentId in com.atlassian.confluence.pages
 

Methods in com.atlassian.confluence.pages that return ContentId
 ContentId Page.getContentId()
          Returns the ContentId for this Page.
 ContentId ContentConvertible.getContentId()
           
 ContentId Comment.getContentId()
          Returns the ContentId for this Comment.
 ContentId BlogPost.getContentId()
          Returns the ContentId for this Blog post.
 ContentId Attachment.getContentId()
           
 

Uses of ContentId in com.atlassian.confluence.plugin.descriptor.mail
 

Methods in com.atlassian.confluence.plugin.descriptor.mail that return ContentId
 ContentId NotificationContext.getContentId()
          Return the context's Content id.
 

Methods in com.atlassian.confluence.plugin.descriptor.mail with parameters of type ContentId
 void NotificationContext.setContentId(ContentId contentId)
          Sets id of the entity that the notification is being sent regarding.
 

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

Methods in com.atlassian.confluence.rest.client with parameters of type ContentId
 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<PageResponse<Label>> RemoteContentLabelServiceImpl.addLabels(ContentId contentId, java.lang.Iterable<Label> labels)
           
 com.atlassian.util.concurrent.Promise<? extends java.lang.Iterable<Label>> RemoteContentLabelService.addLabels(ContentId contentId, java.lang.Iterable<Label> labels)
          Adds the given labels to the specified content
 RemoteChildContentService.RemoteChildContentFinder RemoteChildContentServiceImpl.findContent(ContentId parentId, Expansion... expansion)
           
 RemoteChildContentService.RemoteChildContentFinder RemoteChildContentService.findContent(ContentId parentId, Expansion... expansion)
          Create a finder to find content in the given parent.
 RemoteContentMacroService.RemoteMacroFinder RemoteContentMacroService.findInContent(ContentId contentId, Expansion... expansions)
          Retrieve details about a macro matching the page, version and macro hash.
 com.atlassian.util.concurrent.Promise<PageResponse<Label>> RemoteContentLabelServiceImpl.getLabels(ContentId contentId, java.util.Collection<Label.Prefix> prefixes, PageRequest request)
           
 com.atlassian.util.concurrent.Promise<? extends java.lang.Iterable<Label>> RemoteContentLabelService.getLabels(ContentId contentId, java.util.Collection<Label.Prefix> prefixes, PageRequest request)
          Get the labels attached to a given piece of content in the given namespaces
 void RemoteContentLabelServiceImpl.removeLabels(ContentId contentId, java.lang.Iterable<Label> labels)
           
 void RemoteContentLabelService.removeLabels(ContentId contentId, java.lang.Iterable<Label> labels)
          Remove a label with labelId from the specified content
 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.
 RemoteAttachmentService.RemoteAttachmentFinder RemoteAttachmentServiceImpl.RemoteAttachmentFinderImpl.withContainerId(ContentId containerId)
           
 RemoteAttachmentService.RemoteAttachmentFinder RemoteAttachmentService.RemoteAttachmentFinder.withContainerId(ContentId parentId)
           
 RemoteContentPropertyService.RemoteParameterContentPropertyFinder RemoteContentPropertyServiceImpl.RemoteContentPropertyFinderImpl.withContentId(ContentId contentId)
           
 RemoteContentPropertyService.RemoteParameterContentPropertyFinder RemoteContentPropertyService.RemoteParameterContentPropertyFinder.withContentId(ContentId contentId)
           
 RemoteContentService.RemoteSingleContentFetcher RemoteContentServiceImpl.RemoteContentFinderImpl.withId(ContentId contentId)
           
 RemoteContentService.RemoteSingleContentFetcher RemoteContentService.RemoteContentFinder.withId(ContentId contentId)
           
 RemoteContentService.RemoteSingleContentFetcher RemoteAttachmentServiceImpl.RemoteAttachmentFinderImpl.withId(ContentId attachmentId)
           
 RemoteContentService.RemoteSingleContentFetcher RemoteAttachmentService.RemoteAttachmentFinder.withId(ContentId attachmentId)
           
 

Constructors in com.atlassian.confluence.rest.client with parameters of type ContentId
RemoteChildContentServiceImpl.RemoteChildContentFinderImpl(AbstractRemoteService other, ContentId parentId, Expansion[] expansion)
           
 

Uses of ContentId in com.atlassian.confluence.rest.client.impl
 

Methods in com.atlassian.confluence.rest.client.impl with parameters of type ContentId
 RemoteContentMacroService.RemoteMacroFinder RemoteContentMacroServiceImpl.findInContent(ContentId content, Expansion... expansions)
           
 

Constructors in com.atlassian.confluence.rest.client.impl with parameters of type ContentId
RemoteContentMacroServiceImpl.RemoteMacroFinderImpl(AbstractRemoteService otherService, ContentId contentId)
           
 

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

Methods in com.atlassian.confluence.rest.resources with parameters of type ContentId
 PageResponse<Label> ContentLabelsResource.addLabels(ContentId contentId, java.util.List<Label> labels)
          Adds a list of labels to the specified 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.
 JsonContentProperty ContentPropertyResource.create(ContentId contentId, JsonContentProperty newProperty)
          Creates a new content property.
 JsonContentProperty ContentPropertyResource.create(ContentId contentId, java.lang.String key, JsonContentProperty newProperty)
          Creates a new content property.
 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.
 javax.ws.rs.core.Response ContentResource.delete(ContentId contentId)
          Deletes a piece of Content.
 javax.ws.rs.core.Response ContentPropertyResource.delete(ContentId contentId, java.lang.String key)
          Deletes a content property.
 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<JsonContentProperty> ContentPropertyResource.findAll(ContentId contentId, java.lang.String expand, int start, int limit, javax.ws.rs.core.UriInfo uriInfo)
          Returns a paginated list of content properties.
 JsonContentProperty ContentPropertyResource.findByKey(ContentId contentId, java.lang.String key, java.lang.String expand)
          Returns a content property.
 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.
 Content ContentResource.getContentById(ContentId id, java.lang.String expand)
          Returns a piece of Content.
 History ContentResource.getHistory(ContentId contentId, java.lang.String expand)
          Returns the history of a particular piece of content
 MacroInstance ContentResource.getMacroBodyByHash(ContentId contentId, int versionId, java.lang.String hash)
          Returns the body of a macro (in storage format) with the given hash.
 PageResponse<Label> ContentLabelsResource.labels(ContentId contentId, java.util.List<java.lang.String> prefixes, int start, int limit, javax.ws.rs.core.UriInfo uriInfo)
          Returns the list of labels on a piece of Content.
 Content ContentResource.update(ContentId contentId, Content content)
          Updates a piece of Content.
 JsonContentProperty ContentPropertyResource.update(ContentId contentId, java.lang.String key, JsonContentProperty property)
          Updates a content property.
 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.
 

Uses of ContentId in com.atlassian.confluence.web.service
 

Methods in com.atlassian.confluence.web.service with parameters of type ContentId
 WebView WebViewServiceImpl.forContent(ContentId contentId)
           
 



Copyright © 2003-2014 Atlassian. All Rights Reserved.