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 ContentSelector
ContentSelector. UNSET
Methods in com.atlassian.confluence.api.model.content that return ContentSelector Modifier and Type Method Description ContentSelector
ContentSelector. asCurrent()
Returns a copy of this selector with status current and no version set.ContentSelector
ContentSelector.ContentSelectorBuilder. build()
static ContentSelector
ContentSelector. from(Content content)
static ContentSelector
ContentSelector. fromId(ContentId contentId)
Deprecated.since 5.10.ContentSelector
Content. getSelector()
static ContentSelector
Content. 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.ContentBodyBuilder
ContentBody.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.ContentNav
Navigation. content(ContentSelector selector)
Create a content nav builder to reference a piece of content with a particular id, status and version.Navigation.ExperimentalContentNav
Navigation.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 void
ContentPropertyService. 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 ContentSelector
ContentEntityObject. getSelector()
-
Uses of ContentSelector in com.atlassian.confluence.it
Methods in com.atlassian.confluence.it that return ContentSelector Modifier and Type Method Description ContentSelector
AbstractContentEntity. getSelector()
Deprecated.ContentSelector
Attachment. getSelector()
Deprecated. -
Uses of ContentSelector in com.atlassian.confluence.pages
Methods in com.atlassian.confluence.pages that return ContentSelector Modifier and Type Method Description ContentSelector
ContentConvertible. 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 void
ContentPropertyServiceImpl. 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.ContentNav
RestNavigationImpl. content(ContentSelector selector)
-