Uses of Class
com.atlassian.confluence.api.model.content.ContentSelector
-
-
Uses of ContentSelector in com.atlassian.confluence.api.impl.service.content.factory
Methods in com.atlassian.confluence.api.impl.service.content.factory with parameters of type ContentSelector Modifier and Type Method Description Map<ContentType,PageResponse<Content>>ChildContentFactory. buildFrom(ContentSelector parentSelector, Depth depth, Fauxpansions fauxpansions)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) -
Uses of ContentSelector in com.atlassian.confluence.api.model.content
Fields in com.atlassian.confluence.api.model.content declared as ContentSelector Modifier and Type Field Description static ContentSelectorContentSelector. UNSETMethods in com.atlassian.confluence.api.model.content that return ContentSelector Modifier and Type Method Description ContentSelectorContentSelector. asCurrent()Returns a copy of this selector with status current and no version set.ContentSelectorContentSelector.ContentSelectorBuilder. build()static ContentSelectorContentSelector. from(Content content)static ContentSelectorContentSelector. fromId(ContentId contentId)Deprecated.since 5.10.ContentSelectorContent. getSelector()static ContentSelectorContent. getSelector(Reference<Content> contentRef)Get the selector from a Content Reference.Methods in com.atlassian.confluence.api.model.content with parameters of type ContentSelector Modifier and Type Method Description static Reference<Content>Content. buildReference(ContentSelector selector)ContentBody.ContentBodyBuilderContentBody.ContentBodyBuilder. content(ContentSelector selector) -
Uses of ContentSelector in com.atlassian.confluence.api.nav
Methods in com.atlassian.confluence.api.nav with parameters of type ContentSelector Modifier and Type Method Description Navigation.ContentNavNavigation. content(ContentSelector selector)Create a content nav builder to reference a piece of content with a particular id, status and version.Navigation.ExperimentalContentNavNavigation.ExperimentalNav. content(ContentSelector selector)Create a content nav builder to reference a piece of content by its selector. -
Uses of ContentSelector in com.atlassian.confluence.api.service.content
Methods in com.atlassian.confluence.api.service.content with parameters of type ContentSelector Modifier and Type Method Description default voidContentPropertyService. copyAllJsonContentProperties(ContentSelector source, ContentSelector target)Copy all JsonContentProperty from one content to other content, default implementation do nothing -
Uses of ContentSelector in com.atlassian.confluence.core
Methods in com.atlassian.confluence.core that return ContentSelector Modifier and Type Method Description ContentSelectorContentEntityObject. getSelector() -
Uses of ContentSelector in com.atlassian.confluence.it
Methods in com.atlassian.confluence.it that return ContentSelector Modifier and Type Method Description ContentSelectorAbstractContentEntity. getSelector()Deprecated.ContentSelectorAttachment. getSelector()Deprecated. -
Uses of ContentSelector in com.atlassian.confluence.pages
Methods in com.atlassian.confluence.pages that return ContentSelector Modifier and Type Method Description ContentSelectorContentConvertible. getSelector() -
Uses of ContentSelector in com.atlassian.confluence.plugins.contentproperty
Methods in com.atlassian.confluence.plugins.contentproperty with parameters of type ContentSelector Modifier and Type Method Description voidContentPropertyServiceImpl. copyAllJsonContentProperties(ContentSelector source, ContentSelector target) -
Uses of ContentSelector in com.atlassian.confluence.plugins.rest.navigation.impl
Methods in com.atlassian.confluence.plugins.rest.navigation.impl with parameters of type ContentSelector Modifier and Type Method Description Navigation.ContentNavRestNavigationImpl. content(ContentSelector selector)
-