Uses of Interface
com.atlassian.confluence.pages.ContentConvertible
-
-
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 ContentConvertible Modifier and Type Method Description Map<String,Object>
ContentExtensionsFactory. buildExtensions(ContentConvertible entity, Expansions expansions)
Iterable<Link>
ContentExtensionsFactory. buildLinks(ContentConvertible entity)
Optional<Object>
ContentExtensionsFactory. containerEntity(ContentConvertible entity, Expansions expansions)
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 theContentFactory
when expanding "children" on a Content item being built.com.atlassian.fugue.Option<Object>
ContentExtensionsFactory. getContainerEntity(ContentConvertible entity, Expansions expansions)
Deprecated.since 7.0.1. -
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 ContentConvertible Modifier and Type Method Description PageResponse<Content>
AttachmentContentTypeApiSupport. 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>
CommentContentTypeApiSupport. getChildrenOfThisTypeForOtherType(ContentConvertible otherTypeParent, LimitedRequest limitedRequest, Expansions expansions, Depth depth, com.google.common.base.Predicate<? super ContentEntityObject> predicate)
protected PageResponse<Content>
PageContentTypeApiSupport. getChildrenOfThisTypeForOtherType(ContentConvertible otherTypeParent, LimitedRequest limitedRequest, Expansions expansions, Depth depth)
-
Uses of ContentConvertible in com.atlassian.confluence.content
Classes in com.atlassian.confluence.content that implement ContentConvertible Modifier and Type Class Description class
CustomContentEntityObject
Generic 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 ContentConvertible Modifier and Type Class Description class
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 apiMethods in com.atlassian.confluence.content.apisupport with parameters of type ContentConvertible Modifier and Type Method Description default PageResponse<Content>
ContentTypeApiSupport. getChildren(ContentConvertible content, LimitedRequest limitedRequest, Expansions expansions, Depth depth, com.google.common.base.Predicate<? super ContentEntityObject> predicate)
Deprecated.since 7.0.1.protected abstract PageResponse<Content>
BaseContentTypeApiSupport. getChildrenOfThisTypeForOtherType(ContentConvertible otherTypeParent, LimitedRequest limitedRequest, Expansions expansions, Depth depth)
protected PageResponse<Content>
BaseContentTypeApiSupport. getChildrenOfThisTypeForOtherType(ContentConvertible otherTypeParent, LimitedRequest limitedRequest, Expansions expansions, Depth depth, com.google.common.base.Predicate<? super ContentEntityObject> predicate)
Deprecated.since 7.0.1.protected PageResponse<Content>
CustomContentTypeApiSupport. 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)
Deprecated.since 7.0.1.PageResponse<Content>
BaseContentTypeApiSupport. getFilteredChildren(ContentConvertible content, LimitedRequest limitedRequest, Expansions expansions, Depth depth, Predicate<? super ContentEntityObject> predicate)
Retrieve the children of an item of Content.PageResponse<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 overridden -
Uses of ContentConvertible in com.atlassian.confluence.it
Classes in com.atlassian.confluence.it that implement ContentConvertible Modifier and Type Class Description class
AbstractContentEntity
Deprecated.Please use confluence-java-api module instead.class
AbstractPageEntity
Deprecated.Please use confluence-java-api module instead.class
Attachment
Deprecated.Please use confluence-java-api module instead.class
BlogPost
Deprecated.Please use confluence-java-api module instead.class
Comment
Deprecated.Please use confluence-java-api module instead.class
Draft
Representation of aDraft
for use in testsclass
Page
Deprecated.Please use confluence-java-api module instead.class
UserInformation
-
Uses of ContentConvertible in com.atlassian.confluence.pages
Classes in com.atlassian.confluence.pages that implement ContentConvertible Modifier and Type Class Description class
Attachment
class
BlogPost
class
Comment
class
Page
Represents a Page within Confluence.
-