| Modifier and Type | Method and Description |
|---|---|
PageResponse<Content> |
AttachmentServiceImpl.addAttachments(ContentId containerId,
ContentStatus containerStatus,
Collection<AttachmentUpload> uploads) |
PageResponse<Content> |
AttachmentServiceImpl.addOrUpdateAttachments(ContentId containerId,
ContentStatus containerStatus,
Collection<AttachmentUpload> uploads) |
| Modifier and Type | Method and Description |
|---|---|
com.atlassian.fugue.Either<ValidationResult,Content> |
ContentServiceImpl.buildContent(ContentEntityObject entity,
List<ContentStatus> statuses,
ContentBodyConversionContext contentBodyConversionContext,
Expansion... expansions) |
| Modifier and Type | Method and Description |
|---|---|
static com.google.common.base.Predicate<? super ContentEntityObject> |
FinderPredicates.statusPredicate(List<ContentStatus> statuses) |
| Modifier and Type | Method and Description |
|---|---|
com.atlassian.fugue.Either<ValidationResult,Content> |
AttachmentContentTypeApiSupport.getById(ContentId attachmentId,
List<ContentStatus> statuses,
Expansions expansions) |
| Modifier and Type | Field and Description |
|---|---|
static ContentStatus |
ContentStatus.CURRENT
The default state of content ready to be viewed and edited.
|
static ContentStatus |
ContentStatus.DRAFT
The state of content that has not yet been published
|
static ContentStatus |
ContentStatus.HISTORICAL
The state of content that is not at its latest version
|
static ContentStatus |
ContentStatus.TRASHED
The state of content that has been trashed but not yet purged from the system.
|
| Modifier and Type | Field and Description |
|---|---|
static List<ContentStatus> |
ContentStatus.BUILT_IN |
| Modifier and Type | Method and Description |
|---|---|
ContentStatus |
ContentSelector.getStatus() |
ContentStatus |
Content.getStatus() |
static ContentStatus |
ContentStatus.valueOf(String str)
Return the
ContentType for the given type string. |
| Modifier and Type | Method and Description |
|---|---|
ContentSelector.ContentSelectorBuilder |
ContentSelector.ContentSelectorBuilder.status(ContentStatus status) |
Content.ContentBuilder |
Content.ContentBuilder.status(ContentStatus status) |
| Modifier and Type | Method and Description |
|---|---|
com.atlassian.fugue.Option<List<ContentStatus>> |
SearchContext.getContentStatues()
Deprecated.
|
com.atlassian.fugue.Option<List<ContentStatus>> |
SearchContext.getContentStatuses() |
| Modifier and Type | Method and Description |
|---|---|
SearchContext.Builder |
SearchContext.Builder.contentStatus(List<ContentStatus> contentStatuses) |
| Modifier and Type | Method and Description |
|---|---|
PageResponse<Content> |
AttachmentService.addAttachments(ContentId containerId,
ContentStatus containerStatus,
Collection<AttachmentUpload> uploads)
Add one or more attachments to a piece of
Content. |
PageResponse<Content> |
AttachmentService.addOrUpdateAttachments(ContentId containerId,
ContentStatus containerStatus,
Collection<AttachmentUpload> uploads)
Add or update one or more attachments to a piece of
Content. |
boolean |
AttachmentService.Validator.canCreateAttachments(ContentId containerId,
ContentStatus status)
Checks if the user is permitted to add attachments to the given content
|
ContentService.ContentFinder |
ContentService.ParameterContentFinder.withStatus(ContentStatus... status)
Restrict the fetched content to that matching the given statuses.
|
| Modifier and Type | Method and Description |
|---|---|
ContentService.ContentFinder |
ContentService.ParameterContentFinder.withStatus(Iterable<ContentStatus> statuses)
Restrict the fetched content to that matching the given statuses.
|
| Modifier and Type | Method and Description |
|---|---|
static org.hamcrest.Matcher<Content> |
ContentMatchers.hasStatus(ContentStatus contentStatus) |
| Modifier and Type | Method and Description |
|---|---|
PageResponse<CustomContentEntityObject> |
DefaultCustomContentManager.findAll(String pluginModuleKey,
long spaceId,
List<ContentStatus> status,
LimitedRequest request,
com.google.common.base.Predicate<? super CustomContentEntityObject> predicate) |
PageResponse<CustomContentEntityObject> |
CustomContentManager.findAll(String pluginModuleKey,
long spaceId,
List<ContentStatus> status,
LimitedRequest request,
com.google.common.base.Predicate<? super CustomContentEntityObject> predicate)
Find all content of a specific type in the space
|
PageResponse<CustomContentEntityObject> |
DefaultCustomContentManager.findAllInContainerWithTitle(String pluginModuleKey,
long spaceId,
String title,
List<ContentStatus> status,
LimitedRequest request,
com.google.common.base.Predicate<? super CustomContentEntityObject> predicate) |
PageResponse<CustomContentEntityObject> |
CustomContentManager.findAllInContainerWithTitle(String pluginModuleKey,
long contentId,
String title,
List<ContentStatus> status,
LimitedRequest request,
com.google.common.base.Predicate<? super CustomContentEntityObject> predicate)
Find content of a specific type in the container with the given title and status, limited to the size of the pagination request
|
PageResponse<CustomContentEntityObject> |
DefaultCustomContentManager.findAllInSpaceWithTitle(String pluginModuleKey,
long spaceId,
String title,
List<ContentStatus> status,
LimitedRequest request,
com.google.common.base.Predicate<? super CustomContentEntityObject> predicate) |
PageResponse<CustomContentEntityObject> |
CustomContentManager.findAllInSpaceWithTitle(String pluginModuleKey,
long spaceId,
String title,
List<ContentStatus> status,
LimitedRequest request,
com.google.common.base.Predicate<? super CustomContentEntityObject> predicate)
Find content of a specific type in the space with the given title and status, limited to the size of the pagination request
|
PageResponse<CustomContentEntityObject> |
DefaultCustomContentManager.findAllWithTitle(String pluginModuleKey,
String title,
List<ContentStatus> status,
LimitedRequest request,
com.google.common.base.Predicate<? super CustomContentEntityObject> predicate) |
PageResponse<CustomContentEntityObject> |
CustomContentManager.findAllWithTitle(String pluginModuleKey,
String title,
List<ContentStatus> statuses,
LimitedRequest request,
com.google.common.base.Predicate<? super CustomContentEntityObject> predicate)
Find content of a specific type with the given title and status, limited to the size of the pagination request
|
| Modifier and Type | Method and Description |
|---|---|
PageResponse<CustomContentEntityObject> |
CustomContentDao.findAll(String pluginModuleKey,
long spaceId,
List<ContentStatus> statuses,
LimitedRequest request,
com.google.common.base.Predicate<? super CustomContentEntityObject> predicate) |
PageResponse<CustomContentEntityObject> |
CustomContentDao.findAllInContainerWithTitle(String pluginModuleKey,
long contentId,
String title,
List<ContentStatus> status,
LimitedRequest request,
com.google.common.base.Predicate<? super CustomContentEntityObject> predicate) |
PageResponse<CustomContentEntityObject> |
CustomContentDao.findAllInSpaceWithTitle(String pluginModuleKey,
long spaceId,
String title,
List<ContentStatus> status,
LimitedRequest request,
com.google.common.base.Predicate<? super CustomContentEntityObject> predicate) |
PageResponse<CustomContentEntityObject> |
CustomContentDao.findAllWithTitle(String pluginModuleKey,
String title,
List<ContentStatus> status,
LimitedRequest request,
com.google.common.base.Predicate predicate) |
| Modifier and Type | Method and Description |
|---|---|
PageResponse<CustomContentEntityObject> |
PluginContentHibernateDao.findAll(String pluginModuleKey,
long spaceId,
List<ContentStatus> statuses,
LimitedRequest request,
com.google.common.base.Predicate<? super CustomContentEntityObject> predicate) |
PageResponse<CustomContentEntityObject> |
PluginContentHibernateDao.findAllInContainerWithTitle(String pluginModuleKey,
long contentId,
String title,
List<ContentStatus> status,
LimitedRequest request,
com.google.common.base.Predicate<? super CustomContentEntityObject> predicate) |
PageResponse<CustomContentEntityObject> |
PluginContentHibernateDao.findAllInSpaceWithTitle(String pluginModuleKey,
long spaceId,
String title,
List<ContentStatus> status,
LimitedRequest request,
com.google.common.base.Predicate<? super CustomContentEntityObject> predicate) |
PageResponse<CustomContentEntityObject> |
PluginContentHibernateDao.findAllWithTitle(String pluginModuleKey,
String title,
List<ContentStatus> status,
LimitedRequest request,
com.google.common.base.Predicate predicate) |
| Modifier and Type | Method and Description |
|---|---|
ContentStatus |
ContentEntityObject.getContentStatusObject()
Get the api layer enum for content status, distinguishing CURRENT/HISTORICAL/DRAFT/TRASHED.
|
| Modifier and Type | Method and Description |
|---|---|
ContentStatus |
ContentUpdatedEvent.getContentStatus() |
| Constructor and Description |
|---|
ContentUpdatedEvent(ConfluenceUser user,
ContentId contentId,
ContentStatus contentStatus,
String spaceKey,
String syncRev) |
ContentUpdatedEvent(ConfluenceUser user,
ContentId contentId,
ContentStatus contentStatus,
String spaceKey,
String syncRev,
PageUpdateTrigger updateTrigger) |
| Modifier and Type | Method and Description |
|---|---|
PageResponse<AbstractPage> |
PageManagerInternal.getAbstractPages(org.joda.time.DateTime date,
List<ContentStatus> statuses,
LimitedRequest pageRequest,
ContentOrder orderBy,
com.google.common.base.Predicate<? super AbstractPage>... filter)
Returns pages and blog posts created on the specified date, that are in any of the given statuses, and also match the given predicate, limited to the page request.
|
default PageResponse<AbstractPage> |
PageManagerInternal.getAbstractPages(org.joda.time.DateTime date,
List<ContentStatus> statuses,
LimitedRequest pageRequest,
com.google.common.base.Predicate<? super AbstractPage>... filter)
Returns pages and blog posts created on the specified date, that are in any of the given statuses, and also match the given predicate, limited to the page request.
|
PageResponse<AbstractPage> |
PageManagerInternal.getAbstractPages(List<ContentType> contentTypes,
List<ContentStatus> statuses,
LimitedRequest pageRequest,
ContentOrder orderBy,
com.google.common.base.Predicate<? super AbstractPage>... filter)
Returns all content in the instance within any of the specified statuses, limited to the specified content types and the pagination request.
|
default PageResponse<AbstractPage> |
PageManagerInternal.getAbstractPages(List<ContentType> contentTypes,
List<ContentStatus> statuses,
LimitedRequest pageRequest,
com.google.common.base.Predicate<? super AbstractPage>... filter)
Returns all content in the instance within any of the specified statuses, limited to the specified content types and the pagination request.
|
PageResponse<AbstractPage> |
PageManagerInternal.getAbstractPages(Space space,
List<ContentType> contentTypes,
List<ContentStatus> statuses,
LimitedRequest pageRequest,
ContentOrder orderBy,
com.google.common.base.Predicate<? super AbstractPage>... filter)
Returns all content in the space within any of the specified statuses and content types, limited to the pagination request.
|
default PageResponse<AbstractPage> |
PageManagerInternal.getAbstractPages(Space space,
List<ContentType> contentTypes,
List<ContentStatus> statuses,
LimitedRequest pageRequest,
com.google.common.base.Predicate<? super AbstractPage>... filter)
Returns all content in the space within any of the specified statuses and content types, limited to the pagination request.
|
PageResponse<AbstractPage> |
PageManagerInternal.getAbstractPages(Space space,
String title,
List<ContentStatus> statuses,
LimitedRequest pageRequest,
ContentOrder orderBy,
com.google.common.base.Predicate<? super AbstractPage>... filter)
Returns pages and blog posts that belong to the space, exactly match the given title, are in any of the specified statuses, and match the given predicate, limited to the pagination request.
|
default PageResponse<AbstractPage> |
PageManagerInternal.getAbstractPages(Space space,
String title,
List<ContentStatus> statuses,
LimitedRequest pageRequest,
com.google.common.base.Predicate<? super AbstractPage>... filter)
Returns pages and blog posts that belong to the space, exactly match the given title, are in any of the specified statuses, and match the given predicate, limited to the pagination request.
|
PageResponse<AbstractPage> |
PageManagerInternal.getAbstractPages(String title,
List<ContentStatus> statuses,
LimitedRequest pageRequest,
ContentOrder orderBy,
com.google.common.base.Predicate<? super AbstractPage>... filter)
Returns pages and blog posts that exactly match the given title, are in any of the specified statuses, and match the given predicate, limited to the pagination request.
|
default PageResponse<AbstractPage> |
PageManagerInternal.getAbstractPages(String title,
List<ContentStatus> statuses,
LimitedRequest pageRequest,
com.google.common.base.Predicate<? super AbstractPage>... filter)
Returns pages and blog posts that exactly match the given title, are in any of the specified statuses, and match the given predicate, limited to the pagination request.
|
| Modifier and Type | Method and Description |
|---|---|
PageResponse<AbstractPage> |
DefaultPageManager.getAbstractPages(org.joda.time.DateTime date,
List<ContentStatus> statuses,
LimitedRequest pageRequest,
ContentOrder orderBy,
com.google.common.base.Predicate<? super AbstractPage>... filters) |
PageResponse<AbstractPage> |
DefaultPageManager.getAbstractPages(List<ContentType> contentTypes,
List<ContentStatus> statuses,
LimitedRequest pageRequest,
ContentOrder orderBy,
com.google.common.base.Predicate<? super AbstractPage>... filters) |
PageResponse<AbstractPage> |
DefaultPageManager.getAbstractPages(Space space,
List<ContentType> contentTypes,
List<ContentStatus> statuses,
LimitedRequest pageRequest,
ContentOrder orderBy,
com.google.common.base.Predicate<? super AbstractPage>... filters) |
PageResponse<AbstractPage> |
DefaultPageManager.getAbstractPages(Space space,
String title,
List<ContentStatus> statuses,
LimitedRequest pageRequest,
ContentOrder orderBy,
com.google.common.base.Predicate<? super AbstractPage>... filters) |
PageResponse<AbstractPage> |
DefaultPageManager.getAbstractPages(String title,
List<ContentStatus> statuses,
LimitedRequest pageRequest,
ContentOrder orderBy,
com.google.common.base.Predicate<? super AbstractPage>... filters) |
| Modifier and Type | Method and Description |
|---|---|
List<AbstractPage> |
PageDao.getAbstractPages(org.joda.time.DateTime date,
List<ContentStatus> statuses,
LimitedRequest pageRequest,
ContentOrder orderBy)
Returns the abstract pages created on the given date and are in the , that also match the given filter, limited to the page request.
|
default PageResponse<AbstractPage> |
PageDao.getAbstractPages(org.joda.time.DateTime date,
List<ContentStatus> statuses,
LimitedRequest pageRequest,
ContentOrder orderBy,
com.google.common.base.Predicate<? super AbstractPage> filter)
Returns the abstract pages created on the given date and are in the , that also match the given filter, limited to the page request.
|
List<AbstractPage> |
PageDao.getAbstractPages(List<ContentType> contentTypes,
List<ContentStatus> statuses,
LimitedRequest pageRequest,
ContentOrder orderBy)
Retrieves a page response of all pages found in this instance of Confluence, within any of the given statuses.
|
default PageResponse<AbstractPage> |
PageDao.getAbstractPages(List<ContentType> contentTypes,
List<ContentStatus> statuses,
LimitedRequest pageRequest,
ContentOrder orderBy,
com.google.common.base.Predicate<? super AbstractPage> filter)
Retrieves a page response of all pages found in this instance of Confluence, within any of the given statuses.
|
List<AbstractPage> |
PageDao.getAbstractPages(Space space,
List<ContentType> contentTypes,
List<ContentStatus> statuses,
LimitedRequest pageRequest,
ContentOrder orderBy)
Retrieves a page response for all content (pages and/or blog posts) in the given space, within any of the specified statuses and content types.
|
default PageResponse<AbstractPage> |
PageDao.getAbstractPages(Space space,
List<ContentType> contentTypes,
List<ContentStatus> statuses,
LimitedRequest pageRequest,
ContentOrder orderBy,
com.google.common.base.Predicate<? super AbstractPage> filter)
Retrieves a page response for all content (pages and/or blog posts) in the given space, within any of the specified statuses and content types.
|
List<AbstractPage> |
PageDao.getAbstractPages(Space space,
String title,
List<ContentStatus> statuses,
LimitedRequest pageRequest,
ContentOrder orderBy)
Returns the abstract pages from a space that exactly match the given title and are in any of the specified statuses, and match the given filter, limited to the pagination request.
|
default PageResponse<AbstractPage> |
PageDao.getAbstractPages(Space space,
String title,
List<ContentStatus> statuses,
LimitedRequest pageRequest,
ContentOrder orderBy,
com.google.common.base.Predicate<? super AbstractPage> filter)
Returns the abstract pages from a space that exactly match the given title and are in any of the specified statuses, and match the given filter, limited to the pagination request.
|
List<AbstractPage> |
PageDao.getAbstractPages(String title,
List<ContentStatus> statuses,
LimitedRequest pageRequest,
ContentOrder orderBy)
Returns the abstract pages that exactly match the given title, are in any of the specified statuses, and match the given filter, limited to the pagination request.
|
default PageResponse<AbstractPage> |
PageDao.getAbstractPages(String title,
List<ContentStatus> statuses,
LimitedRequest pageRequest,
ContentOrder orderBy,
com.google.common.base.Predicate<? super AbstractPage> filter)
Returns the abstract pages that exactly match the given title, are in any of the specified statuses, and match the given filter, limited to the pagination request.
|
| Modifier and Type | Method and Description |
|---|---|
RelationInstance |
ExperimentalRelationResource.create(String sourceType,
String sourceKey,
String relationName,
String targetType,
String targetKey,
ContentStatus sourceStatus,
ContentStatus targetStatus,
Integer sourceVersion,
Integer targetVersion)
Add a relationship between two user, space, or content entities.
|
javax.ws.rs.core.Response |
ExperimentalRelationResource.createLegacy(String sourceType,
String sourceKey,
String relationName,
String targetType,
String targetKey,
ContentStatus sourceStatus,
ContentStatus targetStatus,
Integer sourceVersion,
Integer targetVersion) |
javax.ws.rs.core.Response |
ExperimentalRelationResource.delete(String sourceType,
String sourceKey,
String relationName,
String targetType,
String targetKey,
ContentStatus sourceStatus,
ContentStatus targetStatus,
Integer sourceVersion,
Integer targetVersion)
Remove a relationship between two user, space, or content entities.
|
javax.ws.rs.core.Response |
ExperimentalRelationResource.deleteLegacy(String sourceType,
String sourceKey,
String relationName,
String targetType,
String targetKey,
ContentStatus sourceStatus,
ContentStatus targetStatus,
Integer sourceVersion,
Integer targetVersion) |
PageResponse<RelationInstance<Relatable,Relatable>> |
ExperimentalRelationResource.findSourcesForTarget(String relationName,
String targetType,
String targetKey,
String sourceType,
ContentStatus targetStatus,
Integer targetVersion,
String expand,
int start,
int limit,
javax.ws.rs.core.UriInfo uriInfo)
Find relation instances to the given target entity that have a relation with the relation name from the source type
|
PageResponse<RelationInstance<Relatable,Relatable>> |
ExperimentalRelationResource.findTargetFromSource(String sourceType,
String sourceKey,
String relationName,
String targetType,
ContentStatus sourceStatus,
ContentStatus targetStatus,
Integer sourceVersion,
Integer targetVersion,
String expand,
int start,
int limit,
javax.ws.rs.core.UriInfo uriInfo)
Find relation instances of the given target type that have a relation with the relation name from the source entity
|
RelationInstance |
ExperimentalRelationResource.isRelated(String sourceType,
String sourceKey,
String relationName,
String targetType,
String targetKey,
ContentStatus sourceStatus,
ContentStatus targetStatus,
Integer sourceVersion,
Integer targetVersion,
String expand)
Determines whether a relationship exists between two user, space or content entities.
|
RelationInstance |
ExperimentalRelationResource.isRelatedLegacy(String sourceType,
String sourceKey,
String relationName,
String targetType,
String targetKey,
ContentStatus sourceStatus,
ContentStatus targetStatus,
Integer sourceVersion,
Integer targetVersion) |
| Modifier and Type | Method and Description |
|---|---|
Content |
ExperimentalContentResource.getContentById(ContentId id,
List<ContentStatus> statuses,
Integer version,
String expand)
Returns a piece of Content.
|
| Modifier and Type | Method and Description |
|---|---|
RelationInstance<Relatable,Relatable> |
RelationResource.create(String sourceType,
String sourceKey,
String relationName,
String targetType,
String targetKey,
ContentStatus sourceStatus,
ContentStatus targetStatus,
Integer sourceVersion,
Integer targetVersion)
Add a relationship between two user, space, or content entities.
|
RestList<Content> |
AttachmentResource.createAttachments(ContentId containerId,
ContentStatus containerStatus,
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.
|
Content |
ContentResource.createContent(Content content,
ContentStatus status,
String expand)
Creates a new piece of Content or publishes the draft if the content id is present.
|
RestList<Content> |
AttachmentResource.createOrUpdateAttachments(ContentId containerId,
ContentStatus containerStatus,
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 or update 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 |
RelationResource.delete(String sourceType,
String sourceKey,
String relationName,
String targetType,
String targetKey,
ContentStatus sourceStatus,
ContentStatus targetStatus,
Integer sourceVersion,
Integer targetVersion)
Remove a relationship between two user, space, or content entities.
|
PageResponse<RelationInstance<Relatable,Relatable>> |
RelationResource.findSourcesForTarget(String relationName,
String targetType,
String targetKey,
String sourceType,
ContentStatus targetStatus,
Integer targetVersion,
String expand,
int start,
int limit,
javax.ws.rs.core.UriInfo uriInfo)
Find relation instances to the given target entity that have a relation with the relation name from the source type
|
PageResponse<RelationInstance<Relatable,Relatable>> |
RelationResource.findTargetFromSource(String sourceType,
String sourceKey,
String relationName,
String targetType,
ContentStatus sourceStatus,
ContentStatus targetStatus,
Integer sourceVersion,
Integer targetVersion,
String expand,
int start,
int limit,
javax.ws.rs.core.UriInfo uriInfo)
Find relation instances of the given target type that have a relation with the relation name from the source entity
|
RelationInstance<Relatable,Relatable> |
RelationResource.isRelated(String sourceType,
String sourceKey,
String relationName,
String targetType,
String targetKey,
ContentStatus sourceStatus,
ContentStatus targetStatus,
Integer sourceVersion,
Integer targetVersion,
String expand)
Determines whether a relationship exists between two user, space or content entities.
|
Content |
ContentBlueprintResource.publishLegacyDraft(ContentId draftId,
Content content,
ContentStatus status,
String expand)
Publishes a legacy draft of a Content created from a ContentBlueprint
|
Content |
ContentBlueprintResource.publishSharedDraft(ContentId draftId,
Content content,
ContentStatus status,
String expand)
Publishes a shared draft of a Content created from a ContentBlueprint
|
Content |
ContentResource.update(ContentId contentId,
ContentStatus status,
ContentDraftService.ConflictPolicy conflictPolicy,
Content content)
Updates a piece of Content, including changes to content status
|
| Modifier and Type | Method and Description |
|---|---|
PageResponse<Content> |
ContentResource.getContent(String type,
String spaceKey,
String title,
List<ContentStatus> statuses,
String postingDay,
String expand,
String trigger,
String orderBy,
int start,
int limit,
javax.ws.rs.core.UriInfo uriInfo)
Returns a paginated list of Content.
|
PageResponse<Content> |
ContentResource.getContentByGraph(ContentId id,
String expand,
String type,
String spaceKey,
String title,
String postingDay,
List<ContentStatus> statuses,
Integer version,
EmbeddedContentRenderMode embeddedContentRender,
String trigger,
String orderby,
int offset,
String afterOffset,
int limit,
javax.ws.rs.core.UriInfo uriInfo) |
Content |
ContentResource.getContentById(ContentId id,
List<ContentStatus> statuses,
Integer version,
EmbeddedContentRenderMode embeddedContentRender,
String expand,
String trigger)
Returns a piece of Content.
|
| Modifier and Type | Field and Description |
|---|---|
protected com.google.common.collect.ImmutableList<ContentStatus> |
AbstractRemoteContentService.AbstractRemoteContentFinder.statuses |
| Modifier and Type | Method and Description |
|---|---|
com.atlassian.util.concurrent.Promise<PageResponse<Content>> |
RemoteAttachmentServiceImpl.addAttachments(ContentId containerId,
ContentStatus status,
Collection<AttachmentUpload> uploads) |
com.atlassian.util.concurrent.Promise<PageResponse<Content>> |
RemoteAttachmentService.addAttachments(ContentId containerId,
ContentStatus status,
Collection<AttachmentUpload> uploads) |
com.atlassian.util.concurrent.Promise<PageResponse<Content>> |
RemoteAttachmentServiceImpl.addOrUpdateAttachments(ContentId containerId,
ContentStatus status,
Collection<AttachmentUpload> uploads) |
com.atlassian.util.concurrent.Promise<PageResponse<Content>> |
RemoteAttachmentService.addOrUpdateAttachments(ContentId containerId,
ContentStatus containerStatus,
Collection<AttachmentUpload> uploads) |
RemoteContentService.RemoteContentFinder |
RemoteContentService.RemoteContentFinder.withStatus(ContentStatus... status) |
RemoteContentService.RemoteContentFinder |
AbstractRemoteContentService.AbstractRemoteContentFinder.withStatus(ContentStatus... status) |
| Modifier and Type | Method and Description |
|---|---|
Collection<ContentStatus> |
ContentStatusFilter.getContentStatuses() |
| Constructor and Description |
|---|
ContentStatusFilter(ContentStatus... contentStatuses) |
| Constructor and Description |
|---|
ContentStatusFilter(Collection<ContentStatus> contentStatuses) |
Copyright © 2003–2017 Atlassian. All rights reserved.