Uses of Interface
com.atlassian.confluence.pages.ContentConvertible
Package
Description
-
Uses of ContentConvertible in com.atlassian.confluence.api.impl.service.content.factory
Modifier and TypeMethodDescriptionContentExtensionsFactory.buildExtensions
(ContentConvertible entity, Expansions expansions) ContentExtensionsFactory.buildLinks
(ContentConvertible entity) ContentExtensionsFactory.containerEntity
(ContentConvertible entity, Expansions expansions) ChildSupport.getChildrenList
(ContentConvertible parent, ContentType childType, LimitedRequest limitedRequest, Expansions expansions, Depth depth, Collection<String> location) ChildSupport.getChildrenMap
(ContentConvertible parent, LimitedRequest limitedRequest, Expansions childExpansions, Depth depth, Collection<String> location) Called from theContentFactory
when expanding "children" on a Content item being built. -
Uses of ContentConvertible in com.atlassian.confluence.api.impl.service.content.typebinding
Modifier and TypeMethodDescriptionAttachmentContentTypeApiSupport.getChildrenOfThisTypeForOtherType
(ContentConvertible parent, LimitedRequest limitedRequest, Expansions expansions, Depth depth) protected PageResponse<Content>
BlogPostContentTypeApiSupport.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>
PageContentTypeApiSupport.getChildrenOfThisTypeForOtherType
(ContentConvertible otherTypeParent, LimitedRequest limitedRequest, Expansions expansions, Depth depth) protected PageResponse<Content>
CommentContentTypeApiSupport.getFilteredChildrenOfThisTypeForOtherType
(ContentConvertible otherTypeParent, LimitedRequest limitedRequest, Expansions expansions, Depth depth, Predicate<? super ContentEntityObject> predicate) -
Uses of ContentConvertible in com.atlassian.confluence.content
Modifier and TypeClassDescriptionclass
Generic ContentEntityObject that plugins can use to extend Confluence's content system. -
Uses of ContentConvertible in com.atlassian.confluence.content.apisupport
Modifier and TypeClassDescriptionclass
BaseContentTypeApiSupport<T extends ContentConvertible>
A subclass for extensible content type support in the apiinterface
ContentTypeApiSupport<T extends ContentConvertible>
Interface providing extensible content type support in the apiModifier and TypeMethodDescriptionprotected 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) final PageResponse<Content>
BaseContentTypeApiSupport.getFilteredChildren
(ContentConvertible content, LimitedRequest limitedRequest, Expansions expansions, Depth depth, Predicate<? super ContentEntityObject> predicate) Retrieve the children of an item of Content.ContentTypeApiSupport.getFilteredChildren
(ContentConvertible content, LimitedRequest limitedRequest, Expansions expansions, Depth depth, Predicate<? super ContentEntityObject> predicate) Retrieve the children of an item of Content filtered by a predicate.protected PageResponse<Content>
BaseContentTypeApiSupport.getFilteredChildrenOfThisTypeForOtherType
(ContentConvertible otherTypeParent, LimitedRequest limitedRequest, Expansions expansions, Depth depth, Predicate<? super ContentEntityObject> predicate) This method includes an additional parameter "location", it will call the default one if not overriddenprotected PageResponse<Content>
CustomContentTypeApiSupport.getFilteredChildrenOfThisTypeForOtherType
(ContentConvertible otherTypeParent, LimitedRequest limitedRequest, Expansions expansions, Depth depth, Predicate<? super ContentEntityObject> predicate) -
Uses of ContentConvertible in com.atlassian.confluence.it
Modifier and TypeClassDescriptionclass
Deprecated.Please use confluence-java-api module instead.class
Deprecated.Please use confluence-java-api module instead.class
Deprecated.Please use confluence-java-api module instead.class
Deprecated.Please use confluence-java-api module instead.class
Deprecated.Please use confluence-java-api module instead.class
Representation of aDraft
for use in testsclass
Deprecated.Please use confluence-java-api module instead.class
-
Uses of ContentConvertible in com.atlassian.confluence.pages
Modifier and TypeClassDescriptionclass
class
class
class
Represents a Page within Confluence.class