Uses of Class
com.atlassian.confluence.api.model.Depth
Packages that use Depth
Package
Description
This package contains the code which communicates with Confluence via REST API.
- 
Uses of Depth in com.atlassian.confluence.api.impl.service.contentMethods in com.atlassian.confluence.api.impl.service.content with parameters of type DepthModifier and TypeMethodDescription@NonNull PageResponse<Content> CustomContentServiceImpl.getChildrenOfTypeAndFilter(@NonNull ContentId parentId, String contentModuleKey, LimitedRequest limitedRequest, Expansions expansions, Depth depth, Predicate<Content> predicate) 
- 
Uses of Depth in com.atlassian.confluence.api.impl.service.content.factoryMethods in com.atlassian.confluence.api.impl.service.content.factory with parameters of type DepthModifier and TypeMethodDescriptionChildContentFactory.buildFrom(ContentSelector parentSelector, Depth depth, Fauxpansions fauxpansions) ChildSupport.getChildrenList(ContentConvertible parent, ContentType childType, LimitedRequest limitedRequest, Expansions expansions, Depth depth, Collection<String> location) ChildSupport.getChildrenMap(ContentSelector parentSelector, LimitedRequest limitedRequest, Expansions childExpansions, Depth depth) ChildSupport.getChildrenMap(ContentSelector parentSelector, LimitedRequest limitedRequest, Expansions childExpansions, 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 Depth in com.atlassian.confluence.api.impl.service.content.typebindingMethods in com.atlassian.confluence.api.impl.service.content.typebinding with parameters of type DepthModifier and TypeMethodDescriptionprotected 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> PageContentTypeApiSupport.getChildrenForThisType(Page content, LimitedRequest limitedRequest, Expansions expansions, Depth depth) 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> PageContentTypeApiSupport.getChildrenOfThisTypeForOtherType(ContentConvertible otherTypeParent, LimitedRequest limitedRequest, Expansions expansions, Depth depth) protected PageResponse<Content> CommentContentTypeApiSupport.getFilteredChildrenForThisType(Comment content, LimitedRequest limitedRequest, Expansions expansions, Depth depth, Predicate<? super ContentEntityObject> predicate) protected PageResponse<Content> CommentContentTypeApiSupport.getFilteredChildrenOfThisTypeForOtherType(ContentConvertible otherTypeParent, LimitedRequest limitedRequest, Expansions expansions, Depth depth, Predicate<? super ContentEntityObject> predicate) 
- 
Uses of Depth in com.atlassian.confluence.api.modelFields in com.atlassian.confluence.api.model declared as DepthMethods in com.atlassian.confluence.api.model that return Depth
- 
Uses of Depth in com.atlassian.confluence.api.service.contentMethods in com.atlassian.confluence.api.service.content with parameters of type DepthModifier and TypeMethodDescription@NonNull PageResponse<Content> CustomContentService.getChildrenOfTypeAndFilter(ContentId parentId, String contentModuleKey, LimitedRequest limitedRequest, Expansions expansions, Depth depth, Predicate<Content> predicate) Returns the children of a CustomContentEntityObject, limited to the pagination requested.Applies a depth filter to the content found under this parent and retrieved by the finder.Applies a depth filter the content in this space retrieved by the finder, presently only pages participate in the space content hierarchy, the depth filter has no effect on other content type
- 
Uses of Depth in com.atlassian.confluence.contentMethods in com.atlassian.confluence.content with parameters of type DepthModifier and TypeMethodDescription@NonNull PageResponse<CustomContentEntityObject> CustomContentManager.getChildrenOfTypeAndFilter(ContentEntityObject entity, String contentModuleKey, LimitedRequest limitedRequest, Expansions expansions, Depth depth, Predicate<? super CustomContentEntityObject> predicate) Returns the children of a CustomContentEntityObject, limited to the pagination requested.
- 
Uses of Depth in com.atlassian.confluence.content.apisupportMethods in com.atlassian.confluence.content.apisupport with parameters of type DepthModifier and TypeMethodDescriptionprotected abstract PageResponse<Content> BaseContentTypeApiSupport.getChildrenForThisType(T content, 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) 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.getFilteredChildrenForThisType(T content, 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> 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 Depth in com.atlassian.confluence.dmz.pagesMethods in com.atlassian.confluence.dmz.pages with parameters of type DepthModifier and TypeMethodDescriptionPageManagerInternal.getAllChildren(Page page, LimitedRequest pageRequest, Depth depth) Returns all the children of a page (including drafts), limited to the pagination requested@NonNull PageResponse<Page> PageManagerInternal.getChildren(Page page, LimitedRequest pageRequest, Depth depth) Returns the children of a page which have a status of CURRENT, limited to the pagination requested.@NonNull PageResponse<Comment> CommentManagerInternal.getFilteredChildren(Comment comment, LimitedRequest pageRequest, Depth depth, Predicate<? super Comment> filter) Returns the children of a comment, limited to the pagination requested.@NonNull PageResponse<Comment> CommentManagerInternal.getFilteredContainerComments(long containerId, LimitedRequest pageRequest, Depth depth, Predicate<? super Comment> filter) Returns the children comments of a ContentEntityObject, limited to the pagination requested.
- 
Uses of Depth in com.atlassian.confluence.impl.contentMethods in com.atlassian.confluence.impl.content with parameters of type DepthModifier and TypeMethodDescription@NonNull PageResponse<Page> DefaultPageManager.getAllChildren(Page page, LimitedRequest pageRequest, Depth depth) @NonNull PageResponse<Page> DefaultPageManager.getChildren(Page page, LimitedRequest pageRequest, Depth depth) @NonNull PageResponse<CustomContentEntityObject> DefaultCustomContentManager.getChildrenOfTypeAndFilter(ContentEntityObject entity, String contentModuleKey, LimitedRequest limitedRequest, Expansions expansions, Depth depth, Predicate<? super CustomContentEntityObject> predicate) This method is used by the Content API to retrieve children of a specific type and filter them by a predicate.@NonNull PageResponse<Page> DefaultPageManager.getDraftChildren(Page page, LimitedRequest pageRequest, Depth depth) @NonNull PageResponse<Comment> DefaultCommentManager.getFilteredChildren(Comment comment, LimitedRequest pageRequest, Depth depth, Predicate<? super Comment> filter) Returns the children of a comment, limited to the pagination requested.@NonNull PageResponse<Comment> DefaultCommentManager.getFilteredContainerComments(long containerId, LimitedRequest pageRequest, Depth depth, Predicate<? super Comment> filter) Returns the children comments of a ContentEntityObject, limited to the pagination requested.
- 
Uses of Depth in com.atlassian.confluence.pagesMethods in com.atlassian.confluence.pages with parameters of type DepthModifier and TypeMethodDescriptionPageManager.getDraftChildren(Page page, LimitedRequest pageRequest, Depth depth) Returns the children of a page which have a status of DRAFT, limited to the pagination requested.
- 
Uses of Depth in com.atlassian.confluence.rest.clientFields in com.atlassian.confluence.rest.client declared as DepthModifier and TypeFieldDescriptionprotected DepthAbstractRemoteChildContentService.AbstractRemoteChildContentFinder.depthMethods in com.atlassian.confluence.rest.client with parameters of type DepthModifier and TypeMethodDescriptionSet the depth to retrieve content on the ChildContentFinderSet the depth to retrieve content on the SpaceContentFinder