Modifier and Type | Method and Description |
---|---|
protected void |
RemoteContentSharedDraftsServiceAcceptanceTest.assertDraftRemovedOnPublish(ContentId id) |
protected void |
RemoteContentLegacyDraftServiceAcceptanceTest.assertDraftRemovedOnPublish(ContentId id) |
Modifier and Type | Method and Description |
---|---|
PageResponse<Content> |
AttachmentServiceImpl.addAttachments(ContentId containerId,
Collection<AttachmentUpload> uploads) |
PageResponse<Label> |
ContentLabelServiceImpl.addLabels(ContentId contentId,
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,
Collection<Label.Prefix> prefixes,
PageRequest pageRequest) |
void |
ContentLabelServiceImpl.removeLabel(ContentId contentId,
long labelId) |
void |
ContentLabelServiceImpl.removeLabel(ContentId contentId,
String label) |
Content |
AttachmentServiceImpl.updateData(ContentId attachmentId,
AttachmentUpload upload) |
Modifier and Type | Method and Description |
---|---|
static com.google.common.base.Predicate<? super AbstractLabelableEntityObject> |
FinderPredicates.createContentIdPredicate(List<ContentId> contentIds) |
Modifier and Type | Method and Description |
---|---|
Map<ContentId,Map<String,Object>> |
AttachmentContentTypeApiSupport.getExtensions(Iterable<Attachment> attachments,
Expansions expansions) |
Map<ContentId,Map<String,Object>> |
CommentContentTypeApiSupport.getExtensions(Iterable<Comment> contentEntities,
Expansions expansions) |
Map<ContentId,Map<String,Object>> |
PageContentTypeApiSupport.getExtensions(Iterable<Page> pages,
Expansions expansions) |
Modifier and Type | Method and Description |
---|---|
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,
List<ContentStatus> statuses,
Expansions expansions) |
Modifier and Type | Method and Description |
---|---|
Navigation.ContentNav |
NavigationImpl.content(ContentId contentId) |
Constructor and Description |
---|
ContentNavImpl(ContentId contentId,
AbstractNav baseBuilder) |
Modifier and Type | Method and Description |
---|---|
ContentRestriction |
ContentRestrictionServiceImpl.getRestrictionsForOperation(ContentId target,
OperationKey operationKey,
PageRequest pageRequest,
Expansion... allExpansions) |
Map<OperationKey,ContentRestriction> |
ContentRestrictionServiceImpl.getRestrictionsGroupByOperation(ContentId target,
Expansion... allExpansions) |
Modifier and Type | Method and Description |
---|---|
static ContentId |
Content.getContentId(Reference<Content> contentRef)
Get the ContentId from a Content Reference.
|
ContentId |
Content.getId() |
ContentId |
Content.getParentId() |
Modifier and Type | Method and Description |
---|---|
static Content.ContentBuilder |
Content.builder(ContentType type,
ContentId id)
Returns a
Content.ContentBuilder instance that can be used to create a new Content object. |
static Reference<Content> |
Content.buildReference(ContentId id) |
ContentBody.ContentBodyBuilder |
ContentBody.ContentBodyBuilder.contentId(ContentId contentId) |
Content.ContentBuilder |
Content.ContentBuilder.id(ContentId id) |
Constructor and Description |
---|
ContentBody(ContentRepresentation representation,
String value,
ContentId contentId)
Deprecated.
in 5.9 , use
ContentBody.contentBodyBuilder() |
ContentBuilder(ContentType type,
ContentId id)
Create new builders with
Content.builder(ContentType) and a ContentId . |
Modifier and Type | Class and Description |
---|---|
class |
AttachmentContentId
Represents the id of an Attachment.
|
Modifier and Type | Field and Description |
---|---|
static ContentId |
JsonContentPropertyId.UNSET |
static ContentId |
ContentId.UNSET |
Modifier and Type | Method and Description |
---|---|
static ContentId |
ContentId.deserialise(String id) |
static ContentId |
ContentId.of(ContentType type,
long id) |
static ContentId |
ContentId.valueOf(String id)
Don't use this method - it's just for Jersey QueryParam automatic conversion.
|
Modifier and Type | Method and Description |
---|---|
com.atlassian.fugue.Option<ContentId> |
SearchContext.getContentId() |
Modifier and Type | Method and Description |
---|---|
SearchContext.Builder |
SearchContext.Builder.contentId(ContentId contentId) |
Modifier and Type | Method and Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
PageResponse<Content> |
AttachmentService.addAttachments(ContentId containerId,
Collection<AttachmentUpload> uploads)
Add one or more attachments to a piece of
Content . |
PageResponse<Label> |
ContentLabelService.addLabels(ContentId contentId,
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,
Collection<Label.Prefix> prefixes,
PageRequest pageRequest)
Get the labels attached to a given piece of content in the given namespaces
|
void |
ContentLabelService.removeLabel(ContentId contentId,
String label)
Removes the given label from the specified content
|
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
|
ContentService.ParameterContentFinder |
ContentService.ParameterContentFinder.withId(ContentId first,
ContentId... tail)
Restrict the fetched content to those with the given ids, requires at least
two ContentIds.
|
ContentService.ParameterContentFinder |
ContentService.ParameterContentFinder.withId(ContentId first,
ContentId... tail)
Restrict the fetched content to those with the given ids, requires at least
two ContentIds.
|
ContentService.SingleContentFetcher |
ContentService.ContentFinder.withIdAndVersion(ContentId contentId,
int version)
Restrict the fetched content to that matching the given version
|
Modifier and Type | Method and Description |
---|---|
ContentService.ParameterContentFinder |
ContentService.ParameterContentFinder.withId(Iterable<ContentId> contentIds)
Restrict the fetched content to those with the given ids
|
Modifier and Type | Method and Description |
---|---|
ContentRestriction |
ContentRestrictionService.getRestrictionsForOperation(ContentId target,
OperationKey operationKey,
PageRequest pageRequest,
Expansion... expansions)
Retrieves all restrictions for given operation key on given content.
|
Map<OperationKey,ContentRestriction> |
ContentRestrictionService.getRestrictionsGroupByOperation(ContentId target,
Expansion... expansions)
List all restrictions that exist directly on the given content.
|
Modifier and Type | Method and Description |
---|---|
WebView |
WebViewService.forContent(ContentId contentId)
Provides a new WebView.
|
WebView |
WebViewService.forContent(ContentId contentId,
Map<String,Object> additionalContext)
Provides a new WebView.
|
Modifier and Type | Method and Description |
---|---|
static org.hamcrest.Matcher<Content> |
ContentMatchers.hasId(ContentId contentId) |
Modifier and Type | Method and Description |
---|---|
ContentId |
CustomContentEntityObject.getContentId() |
Modifier and Type | Method and Description |
---|---|
Map<ContentId,Map<String,Object>> |
NullCommentExtensionsSupport.getExtensions(Iterable<Comment> comments,
Expansions expansions) |
Map<ContentId,Map<String,Object>> |
CommentExtensionsSupport.getExtensions(Iterable<Comment> comments,
Expansions expansions)
Get the map of extension properties for each of the comment entities
|
Map<ContentId,Map<String,Object>> |
ContentTypeApiSupport.getExtensions(Iterable<T> contentEntities,
Expansions expansions)
Get the set of extension properties for the collection of contentEntity Ids.
|
Map<ContentId,Map<String,Object>> |
BaseContentTypeApiSupport.getExtensions(Iterable<T> contentEntities,
Expansions expansions)
Get the set of extension properties for the collection of contentEntity Ids.
|
Modifier and Type | Method and Description |
---|---|
ContentId |
ContentEntityObject.getContentId()
Returns the
ContentId for this entity object, if it implements ContentConvertible . |
Modifier and Type | Method and Description |
---|---|
ContentEntityObject |
DefaultContentEntityManager.getById(ContentId id) |
ContentEntityObject |
DefaultContentEntityManager.getById(ContentId id,
int version) |
Modifier and Type | Method and Description |
---|---|
PageResponse<ContentEntityObject> |
DefaultContentEntityManager.getByIds(List<ContentId> contentIds,
LimitedRequest limitedRequest,
com.google.common.base.Predicate<? super AbstractLabelableEntityObject>... filters) |
Map<Long,ContentEntityObject> |
DefaultContentEntityManager.getVersionsLastEditedByUser(Collection<ContentId> contentIds,
com.atlassian.sal.api.user.UserKey userKey) |
Map<Long,ContentEntityObject> |
ContentEntityManager.getVersionsLastEditedByUser(Collection<ContentId> contentIds,
com.atlassian.sal.api.user.UserKey userKey)
Gets the
ContentEntityObject objects relating to the version of the given contentIds that were last
edited by the given user. |
Modifier and Type | Method and Description |
---|---|
ContentEntityObject |
ContentEntityManagerInternal.getById(ContentId id) |
ContentEntityObject |
ContentEntityManagerInternal.getById(ContentId id,
int version) |
Modifier and Type | Method and Description |
---|---|
PageResponse<ContentEntityObject> |
ContentEntityManagerInternal.getByIds(List<ContentId> contentIds,
LimitedRequest limitedRequest,
com.google.common.base.Predicate<? super AbstractLabelableEntityObject>... filter) |
Modifier and Type | Method and Description |
---|---|
ContentId |
Attachment.getContentId()
Deprecated.
|
ContentId |
AbstractContentEntity.getContentId()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractContentEntity.setId(ContentId id)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Map<ContentId,Map<String,Object>> |
DummyCommentExtensionSupport.getExtensions(Iterable<Comment> comments,
Expansions expansions) |
Map<ContentId,Map<String,Object>> |
DummyAvailableContentTypeSupport.getExtensions(Iterable<CustomContentEntityObject> contentEntities,
Expansions expansions) |
Modifier and Type | Method and Description |
---|---|
ContentId |
ConfluenceRpc.createContent(Content newContent)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
LabelsRpc.removeLabel(String label,
ContentId id) |
Modifier and Type | Method and Description |
---|---|
Attachment |
AttachmentRpc.addAttachment(ContentId contentId,
Attachment attachment) |
List<Attachment> |
AttachmentRpc.addAttachments(ContentId contentId,
Attachment... attachments) |
boolean |
ContentRpc.delete(ContentId contentId)
Trashes trashable content and purges forever un-trashable content.
|
Content |
ContentRpc.get(ContentId contentId,
Expansion... expansions) |
Attachment |
AttachmentRpc.getAttachment(ContentId contentId,
String fileName) |
BlogPost |
ContentRpc.getBlogPost(ContentId id) |
List<Page> |
ContentRpc.getChildren(ContentId parentPageId) |
Comment |
ContentRpc.getComment(ContentId id) |
Page |
ContentRpc.getPage(ContentId pageId) |
void |
ContentRpc.purge(ContentId id)
Purges trashed content from the system forever.
|
void |
AttachmentRpc.remove(ContentId pageId,
String fileName) |
Modifier and Type | Method and Description |
---|---|
List<Labelling> |
LabelManager.getFavouriteLabellingsByContentIds(Collection<ContentId> contentIds,
com.atlassian.sal.api.user.UserKey userKey)
Get the labellings that represent the favourite labellings for the given user on the given content.
|
List<Labelling> |
DefaultLabelManager.getFavouriteLabellingsByContentIds(Collection<ContentId> contentIds,
com.atlassian.sal.api.user.UserKey userKey) |
List<Labelling> |
CachingLabelManager.getFavouriteLabellingsByContentIds(Collection<ContentId> contentIds,
com.atlassian.sal.api.user.UserKey userKey) |
Modifier and Type | Method and Description |
---|---|
Map<Long,ContentEntityObject> |
DefaultMailContentManager.getVersionsLastEditedByUser(Collection<ContentId> contentIds,
com.atlassian.sal.api.user.UserKey userKey)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
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() |
Modifier and Type | Method and Description |
---|---|
ContentId |
NotificationContext.getContentId()
Return the context's Content id.
|
Modifier and Type | Method and Description |
---|---|
void |
NotificationContext.setContentId(ContentId contentId)
Sets id of the entity that the notification is being sent regarding.
|
Modifier and Type | Method and Description |
---|---|
Content |
ExperimentalContentResource.getContentById(ContentId id,
List<ContentStatus> statuses,
Integer version,
String expand) |
Modifier and Type | Method and Description |
---|---|
PageResponse<Label> |
ContentLabelsResource.addLabels(ContentId contentId,
String labels)
Adds a list of labels to the specified content.
|
Map<OperationKey,ContentRestriction> |
ContentRestrictionResource.byOperation(ContentId id,
String expand)
Returns info about all restrictions by operation
|
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
|
JsonContentProperty |
ContentPropertyResource.create(ContentId contentId,
JsonContentProperty newProperty)
Creates a new content property.
|
JsonContentProperty |
ContentPropertyResource.create(ContentId contentId,
String key,
JsonContentProperty newProperty)
Creates a new content property.
|
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.
|
javax.ws.rs.core.Response |
ContentResource.delete(ContentId contentId,
ContentStatus status)
Trashes or purges a piece of Content, based on its
ContentType and ContentStatus . |
javax.ws.rs.core.Response |
ContentPropertyResource.delete(ContentId contentId,
String key)
Deletes a content property.
|
javax.ws.rs.core.Response |
ContentLabelsResource.deleteLabel(ContentId contentId,
String label)
Deletes a labels to the specified content.
|
javax.ws.rs.core.Response |
ContentLabelsResource.deleteLabelWithQueryParam(ContentId contentId,
String label)
Deletes a labels to the specified content.
|
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<JsonContentProperty> |
ContentPropertyResource.findAll(ContentId contentId,
String expand,
int start,
int limit,
javax.ws.rs.core.UriInfo uriInfo)
Returns a paginated list of content properties.
|
JsonContentProperty |
ContentPropertyResource.findByKey(ContentId contentId,
String key,
String expand)
Returns a content property.
|
ContentRestriction |
ContentRestrictionResource.forOperation(ContentId id,
OperationKey opKey,
String expand,
int start,
int limit)
Returns info about all restrictions of given operation
|
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.
|
Content |
ContentResource.getContentById(ContentId id,
List<ContentStatus> statuses,
Integer version,
String expand)
Returns a piece of Content.
|
History |
ContentResource.getHistory(ContentId contentId,
String expand)
Returns the history of a particular piece of content
|
MacroInstance |
ContentResource.getMacroBodyByHash(ContentId contentId,
int versionId,
String hash)
|
MacroInstance |
ContentResource.getMacroBodyByMacroId(ContentId contentId,
int versionId,
String macroId)
Returns the body of a macro (in storage format) with the given id.
|
PageResponse<Label> |
ContentLabelsResource.labels(ContentId contentId,
List<String> prefixes,
int start,
int limit,
javax.ws.rs.core.UriInfo uriInfo)
Returns the list of labels on a piece of Content.
|
Content |
ContentBlueprintResource.publish(ContentId draftId,
Content content,
ContentStatus status,
String expand)
Publishes a draft of a Content created from a ContentBlueprint
|
Content |
ContentResource.update(ContentId contentId,
Content content,
ContentStatus status,
ContentDraftService.ConflictPolicy conflictPolicy)
Updates a piece of Content, including changes to content status
|
JsonContentProperty |
ContentPropertyResource.update(ContentId contentId,
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 and the minor edit field.
|
Modifier and Type | Method and Description |
---|---|
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<PageResponse<Label>> |
RemoteContentLabelServiceImpl.addLabels(ContentId contentId,
Iterable<Label> labels) |
com.atlassian.util.concurrent.Promise<? extends Iterable<Label>> |
RemoteContentLabelService.addLabels(ContentId contentId,
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,
Collection<Label.Prefix> prefixes,
PageRequest request) |
com.atlassian.util.concurrent.Promise<? extends Iterable<Label>> |
RemoteContentLabelService.getLabels(ContentId contentId,
Collection<Label.Prefix> prefixes,
PageRequest request)
Get the labels attached to a given piece of content in the given namespaces
|
com.atlassian.util.concurrent.Promise<ContentRestriction> |
RemoteContentRestrictionServiceImpl.getRestrictionsForOperation(ContentId target,
OperationKey operationKey,
PageRequest pageRequest,
Expansion... expansions) |
com.atlassian.util.concurrent.Promise<ContentRestriction> |
RemoteContentRestrictionService.getRestrictionsForOperation(ContentId target,
OperationKey operationKey,
PageRequest pageRequest,
Expansion... expansions)
Retrieves all restrictions for given operation key on given content.
|
com.atlassian.util.concurrent.Promise<Map<OperationKey,ContentRestriction>> |
RemoteContentRestrictionServiceImpl.getRestrictionsGroupByOperation(ContentId target,
Expansion... expansions) |
com.atlassian.util.concurrent.Promise<Map<OperationKey,ContentRestriction>> |
RemoteContentRestrictionService.getRestrictionsGroupByOperation(ContentId target,
Expansion... expansions)
List all restrictions that exist directly on the given content.
|
com.atlassian.util.concurrent.Promise<Void> |
RemoteContentLabelServiceImpl.removeLabel(ContentId contentId,
String label) |
com.atlassian.util.concurrent.Promise<Void> |
RemoteContentLabelService.removeLabel(ContentId contentId,
String label)
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) |
RemoteContentService.RemoteSingleContentFetcher |
RemoteContentServiceImpl.RemoteContentFinderImpl.withId(ContentId first,
ContentId... tail) |
RemoteContentService.RemoteSingleContentFetcher |
RemoteContentServiceImpl.RemoteContentFinderImpl.withId(ContentId first,
ContentId... tail) |
RemoteContentService.RemoteSingleContentFetcher |
RemoteContentService.RemoteContentFinder.withId(ContentId first,
ContentId... tail)
Note : currently unsupported
Restrict the fetched content to those with the given ids, requires at least
two ContentIds.
|
RemoteContentService.RemoteSingleContentFetcher |
RemoteContentService.RemoteContentFinder.withId(ContentId first,
ContentId... tail)
Note : currently unsupported
Restrict the fetched content to those with the given ids, requires at least
two ContentIds.
|
RemoteContentService.RemoteSingleContentFetcher |
RemoteContentServiceImpl.RemoteContentFinderImpl.withIdAndVersion(ContentId contentId,
int version) |
RemoteContentService.RemoteSingleContentFetcher |
RemoteContentService.RemoteContentFinder.withIdAndVersion(ContentId contentId,
int version) |
Modifier and Type | Method and Description |
---|---|
RemoteContentService.RemoteSingleContentFetcher |
RemoteContentServiceImpl.RemoteContentFinderImpl.withId(Iterable<ContentId> contentIds) |
RemoteContentService.RemoteSingleContentFetcher |
RemoteContentService.RemoteContentFinder.withId(Iterable<ContentId> contentIds)
Note : currently unsupported
Restrict the fetched content to those with the given ids
|
Constructor and Description |
---|
RemoteChildContentFinderImpl(AbstractRemoteService other,
ContentId parentId,
Expansion[] expansion) |
Modifier and Type | Method and Description |
---|---|
RemoteContentMacroService.RemoteMacroFinder |
RemoteContentMacroServiceImpl.findInContent(ContentId content,
Expansion... expansions) |
Constructor and Description |
---|
RemoteMacroFinderImpl(AbstractRemoteService otherService,
ContentId contentId) |
Modifier and Type | Method and Description |
---|---|
WebView |
WebViewServiceImpl.forContent(ContentId contentId) |
WebView |
WebViewServiceImpl.forContent(ContentId contentId,
Map<String,Object> additionalContext) |
Copyright © 2003–2016 Atlassian. All rights reserved.