| Modifier and Type | Method and Description |
|---|---|
void |
RemoteCQLSearchServiceAcceptanceTest.assertDateFoundByQuery(String date,
String query,
Content content) |
void |
RemoteCQLSearchServiceAcceptanceTest.createContentProperty(Content content,
String propertyKey,
JsonString value) |
void |
RemoteCQLSearchServiceAcceptanceTest.deleteContentProperty(Content content,
String propertyKey) |
protected static Version |
NewRemoteContentServiceAcceptanceTest.makeNextVersion(Content content) |
protected Version |
AbstractRemoteServiceAcceptanceTest.makeNextVersion(Content content) |
| Modifier and Type | Method and Description |
|---|---|
PageResponse<Content> |
ContentTypeBinding.getChildren(Content parent,
LimitedRequest limitedRequest,
Expansions expansions,
Depth depth)
Deprecated.
Retrieve the children of an item of Content.
|
| Modifier and Type | Method and Description |
|---|---|
PageResponse<Content> |
ContentTypeBinding.getChildren(Content parent,
LimitedRequest limitedRequest,
Expansions expansions,
Depth depth)
Deprecated.
Retrieve the children of an item of Content.
|
| Modifier and Type | Method and Description |
|---|---|
Content |
ContentServiceImpl.create(Content newContent) |
Content |
ContentServiceImpl.create(Content newContent,
Expansion... expansions) |
Content |
ContentTrashServiceImpl.restore(Content content) |
Content |
ContentServiceImpl.update(Content updatedContent) |
Content |
AttachmentServiceImpl.update(Content updatedContent) |
Content |
AttachmentServiceImpl.updateData(ContentId attachmentId,
AttachmentUpload upload) |
| 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) |
com.atlassian.fugue.Either<ValidationResult,Content> |
ContentServiceImpl.buildContent(ContentEntityObject entity,
List<ContentStatus> statuses,
ContentBodyConversionContext contentBodyConversionContext,
Expansion... expansions) |
PageResponse<Content> |
SpaceServiceImpl.SpaceContentImpl.fetchMany(ContentType type,
PageRequest pageRequest) |
Map<ContentType,PageResponse<Content>> |
SpaceServiceImpl.SpaceContentImpl.fetchMappedByType(PageRequest pageRequest) |
| Modifier and Type | Method and Description |
|---|---|
ContentBody |
ContentBodyConversionServiceImpl.convertBody(Content content,
ContentRepresentation toFormat) |
ContentBody |
ContentBodyConversionServiceImpl.convertBody(Content content,
ContentRepresentation toFormat,
Expansion... expansions) |
Content |
ContentServiceImpl.create(Content newContent) |
Content |
ContentServiceImpl.create(Content newContent,
Expansion... expansions) |
void |
ContentServiceImpl.delete(Content content) |
void |
AttachmentServiceImpl.delete(Content attachmentContent) |
com.atlassian.fugue.Option<ContentBody> |
ContentBodyConversionServiceImpl.getBodyToConvert(Content content,
ContentRepresentation toFormat) |
static com.atlassian.fugue.Option<ContentBody> |
ContentBodyConversionServiceImpl.getBodyToConvertFromContent(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) |
| Modifier and Type | Method and Description |
|---|---|
Content |
SharedContentDraftServiceImpl.publishEditDraft(Content updatedContent,
ContentDraftService.ConflictPolicy conflictPolicy) |
Content |
LegacyContentDraftServiceImpl.publishEditDraft(Content content,
ContentDraftService.ConflictPolicy conflictPolicy) |
Content |
ContentDraftServiceImpl.publishEditDraft(Content content,
ContentDraftService.ConflictPolicy conflictPolicy) |
Content |
SharedContentDraftServiceImpl.publishNewDraft(Content content,
Expansion... expansions)
Deprecated.
@since 5.9 - we use the same method for publishing drafts for new pages and for page edits
|
Content |
LegacyContentDraftServiceImpl.publishNewDraft(Content content,
Expansion... expansions) |
Content |
ContentDraftServiceImpl.publishNewDraft(Content content,
Expansion... expansions) |
| Modifier and Type | Method and Description |
|---|---|
Content |
SharedContentDraftServiceImpl.publishEditDraft(Content updatedContent,
ContentDraftService.ConflictPolicy conflictPolicy) |
Content |
LegacyContentDraftServiceImpl.publishEditDraft(Content content,
ContentDraftService.ConflictPolicy conflictPolicy) |
Content |
ContentDraftServiceImpl.publishEditDraft(Content content,
ContentDraftService.ConflictPolicy conflictPolicy) |
Content |
SharedContentDraftServiceImpl.publishNewDraft(Content content,
Expansion... expansions)
Deprecated.
@since 5.9 - we use the same method for publishing drafts for new pages and for page edits
|
Content |
LegacyContentDraftServiceImpl.publishNewDraft(Content content,
Expansion... expansions) |
Content |
ContentDraftServiceImpl.publishNewDraft(Content content,
Expansion... expansions) |
MergeValidationResult |
LegacyDraftValidator.validateContentForPageCreate(Content content) |
MergeValidationResult |
LegacyDraftValidator.validateContentForPageUpdate(Content content,
ContentDraftService.ConflictPolicy conflictPolicy) |
| Modifier and Type | Method and Description |
|---|---|
default Content |
ContentModelFactory.buildFrom(ContentEntityObject entity,
ContentBodyConversionContext contentBodyConversionContext,
Expansions expansions)
Build a single
Content model from a single ContentEntityObject. |
default Content |
ContentModelFactory.buildFrom(ContentEntityObject entity,
Expansions expansions)
Build a single
Content model from a single ContentEntityObject. |
| Modifier and Type | Method and Description |
|---|---|
Map<ContentType,PageResponse<Content>> |
ChildContentFactory.buildFrom(ContentSelector parentSelector,
Depth depth,
Fauxpansions fauxpansions) |
Iterable<Content> |
ContentModelFactory.buildFrom(Iterable<? extends ContentEntityObject> entities,
ContentBodyConversionContext contentBodyConversionContext,
Expansions expansions)
Builds multiple
Content models from multiple ContentEntityObjects. |
Iterable<Content> |
ContentFactory.buildFrom(Iterable<? extends ContentEntityObject> entities,
ContentBodyConversionContext contentBodyConversionContext,
Expansions expansions) |
default Iterable<Content> |
ContentModelFactory.buildFrom(Iterable<? extends ContentEntityObject> entities,
Expansions expansions)
Builds multiple
Content models from multiple ContentEntityObjects. |
default Reference<Content> |
ContentModelFactory.buildRef(ContentEntityObject entity,
ContentBodyConversionContext contentBodyConversionContext,
Fauxpansions fauxpansions)
Convenience method for building
References to Confluence entities after converting them to their
corresponding model type. |
default Reference<Content> |
ContentModelFactory.buildRef(ContentEntityObject entity,
Fauxpansions fauxpansions)
Convenience method for building
References to Confluence entities after converting them to their
corresponding model type. |
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(ContentSelector parentSelector,
LimitedRequest limitedRequest,
Expansions childExpansions,
Depth depth) |
Map<ContentType,PageResponse<Content>> |
ChildSupport.getChildrenMap(ContentSelector parentSelector,
LimitedRequest limitedRequest,
Expansions childExpansions,
Depth depth,
Collection<String> location) |
protected Reference<Content> |
AbstractSpaceFactory.getHomepageRef(H space,
Expansions expansions) |
| Modifier and Type | Method and Description |
|---|---|
Map<ContentEntityObject,Map<String,Object>> |
DefaultContentMetadataFactory.buildMetadata(Map<ContentEntityObject,com.google.common.base.Supplier<Content>> contentMap,
Fauxpansions fauxpansions) |
Map<ContentEntityObject,Map<String,Object>> |
ContentMetadataFactory.buildMetadata(Map<ContentEntityObject,com.google.common.base.Supplier<Content>> contentMap,
Fauxpansions fauxpansions)
Make common metadata for a set of ContentEntityObject objects.
|
Reference<History> |
HistoryFactory.buildRef(ContentEntityObject entity,
Reference<Content> contentReference,
List<ConfluenceUser> editContributors,
Fauxpansions fauxpansions,
ContentModelFactory contentFactory) |
| 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.Either<ValidationResult,Content> |
AttachmentContentTypeApiSupport.getById(ContentId attachmentId,
List<ContentStatus> statuses,
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) |
| Modifier and Type | Method and Description |
|---|---|
Page |
PageContentTypeApiSupport.create(Content newContent) |
Comment |
CommentContentTypeApiSupport.create(Content newContent) |
BlogPost |
BlogPostContentTypeApiSupport.create(Content newContent) |
Attachment |
AttachmentContentTypeApiSupport.update(Content content,
Attachment entity) |
BlogPost |
BlogPostContentTypeApiSupport.update(Content updatedContent,
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) |
| Modifier and Type | Method and Description |
|---|---|
Content |
Content.ContentBuilder.build() |
Content |
JsonContentProperty.getContent() |
| Modifier and Type | Method and Description |
|---|---|
static Reference<Content> |
Content.buildReference(ContentId id)
Deprecated.
Since 6.0. Use
buildReference(ContentSelector) |
static Reference<Content> |
Content.buildReference(ContentSelector selector) |
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> |
Version.getContentRef() |
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) |
| Modifier and Type | Method and Description |
|---|---|
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) |
ContentBody.ContentBodyBuilder |
ContentBody.ContentBodyBuilder.content(Content content) |
static ContentSelector |
ContentSelector.from(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
|
| Constructor and Description |
|---|
ContentBody(ContentRepresentation representation,
String value,
Content content)
Deprecated.
in 5.9 , use
ContentBody.contentBodyBuilder() |
| Constructor and Description |
|---|
ContentBody(ContentRepresentation representation,
String value,
Reference<Content> contentReference)
Deprecated.
in 5.9 , use
ContentBody.contentBodyBuilder() |
ContentBody(ContentRepresentation representation,
String value,
Reference<Content> contentReference,
Reference<WebResourceDependencies> webresource)
Deprecated.
in 5.9 , use
ContentBody.contentBodyBuilder() |
| Modifier and Type | Method and Description |
|---|---|
Content |
ContentBlueprintInstance.getContent()
Get Content field
|
| Modifier and Type | Method and Description |
|---|---|
ContentBlueprintInstance.Builder |
ContentBlueprintInstance.Builder.content(Content content) |
| Modifier and Type | Method and Description |
|---|---|
Content |
ContentEvent.getContent() |
Content |
ContentUpdatedEvent.getPrevContent() |
| Constructor and Description |
|---|
ContentCreatedEvent(Content content,
Person originatingUser) |
ContentTrashedEvent(Content content,
Person originatingUser) |
ContentUpdatedEvent(Content content,
Content prevContent,
Person originatingUser) |
| Modifier and Type | Method and Description |
|---|---|
Content |
ShareEvent.getContent() |
| Modifier and Type | Method and Description |
|---|---|
Optional<Content> |
ShareEvent.getContentContainer()
Get the container of the shared Content only if it is a Content object itself.
|
| Constructor and Description |
|---|
ShareEvent(Content content,
Content contentContainer,
Set<Person> users,
Set<String> emails,
Set<Group> groupNames,
ContentBody note,
KnownUser sender) |
| Modifier and Type | Method and Description |
|---|---|
Reference<Content> |
ContentRestriction.getContent() |
| Modifier and Type | Method and Description |
|---|---|
ContentRestriction.ContentRestrictionBuilder |
ContentRestriction.ContentRestrictionBuilder.content(Reference<Content> content) |
| Modifier and Type | Field and Description |
|---|---|
static FavouriteRelationDescriptor<Content> |
FavouriteRelationDescriptor.CONTENT_FAVOURITE
The relation type for user Content favourites.
|
static LikeRelationDescriptor<Content> |
LikeRelationDescriptor.CONTENT_LIKE
The relation type for user Content likes.
|
| Modifier and Type | Method and Description |
|---|---|
Content |
ContentSearchResult.getContent() |
| Modifier and Type | Method and Description |
|---|---|
Reference<Content> |
ContentSearchResult.getEntityRef() |
| Modifier and Type | Method and Description |
|---|---|
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
|
| Modifier and Type | Method and Description |
|---|---|
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
|
| Modifier and Type | Method and Description |
|---|---|
Content |
ContentService.create(Content newContent)
Create a piece of content.
|
Content |
ContentService.create(Content newContent,
Expansion... expansions)
Create a piece of content.
|
Content |
ContentService.SingleContentFetcher.fetchOneOrThrow()
Fetches the content or throws a service exception
|
Content |
ContentDraftService.publishEditDraft(Content content,
ContentDraftService.ConflictPolicy conflictPolicy)
Update existing page/blog post that has an existing draft
|
Content |
ContentBlueprintService.publishInstance(Content content,
Expansion... expansions) |
Content |
ContentDraftService.publishNewDraft(Content content,
Expansion... expansions)
Publishes the draft.
|
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. |
| Modifier and Type | Method and Description |
|---|---|
default PageResponse<Content> |
AttachmentService.addAttachments(ContentId containerId,
Collection<AttachmentUpload> uploads)
Add one or more attachments to a piece of
Content. |
PageResponse<Content> |
AttachmentService.addAttachments(ContentId containerId,
ContentStatus containerStatus,
Collection<AttachmentUpload> uploads)
Add one or more attachments to a piece of
Content. |
default PageResponse<Content> |
AttachmentService.addOrUpdateAttachments(ContentId containerId,
Collection<AttachmentUpload> uploads)
Add or update 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. |
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.
|
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
|
| Modifier and Type | Method and Description |
|---|---|
ContentBody |
ContentBodyConversionService.convertBody(Content content,
ContentRepresentation representation)
Same as calling
ContentBodyConversionService.convertBody(Content, ContentRepresentation, Expansion...) with an empty expansion. |
ContentBody |
ContentBodyConversionService.convertBody(Content content,
ContentRepresentation representation,
Expansion... expansions)
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.
|
Content |
ContentService.create(Content newContent,
Expansion... expansions)
Create a piece of content.
|
void |
ContentService.delete(Content content)
Removes a piece of Content from the system.
|
void |
AttachmentService.delete(Content attachment)
Moves an Attachment to trash.
|
com.atlassian.fugue.Option<ContentBody> |
ContentBodyConversionService.getBodyToConvert(Content content,
ContentRepresentation representation)
Given a
Content object for which the body could be converted to a given ContentRepresentation,
returns the ContentBody that would be used for the conversion. |
Content |
ContentDraftService.publishEditDraft(Content content,
ContentDraftService.ConflictPolicy conflictPolicy)
Update existing page/blog post that has an existing draft
|
Content |
ContentBlueprintService.publishInstance(Content content,
Expansion... expansions) |
Content |
ContentDraftService.publishNewDraft(Content content,
Expansion... expansions)
Publishes the draft.
|
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. |
MergeValidationResult |
ContentDraftService.DraftValidator.validateContentForPageCreate(Content content)
Validate the publish new draft operation.
|
MergeValidationResult |
ContentDraftService.DraftValidator.validateContentForPageUpdate(Content content,
ContentDraftService.ConflictPolicy conflictPolicy)
Validate the publish edit draft operation.
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
static org.hamcrest.Matcher<Content> |
ContentMatchers.childOf(Content parent) |
static org.hamcrest.Matcher<Content> |
ContentMatchers.createdBy(Person user) |
static org.hamcrest.Matcher<Content> |
ContentMatchers.createdBy(String username) |
static org.hamcrest.Matcher<Content> |
ContentMatchers.hasId(Content content) |
static org.hamcrest.Matcher<Content> |
ContentMatchers.hasId(ContentId contentId) |
static org.hamcrest.Matcher<Content> |
ContentMatchers.hasOperation(OperationKey operationKey,
ContentType contentType) |
static org.hamcrest.Matcher<Content> |
ContentMatchers.hasStatus(ContentStatus contentStatus) |
| Modifier and Type | Method and Description |
|---|---|
static org.hamcrest.Matcher<Content> |
ContentMatchers.childOf(Content parent) |
protected void |
DateContentMatcher.describeMismatchSafely(Content item,
org.hamcrest.Description mismatchDescription) |
protected abstract org.joda.time.DateTime |
DateContentMatcher.getDateTimeForContent(Content content) |
static org.hamcrest.Matcher<Content> |
ContentMatchers.hasId(Content content) |
protected boolean |
ContentOperationMatcher.matchesSafely(Content item) |
protected boolean |
DateContentMatcher.matchesSafely(Content content) |
| Modifier and Type | Method and Description |
|---|---|
PageResponse<Content> |
DefaultCustomContentManager.getChildrenOfType(ContentEntityObject entity,
String contentModuleKey,
LimitedRequest limitedRequest,
Expansions expansions,
Depth depth,
com.google.common.base.Predicate<? super CustomContentEntityObject> predicate) |
PageResponse<Content> |
CustomContentManager.getChildrenOfType(ContentEntityObject entity,
String contentModuleKey,
LimitedRequest limitedRequest,
Expansions expansions,
Depth depth,
com.google.common.base.Predicate<? super CustomContentEntityObject> predicate)
Returns the children of a CustomContentEntityObject, limited to the pagination requested.
|
| Modifier and Type | Method and Description |
|---|---|
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 PageResponse<Content> |
CustomContentTypeApiSupport.getChildrenOfThisTypeForOtherType(ContentConvertible otherTypeParent,
LimitedRequest limitedRequest,
Expansions expansions,
Depth depth) |
protected abstract PageResponse<Content> |
BaseContentTypeApiSupport.getChildrenOfThisTypeForOtherType(ContentConvertible otherTypeParent,
LimitedRequest limitedRequest,
Expansions expansions,
Depth depth) |
protected PageResponse<Content> |
CustomContentTypeApiSupport.getChildrenOfThisTypeForOtherType(ContentConvertible otherTypeParent,
LimitedRequest limitedRequest,
Expansions expansions,
Depth depth,
com.google.common.base.Predicate<? super ContentEntityObject> predicate) |
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
|
| Modifier and Type | Method and Description |
|---|---|
<T extends ContentEntityObject> |
ContentCreator.afterEntitySave(Content updatedContent,
T entity,
Optional<AfterEntitySaveAction> afterSaveAction)
Perform common tasks after entity save
|
protected SimpleValidationResult.Builder |
CustomContentTypeApiSupport.checkDuplicateTitleInContainer(Content 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 |
CustomContentTypeApiSupport.purge(Content content) |
void |
ContentTypeApiSupport.purge(Content content)
Purge an existing persistent entity from the given api content
|
void |
BaseContentTypeApiSupport.purge(Content content) |
void |
CustomContentTypeApiSupport.restore(Content content) |
void |
ContentTypeApiSupport.restore(Content content)
Restore an trashed entity from the given api content
|
void |
BaseContentTypeApiSupport.restore(Content content) |
boolean |
ContentCreator.setCommonMetadataOnEntity(Content updatedContent,
ContentEntityObject entity)
Sets the common metadata on the entity
|
com.atlassian.fugue.Pair<Boolean,Optional<AfterEntitySaveAction>> |
ContentCreator.setCommonPropertiesForCreate(Content newContent,
ContentEntityObject entity,
ConfluenceUser authenticatedUser)
Sets common properties on a newly created entity in preparation for being saved.
|
com.atlassian.fugue.Pair<Boolean,Optional<AfterEntitySaveAction>> |
ContentCreator.setCommonPropertiesForUpdate(Content updatedContent,
ContentEntityObject entity)
Sets common properties on the entity in preparation for an update.
|
boolean |
ContentCreator.setContentStatusOnEntity(Content updatedContent,
ContentEntityObject entity)
Sets the content status from 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
|
void |
CustomContentTypeApiSupport.trash(Content content) |
void |
ContentTypeApiSupport.trash(Content content)
Trash an existing persistent entity from the given api content
|
void |
BaseContentTypeApiSupport.trash(Content content) |
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 |
CustomContentTypeApiSupport.validatePurge(Content content) |
ValidationResult |
ContentTypeApiSupport.validatePurge(Content content)
Validate the purge operation
|
ValidationResult |
BaseContentTypeApiSupport.validatePurge(Content content) |
ValidationResult |
CustomContentTypeApiSupport.validateRestore(Content content) |
ValidationResult |
ContentTypeApiSupport.validateRestore(Content content)
Validate the restore operation
|
ValidationResult |
BaseContentTypeApiSupport.validateRestore(Content content) |
ValidationResult |
CustomContentTypeApiSupport.validateTrash(Content content) |
ValidationResult |
ContentTypeApiSupport.validateTrash(Content content)
Validate the trash operation
|
ValidationResult |
BaseContentTypeApiSupport.validateTrash(Content content) |
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) |
| Constructor and Description |
|---|
PluginContentViewedEvent(Content content,
Object source) |
| Modifier and Type | Method and Description |
|---|---|
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) |
| Modifier and Type | Method and Description |
|---|---|
default Map<Content,Collection<Breadcrumb>> |
ContentUiSupport.getBreadcrumbs(Collection<Content> contentList)
Get a list of breadcrumbs
|
| Modifier and Type | Method and Description |
|---|---|
default Map<Content,Collection<Breadcrumb>> |
ContentUiSupport.getBreadcrumbs(Collection<Content> contentList)
Get a list of breadcrumbs
|
| Modifier and Type | Method and Description |
|---|---|
RestEntity<Content> |
ApiRestEntityFactory.buildRestEntityFrom(ContentEntityObject entity,
Expansions expansions) |
| Modifier and Type | Field and Description |
|---|---|
static com.google.common.base.Function<Content,? extends AbstractContentEntity> |
ApiEntityConverter.convertApiContentToIt |
| Modifier and Type | Method and Description |
|---|---|
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. |
| Modifier and Type | Method and Description |
|---|---|
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) |
| Modifier and Type | Method and Description |
|---|---|
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) |
| Modifier and Type | Method and Description |
|---|---|
static List<Attachment> |
ApiEntityConverter.convertApiContentPageToItAttachments(PageResponse<Content> contents) |
static Page |
ApiEntityConverter.convertApiContentToItPage(com.atlassian.fugue.Option<Content> contentOption) |
| Modifier and Type | Method and Description |
|---|---|
Content |
DummyApiAvailableTestResource.content()
A rest resource that produces a static content object to test serialization, see
RestApiContentAcceptanceTest |
| Modifier and Type | Method and Description |
|---|---|
protected PageResponse<Content> |
DummyAvailableContentTypeSupport.getChildrenForThisType(CustomContentEntityObject content,
LimitedRequest limitedRequest,
Expansions expansions,
Depth depth) |
| Modifier and Type | Method and Description |
|---|---|
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) |
| Modifier and Type | Method and Description |
|---|---|
ContentId |
ConfluenceRpc.createContent(Content newContent)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Content |
ContentRpc.createContent(Content content) |
Content |
ContentRpc.get(ContentId contentId,
Expansion... expansions) |
| Modifier and Type | Method and Description |
|---|---|
Content |
ContentRpc.createContent(Content content) |
| Modifier and Type | Method and Description |
|---|---|
protected List<RelationInstance<User,Content>> |
HeartbeatAction.getContentRelation(RelationDescriptor relationDescriptor) |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.base.Function<CustomContentEntityObject,JsonContentProperty> |
JsonPropertyFactory.buildContentPropertyFromFunction(Content content,
Expansions expansions) |
JsonContentProperty |
JsonPropertyFactory.buildFrom(Content content,
CustomContentEntityObject storageContentProperty,
Expansions expansions)
Convert the given CustomContentEntityObject into a corresponding ContentProperty with the given container.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
LabelledContentMacroMetrics.Builder |
LabelledContentMacroMetrics.Builder.contentSearchFinish(PageResponse<Content> response) |
| Modifier and Type | Method and Description |
|---|---|
Navigation.Builder |
RestNavigationImpl.collection(Content content) |
Navigation.ContentNav |
RestNavigationImpl.content(Content content) |
| Modifier and Type | Method and Description |
|---|---|
Navigation.ContentNav |
RestNavigationImpl.content(Reference<Content> contentReference) |
| 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 |
|---|---|
RestList<Content> |
ChildContentProvider.attachments(ContentId parentId,
String expand,
Integer parentVersion,
int offset,
String afterOffset,
int limit,
javax.ws.rs.core.UriInfo uriInfo) |
RestList<Content> |
ChildContentProvider.blogPosts(ContentId parentId,
String expand,
Integer parentVersion,
int offset,
String afterOffset,
int limit,
javax.ws.rs.core.UriInfo uriInfo) |
RestList<Content> |
ChildContentProvider.comments(ContentId parentId,
String expand,
Integer parentVersion,
int offset,
String afterOffset,
int limit,
Set<String> location,
String depth,
javax.ws.rs.core.UriInfo uriInfo) |
RestList<Content> |
ChildContentProvider.pages(ContentId parentId,
String expand,
Integer parentVersion,
int offset,
String afterOffset,
int limit,
javax.ws.rs.core.UriInfo uriInfo) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
Content |
ContentResource.getContentById(ContentId id,
List<ContentStatus> statuses,
Integer version,
EmbeddedContentRenderMode embeddedContentRender,
String expand,
String trigger)
Returns a piece of Content.
|
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
|
Content |
AttachmentResource.update(ContentId containerId,
String attachmentId,
Content attachment)
Update the non-binary data of an Attachment.
|
Content |
AttachmentResource.updateData(ContentId containerId,
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 |
|---|---|
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 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.
|
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.
|
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,
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) |
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).
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
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
|
Content |
AttachmentResource.update(ContentId containerId,
String attachmentId,
Content attachment)
Update the non-binary data of an Attachment.
|
| Modifier and Type | Method and Description |
|---|---|
default List<ContentMacroNames> |
ContentMacroNamesReader.getContentMacroNames(Iterable<Content> contents,
boolean includeComments)
Get a list of macro names for a set of contents, and any attached comments.
|
List<ContentMacroNames> |
DefaultContentMacroNamesReader.getContentMacroNames(Iterable<Content> contents,
List<ContentMacroNames> knownMacroNamesAndComments,
boolean includeComments) |
List<ContentMacroNames> |
ContentMacroNamesReader.getContentMacroNames(Iterable<Content> contents,
List<ContentMacroNames> knownMacroNamesAndComments,
boolean includeComments)
Get a list of macro names for a set of contents, and any attached comments.
|
List<ContentMacroNames> |
ContentMacroNamesFromSearch.getContentMacroNames(Iterable<Content> contents,
List<ContentMacroNames> knownMacroNamesAndComments,
boolean includeComments) |
List<ContentMacroNames> |
ContentMacroNamesFromDatabase.getContentMacroNames(Iterable<Content> contents,
List<ContentMacroNames> knownMacroNamesAndComments,
boolean includeComments) |
| Modifier and Type | Method and Description |
|---|---|
PageResponse<Content> |
DashboardFilterResource.getRecentlyViewed(String expand,
int start,
int limit,
javax.ws.rs.core.UriInfo uriInfo) |
| Constructor and Description |
|---|
RestPageRequest(Navigation.Builder navBuilder,
PageResponse<Content> response) |
| Modifier and Type | Method and Description |
|---|---|
default com.atlassian.util.concurrent.Promise<PageResponse<Content>> |
RemoteAttachmentService.addAttachments(ContentId containerId,
Collection<AttachmentUpload> uploads) |
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) |
default com.atlassian.util.concurrent.Promise<PageResponse<Content>> |
RemoteAttachmentService.addOrUpdateAttachments(ContentId containerId,
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) |
com.atlassian.util.concurrent.Promise<Content> |
RemoteContentService.create(Content newContent)
Create a piece of content.
|
com.atlassian.util.concurrent.Promise<Content> |
AbstractRemoteContentService.create(Content newContent) |
com.atlassian.util.concurrent.Promise<Content> |
RemoteContentService.create(Content newContent,
Expansion... expansions)
Create a piece of content.
|
com.atlassian.util.concurrent.Promise<Content> |
AbstractRemoteContentService.create(Content newContent,
Expansion... expansions) |
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>>> |
RemoteContentService.RemoteContentFetcher.fetchMappedByContentType(PageRequest request) |
com.atlassian.util.concurrent.Promise<Map<ContentType,PageResponse<Content>>> |
AbstractRemoteContentService.AbstractRemoteContentFinder.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>> |
RemoteContentService.RemoteSingleContentFetcher.fetchOne() |
com.atlassian.util.concurrent.Promise<com.atlassian.fugue.Option<Content>> |
RemoteAttachmentServiceImpl.RemoteAttachmentFinderImpl.fetchOne() |
com.atlassian.util.concurrent.Promise<com.atlassian.fugue.Option<Content>> |
AbstractRemoteContentService.AbstractRemoteContentFinder.fetchOne() |
protected com.atlassian.util.concurrent.Promise<com.atlassian.fugue.Option<Content>> |
RemoteContentServiceImpl.RemoteContentFinderImpl.fetchOneById() |
protected abstract com.atlassian.util.concurrent.Promise<com.atlassian.fugue.Option<Content>> |
AbstractRemoteContentService.AbstractRemoteContentFinder.fetchOneById() |
com.atlassian.util.concurrent.Promise<Content> |
RemoteContentService.RemoteSingleContentFetcher.fetchOneOrNull() |
com.atlassian.util.concurrent.Promise<Content> |
RemoteAttachmentServiceImpl.RemoteAttachmentFinderImpl.fetchOneOrNull() |
com.atlassian.util.concurrent.Promise<Content> |
AbstractRemoteContentService.AbstractRemoteContentFinder.fetchOneOrNull() |
com.atlassian.util.concurrent.Promise<com.atlassian.fugue.Option<Content>> |
RemoteContentServiceImpl.RemoteContentFinderImpl.fetchOneUsingExperimental() |
com.atlassian.util.concurrent.Promise<PageResponse<Content>> |
RemoteContentService.getChildren(Content parent,
PageRequest pageRequest,
Expansion... expansion)
Retrieve the children of an item of Content.
|
com.atlassian.util.concurrent.Promise<PageResponse<Content>> |
AbstractRemoteContentService.getChildren(Content parent,
PageRequest pageRequest,
Expansion... expansions) |
com.atlassian.util.concurrent.Promise<Content> |
RemoteContentDraftServiceImpl.publishEditDraft(Content content,
ContentDraftService.ConflictPolicy conflictPolicy) |
com.atlassian.util.concurrent.Promise<Content> |
RemoteContentDraftService.publishEditDraft(Content content,
ContentDraftService.ConflictPolicy conflictPolicy)
Update content
|
com.atlassian.util.concurrent.Promise<Content> |
RemoteContentBlueprintServiceImpl.publishInstance(Content content,
Expansion... expansions) |
com.atlassian.util.concurrent.Promise<Content> |
RemoteContentBlueprintService.publishInstance(Content content,
Expansion... expansions)
Publishes the draft from blueprints.
|
com.atlassian.util.concurrent.Promise<Content> |
RemoteContentDraftServiceImpl.publishNewDraft(Content content,
Expansion... expansions) |
com.atlassian.util.concurrent.Promise<Content> |
RemoteContentDraftService.publishNewDraft(Content content,
Expansion... expansions)
Publishes the draft.
|
com.atlassian.util.concurrent.Promise<Content> |
RemoteContentTrashService.restore(Content content)
Restore a trashed piece of content.
|
com.atlassian.util.concurrent.Promise<Content> |
RemoteContentService.restore(Content content)
Restore a trashed piece of content.
|
com.atlassian.util.concurrent.Promise<Content> |
AbstractRemoteContentService.restore(Content 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> |
RemoteContentService.trash(Content content)
Trash a piece of content.
|
com.atlassian.util.concurrent.Promise<Content> |
AbstractRemoteContentService.trash(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> |
AbstractRemoteContentService.update(Content 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. |
| Modifier and Type | Method and Description |
|---|---|
com.atlassian.util.concurrent.Promise<Content> |
RemoteContentService.create(Content newContent)
Create a piece of content.
|
com.atlassian.util.concurrent.Promise<Content> |
AbstractRemoteContentService.create(Content newContent) |
com.atlassian.util.concurrent.Promise<Content> |
RemoteContentService.create(Content newContent,
Expansion... expansions)
Create a piece of content.
|
com.atlassian.util.concurrent.Promise<Content> |
AbstractRemoteContentService.create(Content newContent,
Expansion... expansions) |
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<Void> |
AbstractRemoteContentService.delete(Content content) |
com.atlassian.util.concurrent.Promise<PageResponse<Content>> |
RemoteContentService.getChildren(Content parent,
PageRequest pageRequest,
Expansion... expansion)
Retrieve the children of an item of Content.
|
com.atlassian.util.concurrent.Promise<PageResponse<Content>> |
AbstractRemoteContentService.getChildren(Content parent,
PageRequest pageRequest,
Expansion... expansions) |
com.atlassian.util.concurrent.Promise<Content> |
RemoteContentDraftServiceImpl.publishEditDraft(Content content,
ContentDraftService.ConflictPolicy conflictPolicy) |
com.atlassian.util.concurrent.Promise<Content> |
RemoteContentDraftService.publishEditDraft(Content content,
ContentDraftService.ConflictPolicy conflictPolicy)
Update content
|
com.atlassian.util.concurrent.Promise<Content> |
RemoteContentBlueprintServiceImpl.publishInstance(Content content,
Expansion... expansions) |
com.atlassian.util.concurrent.Promise<Content> |
RemoteContentBlueprintService.publishInstance(Content content,
Expansion... expansions)
Publishes the draft from blueprints.
|
com.atlassian.util.concurrent.Promise<Content> |
RemoteContentDraftServiceImpl.publishNewDraft(Content content,
Expansion... expansions) |
com.atlassian.util.concurrent.Promise<Content> |
RemoteContentDraftService.publishNewDraft(Content content,
Expansion... expansions)
Publishes the draft.
|
com.atlassian.util.concurrent.Promise<Void> |
RemoteContentTrashService.purge(Content content)
Permanently delete a piece of content.
|
com.atlassian.util.concurrent.Promise<Void> |
RemoteContentService.purge(Content content)
Permanently delete a trashed piece of content.
|
com.atlassian.util.concurrent.Promise<Void> |
AbstractRemoteContentService.purge(Content content) |
com.atlassian.util.concurrent.Promise<Content> |
RemoteContentTrashService.restore(Content content)
Restore a trashed piece of content.
|
com.atlassian.util.concurrent.Promise<Content> |
RemoteContentService.restore(Content content)
Restore a trashed piece of content.
|
com.atlassian.util.concurrent.Promise<Content> |
AbstractRemoteContentService.restore(Content content) |
com.atlassian.util.concurrent.Promise<Void> |
RemoteContentTrashService.trash(Content content)
Trash a piece of content.
|
com.atlassian.util.concurrent.Promise<Content> |
RemoteContentService.trash(Content content)
Trash a piece of content.
|
com.atlassian.util.concurrent.Promise<Content> |
AbstractRemoteContentService.trash(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> |
AbstractRemoteContentService.update(Content content) |
| Modifier and Type | Method and Description |
|---|---|
com.atlassian.util.concurrent.Promise<PageResponse<Content>> |
GraphQLRemoteContentServiceImpl.RemoteContentFinderImpl.fetchMany(ContentType type,
PageRequest request) |
protected com.atlassian.util.concurrent.Promise<com.atlassian.fugue.Option<Content>> |
GraphQLRemoteContentServiceImpl.RemoteContentFinderImpl.fetchOneById() |
| Modifier and Type | Method and Description |
|---|---|
com.atlassian.util.concurrent.Promise<Content> |
RemoteContentTrashServiceImpl.restore(Content content) |
| Modifier and Type | Method and Description |
|---|---|
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) |
| Modifier and Type | Method and Description |
|---|---|
Content |
ContentDeserializer.deserialize(org.codehaus.jackson.JsonParser jp,
org.codehaus.jackson.map.DeserializationContext ctxt) |
| Modifier and Type | Method and Description |
|---|---|
protected Content |
MacrosAcceptanceTestBase.afterContentSave(Content content) |
protected Content |
SpaFriendlyMetadataProviderAcceptanceTest.ReadFromLuceneTest.afterContentSave(Content content) |
protected Content |
MacrosAcceptanceTestBase.createComment(Content page,
Content parentComment,
String bodyText) |
protected Content |
MacrosAcceptanceTestBase.createComment(Content page,
String bodyText) |
protected Content |
MacrosAcceptanceTestBase.edit(Content original,
String newBody) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract com.atlassian.confluence.test.stateless.TestFixture<Content> |
ContentSaveListenerForMacroNamesAcceptanceTest.getContentFixture() |
protected com.atlassian.confluence.test.stateless.TestFixture<Content> |
ContentSaveListenerForMacroNamesAcceptanceTest.PageTest.getContentFixture() |
protected com.atlassian.confluence.test.stateless.TestFixture<Content> |
ContentSaveListenerForMacroNamesAcceptanceTest.BlogPostTest.getContentFixture() |
| Modifier and Type | Method and Description |
|---|---|
protected Content |
MacrosAcceptanceTestBase.afterContentSave(Content content) |
protected Content |
SpaFriendlyMetadataProviderAcceptanceTest.ReadFromLuceneTest.afterContentSave(Content content) |
protected void |
SpaFriendlyMetadataProviderAcceptanceTest.assertSpaFriendlyAndMacroNames(Content content,
Boolean expectedSpaFriendly,
List<String> expectedMacroNamesNotSpaFriendly,
Boolean expectedCommentsSpaFriendly,
List<String> expectedCommentMacroNamesNotSpaFriendly) |
protected void |
SpaFriendlyMetadataProviderAcceptanceTest.ReadFromLuceneTest.assertSpaFriendlyAndMacroNames(Content content,
Boolean expectedSpaFriendly,
List<String> expectedMacroNamesNotSpaFriendly,
Boolean expectedCommentsSpaFriendly,
List<String> expectedCommentMacroNamesNotSpaFriendly) |
protected Content |
MacrosAcceptanceTestBase.createComment(Content page,
Content parentComment,
String bodyText) |
protected Content |
MacrosAcceptanceTestBase.createComment(Content page,
String bodyText) |
protected Content |
MacrosAcceptanceTestBase.edit(Content original,
String newBody) |
protected static String |
MacrosAcceptanceTestBase.getMacroNames(Content content)
NOTE: getContentPropertiesString returns "" in place of null (null meaning 'no macroNames content property')
|
protected static void |
MacrosAcceptanceTestBase.setIsInlineComment(Content comment,
boolean isInline) |
protected static void |
MacrosAcceptanceTestBase.setMacroNames(Content content,
String macroNames) |
| Modifier and Type | Field and Description |
|---|---|
protected Content |
BlogPostPublishDateTest.blogpost |
| Modifier and Type | Method and Description |
|---|---|
List<Content> |
BreadcrumbsTest.createPageHierarchy(Space space,
int depth,
String pageTitlePrefix) |
| Modifier and Type | Method and Description |
|---|---|
static void |
PageLabelsTest.addLabels(Content page,
String... labels) |
static void |
PageLabelsTest.addLabels(Content page,
UserWithDetails user,
String... labels) |
static ManageWatchersDialog |
ManageWatchersTest.openManageWatchersDialog(Content page) |
| Modifier and Type | Method and Description |
|---|---|
protected Content |
BlogEditorTest.getPage() |
protected Content |
PageEditorTest.getPage() |
protected abstract Content |
AbstractPageEditorTest.getPage() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractContentRestrictionTest.setAndThenRemoveRestrictionOnInfoPage(UserWithDetails user,
Content content,
OperationKey operationKey) |
| Constructor and Description |
|---|
ViewPageEditComment(Content page,
long commentId) |
ViewPageReplyComment(Content page,
Content comment) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
SimpleHtmlSpaceExportStructure.hasPage(Content page) |
| Modifier and Type | Method and Description |
|---|---|
Content |
KnowledgeBaseTestHelper.createEmptyPage(UserWithDetails author,
String title,
Space space) |
| Modifier and Type | Method and Description |
|---|---|
void |
KnowledgeBaseTestHelper.addLabels(Content content,
String... labels) |
void |
KnowledgeBaseTestHelper.likeContent(Content content,
UserWithDetails user) |
void |
KnowledgeBaseTestHelper.removeRestrictions(Content... contents) |
void |
KnowledgeBaseTestHelper.restrictContent(UserWithDetails user,
Content... contents) |
| Modifier and Type | Method and Description |
|---|---|
Content |
FunctestRpc.createLegacyDraft(Content draft) |
| Modifier and Type | Method and Description |
|---|---|
Content |
FunctestRpc.createLegacyDraft(Content draft) |
boolean |
NotificationRpc.isWatchingPage(Content page,
User user) |
void |
NotificationRpc.unwatchPageForUser(Content page,
User user) |
void |
NotificationRpc.watchPageForUser(Content page,
User user) |
| Modifier and Type | Method and Description |
|---|---|
void |
PermissionsRpc.grantContentPermission(Content content,
Subject subject,
OperationKey operationKey) |
void |
PermissionsRpc.grantContentPermission(Subject subject,
OperationKey operationKey,
Content content) |
| Modifier and Type | Method and Description |
|---|---|
CopyPage |
ConfluenceTestedProduct.loginAndCopyPage(UserWithDetails user,
Content page) |
EditContentPage |
ConfluenceTestedProduct.loginAndEdit(UserWithDetails user,
Content content) |
ViewPage |
ConfluenceTestedProduct.loginAndView(UserWithDetails user,
Content content) |
ViewPage |
ConfluenceTestedProduct.loginAndViewOverriddenPage(UserWithDetails user,
Content content,
long versionOverride,
EmbeddedContentRenderMode embeddedContentRender) |
ViewRestrictedPage |
ConfluenceTestedProduct.loginAndViewRestricted(UserWithDetails user,
Content content) |
ViewPage |
ConfluenceTestedProduct.viewPage(Content content) |
| Constructor and Description |
|---|
FavouritePage(Content page) |
| Modifier and Type | Method and Description |
|---|---|
Content |
AttachmentContainer.getAttachment() |
| Constructor and Description |
|---|
AttachmentContainer(Content attachment) |
AttachmentVersionContainer(com.atlassian.pageobjects.elements.PageElement attachmentTable,
Content attachment,
int version) |
| Constructor and Description |
|---|
RestrictedPage(Content page) |
| Modifier and Type | Method and Description |
|---|---|
com.atlassian.pageobjects.elements.query.TimedCondition |
DashboardUpdatesContent.containsPage(Content page) |
FavouritePage |
DashboardPagesTab.getFavouritePage(Content page) |
org.openqa.selenium.WebElement |
DashboardPagesTab.getPageItem(Content page) |
boolean |
DashboardPagesTab.isPagePresent(Content page) |
static DashboardPopularStreamContent.StreamItem |
DashboardPopularStreamContent.streamItemFor(Content content,
com.atlassian.fugue.Maybe<String> authorUsername,
String authorFullname,
DashboardPopularStreamContent.StreamCountItem... countItems) |
static DashboardPopularStreamContent.StreamItem |
DashboardPopularStreamContent.streamItemFor(Content content,
User author,
DashboardPopularStreamContent.StreamCountItem... countItems) |
| Modifier and Type | Method and Description |
|---|---|
void |
SearchPanelInImageBrowserDialog.chooseFile(Content attachment) |
ImageBrowserDialog |
ImageBrowserDialog.chooseFile(Content attachment) |
ImageBrowserDialog |
ImageBrowserDialog.chooseImage(Content attachment) |
PageOrderingRootTree |
PageOrderingRootTree.clickPage(Content page) |
String |
PageOrderingRootTree.getNodeTextForPage(Content p) |
com.atlassian.pageobjects.elements.PageElement |
ImageBrowserDialog.getZoomButton(Content attachment) |
boolean |
PageOrderingRootTree.isClickable(Content page)
Deprecated.
since 2.13 Use
PageOrderingRootTree.isClickableTimed(Content) |
com.atlassian.pageobjects.elements.query.TimedQuery<Boolean> |
PageOrderingRootTree.isClickableTimed(Content page) |
com.atlassian.pageobjects.elements.query.TimedCondition |
SearchPanelInImageBrowserDialog.isFilePresent(Content attachment) |
com.atlassian.pageobjects.elements.query.TimedCondition |
ImageBrowserDialog.isFilePresent(Content attachment) |
com.atlassian.pageobjects.elements.query.TimedCondition |
ImageBrowserDialog.isImagePresent(Content attachment) |
boolean |
PageOrderingRootTree.isPageVisible(Content page)
Deprecated.
since 2.13 Use
PageOrderingRootTree.isPageVisibleTimed(Content) |
com.atlassian.pageobjects.elements.query.TimedCondition |
PageOrderingRootTree.isPageVisibleTimed(Content page) |
boolean |
ImageBrowserDialog.isSelect(Content attachment) |
void |
LinkBrowserDialog.selectedAttachment(Content attachment) |
MovePageDialog |
MovePageDialog.waitForBreadcrumbs(Space space,
Content parentPage) |
| Modifier and Type | Method and Description |
|---|---|
ImagePropertyPanel |
EditorContent.clickOnImage(Content content) |
com.atlassian.pageobjects.elements.query.TimedCondition |
EditorContent.isImagePresent(Content attachment) |
com.atlassian.pageobjects.elements.query.TimedCondition |
EditorContent.isImagePresentBySrc(Content attachment) |
| Modifier and Type | Class and Description |
|---|---|
class |
PageRedirectMenuItem<T extends Content>
Represnets a menu item that redirects to a page.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
ConfluenceSidebar.hasBlogPostInBlogSubTree(Content blogPost) |
| Modifier and Type | Method and Description |
|---|---|
ViewPage |
SpaceDirectoryPage.submitSearchForOneResult(Content pageEntity)
Jump to the home page of the space matching the value in the search field.
|
| Constructor and Description |
|---|
AbstractTemplatesPage(Class<T> classEditTemplate,
Class<U> classRevertTemplate,
Content pageEntity) |
GlobalTemplatesPage(Content pageEntity) |
| Modifier and Type | Field and Description |
|---|---|
protected Content |
AbstractViewPage.pageEntity |
| Modifier and Type | Method and Description |
|---|---|
Content |
ViewRestrictedPage.getPageEntity() |
Content |
ViewPageAnonymous.getPageEntity() |
Content |
ViewPage.getPageEntity() |
Content |
EditRestrictedPage.getPageEntity() |
| Modifier and Type | Method and Description |
|---|---|
<T extends ConfluenceAbstractPage> |
ViewPage.clickOnImageLink(Content image,
Class<T> destination,
Object... args) |
AttachmentContainer |
ViewAttachmentsPage.getAttachmentContainer(Content attachment) |
boolean |
ViewRecentBlogPosts.isBlogVisible(Content blogPost) |
| Modifier and Type | Method and Description |
|---|---|
void |
PageOrderingTree.expandTree(Content page) |
com.atlassian.pageobjects.elements.PageElement |
PageOrderingTree.getTreeNode(Content page) |
void |
SpaceExportTree.tickPage(Content page) |
com.atlassian.pageobjects.elements.query.TimedCondition |
PageOrderingTree.treeNodePresent(Content page) |
void |
SpaceExportTree.untickPage(Content page) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
UserWatchesPage.isWatching(Content content) |
| Modifier and Type | Method and Description |
|---|---|
static String |
PageUrlBuilder.getAddChildPageUrl(Content page) |
static String |
PageUrlBuilder.getAddCommentUrl(Content page) |
static String |
ContentUrlBuilder.getAddCommentUrl(Content content) |
static String |
BlogPostUrlBuilder.getAddCommentUrl(Content content) |
static String |
BlogPostUrlBuilder.getBlogpostHistoryUrl(Content content) |
static String |
BlogPostUrlBuilder.getBlogSourceUrl(Content content) |
static String |
PageUrlBuilder.getCopyPageUrl(Content page) |
static String |
AttachmentUrlBuilder.getDownloadUrl(Content content) |
static String |
AttachmentUrlBuilder.getDownloadUrl(Content content,
String contextPath)
The application context without any slashes at all.
|
static String |
PageUrlBuilder.getDraftEditUrl(Content page)
We don't yet have a proper Draft type or draft flag in the confluence-java-api types,
so in the meantime we have this method - you have to keep track of whether the Content
is in draft mode yourself.
|
static String |
ContentUrlBuilder.getDraftEditUrl(Content content)
We don't yet have a proper Draft type or draft flag in the confluence-java-api types,
so in the meantime we have this method - you have to keep track of whether the Content
is in draft mode yourself.
|
static String |
BlogPostUrlBuilder.getDraftEditUrl(Content content)
We don't yet have a proper Draft type or draft flag in the confluence-java-api types,
so in the meantime we have this method - you have to keep track of whether the Content
is in draft mode yourself.
|
static String |
PageUrlBuilder.getEditUrl(Content page) |
static String |
ContentUrlBuilder.getEditUrl(Content content) |
static String |
BlogPostUrlBuilder.getEditUrl(Content content) |
static String |
AttachmentUrlBuilder.getEditUrl(Content content) |
static String |
AttachmentUrlBuilder.getEditUrl(Content content,
boolean isFromPageView) |
static String |
ContentUrlBuilder.getHistoryUrl(Content content) |
static String |
PageUrlBuilder.getPageHistoryUrl(Content page) |
static String |
PageUrlBuilder.getPageInfoUrl(Content page) |
static String |
PageUrlBuilder.getPagePermissionsUrl(Content page) |
static String |
PageUrlBuilder.getPageSourceUrl(Content page) |
static String |
AttachmentUrlBuilder.getThumbnailUrl(Content content) |
static String |
PageUrlBuilder.getUrl(Content page) |
static String |
ContentUrlBuilder.getUrl(Content content) |
static String |
BlogPostUrlBuilder.getUrl(Content content) |
static String |
AttachmentUrlBuilder.getUrl(Content content) |
static String |
PageUrlBuilder.getViewAttachmentsUrl(Content page) |
static String |
ContentUrlBuilder.getViewAttachmentsUrl(Content content) |
static String |
BlogPostUrlBuilder.getViewAttachmentsUrl(Content content) |
static String |
PageUrlBuilder.getViewOverriddenPageUrl(Content page,
long versionOverride) |
static String |
PageUrlBuilder.getViewOverriddenPageUrlWithRenderMode(Content page,
long versionOverride,
EmbeddedContentRenderMode embeddedContentRender) |
| Modifier and Type | Method and Description |
|---|---|
protected Content |
AbstractExternalRequestAcceptanceTest.createBlankPage() |
protected static Content |
AbstractExternalRequestAcceptanceTest.createComment(Content page,
UserWithDetails creator,
String body) |
protected static Content |
AbstractExternalRequestAcceptanceTest.createLabels(Content page,
UserWithDetails creator,
List<Label> labels) |
protected Content |
AbstractExternalRequestAcceptanceTest.createPage(Space space,
String title,
String content,
Content parent,
UserWithDetails creator) |
protected Content |
AbstractExternalRequestAcceptanceTest.createPage(String content) |
protected Content |
AbstractExternalRequestAcceptanceTest.createPage(String title,
String content) |
protected Content |
AbstractExternalRequestAcceptanceTest.createPage(String title,
String content,
UserWithDetails creator) |
protected Content |
AbstractExternalRequestAcceptanceTest.createPageWithAncestors() |
protected Content |
AbstractExternalRequestAcceptanceTest.createPageWithChildren() |
protected Content |
AbstractExternalRequestAcceptanceTest.createPageWithComments() |
protected Content |
AbstractExternalRequestAcceptanceTest.createPageWithLabels() |
protected Content |
AbstractExternalRequestAcceptanceTest.createPageWithLinksToOtherPages() |
protected Content |
AbstractExternalRequestAcceptanceTest.createPageWithManyEmbeddedImageAttachments() |
protected Content |
AbstractExternalRequestAcceptanceTest.createPageWithManyUserMentions() |
protected Content |
AbstractExternalRequestAcceptanceTest.createRestrictedPage() |
protected Content |
AbstractExternalRequestAcceptanceTest.createSpaceHomePageWithManyRecentlyModified()
More data is not created on these pages because the recently updated macro only shows 5 items by default
|
protected Content |
AbstractExternalRequestAcceptanceTest.createSpaceHomePageWithManyRecentlyModifiedAndComments()
More data is not created on these pages because the recently updated macro only shows 5 items by default
|
protected Content |
AbstractExternalRequestAcceptanceTest.createTopLevelPage(Space space,
String title,
String content,
UserWithDetails creator) |
protected Content |
AbstractExternalRequestAcceptanceTest.createTopLevelPage(String title,
String content) |
protected Content |
AbstractExternalRequestAcceptanceTest.updatePage(Content page,
String newTitle,
String newBody) |
protected Content |
AbstractExternalRequestAcceptanceTest.updatePage(Content page,
String newTitle,
String newBody,
UserWithDetails user) |
| Modifier and Type | Method and Description |
|---|---|
protected static Content |
AbstractExternalRequestAcceptanceTest.createComment(Content page,
UserWithDetails creator,
String body) |
protected static Content |
AbstractExternalRequestAcceptanceTest.createLabels(Content page,
UserWithDetails creator,
List<Label> labels) |
protected Content |
AbstractExternalRequestAcceptanceTest.createPage(Space space,
String title,
String content,
Content parent,
UserWithDetails creator) |
protected Content |
AbstractExternalRequestAcceptanceTest.updatePage(Content page,
String newTitle,
String newBody) |
protected Content |
AbstractExternalRequestAcceptanceTest.updatePage(Content page,
String newTitle,
String newBody,
UserWithDetails user) |
| Modifier and Type | Method and Description |
|---|---|
Content |
HowToBlueprintTest.createPage(String title,
Space space) |
| Modifier and Type | Method and Description |
|---|---|
protected PageResponse<Content> |
DummyCurrentVersionContentTypeApiSupport.getChildrenForThisType(CustomContentEntityObject content,
LimitedRequest limitedRequest,
Expansions expansions,
Depth depth) |
protected PageResponse<Content> |
DummyOriginalVersionContentTypeApiSupport.getChildrenForThisType(CustomContentEntityObject content,
LimitedRequest limitedRequest,
Expansions expansions,
Depth depth) |
protected PageResponse<Content> |
DummyCurrentVersionContentTypeApiSupport.getChildrenOfThisTypeForOtherType(ContentConvertible otherTypeParent,
LimitedRequest limitedRequest,
Expansions expansions,
Depth depth) |
protected PageResponse<Content> |
DummyOriginalVersionContentTypeApiSupport.getChildrenOfThisTypeForOtherType(ContentConvertible otherTypeParent,
LimitedRequest limitedRequest,
Expansions expansions,
Depth depth) |
Copyright © 2003–2017 Atlassian. All rights reserved.