Uses of Interface
com.atlassian.confluence.pages.ContentConvertible
Packages that use ContentConvertible
Package
Description
- 
Uses of ContentConvertible in com.atlassian.confluence.api.impl.service.content.factory
Methods in com.atlassian.confluence.api.impl.service.content.factory with parameters of type ContentConvertibleModifier 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 theContentFactorywhen expanding "children" on a Content item being built. - 
Uses of ContentConvertible in com.atlassian.confluence.api.impl.service.content.typebinding
Methods in com.atlassian.confluence.api.impl.service.content.typebinding with parameters of type ContentConvertibleModifier 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
Classes in com.atlassian.confluence.content that implement ContentConvertibleModifier and TypeClassDescriptionclassGeneric ContentEntityObject that plugins can use to extend Confluence's content system. - 
Uses of ContentConvertible in com.atlassian.confluence.content.apisupport
Classes in com.atlassian.confluence.content.apisupport with type parameters of type ContentConvertibleModifier and TypeClassDescriptionclassBaseContentTypeApiSupport<T extends ContentConvertible>A subclass for extensible content type support in the apiinterfaceContentTypeApiSupport<T extends ContentConvertible>Interface providing extensible content type support in the apiMethods in com.atlassian.confluence.content.apisupport with parameters of type ContentConvertibleModifier 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.pages
Classes in com.atlassian.confluence.pages that implement ContentConvertibleModifier and TypeClassDescriptionclassclassclassclassRepresents a Page within Confluence.