Modifier and Type | Method and 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) |
Modifier and Type | Field and Description |
---|---|
static ContentSelector |
ContentSelector.UNSET |
Modifier and Type | Method and 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. CRA-1305: to be removed prior to 6.0 release. Use
from(Content) wherever possible. |
ContentSelector |
Content.getSelector() |
static ContentSelector |
Content.getSelector(Reference<Content> contentRef)
Get the selector from a Content Reference.
|
Modifier and Type | Method and Description |
---|---|
static Reference<Content> |
Content.buildReference(ContentSelector selector) |
ContentBody.ContentBodyBuilder |
ContentBody.ContentBodyBuilder.content(ContentSelector selector) |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
ContentSelector |
ContentEntityObject.getSelector() |
Modifier and Type | Method and Description |
---|---|
ContentSelector |
AbstractContentEntity.getSelector()
Deprecated.
|
ContentSelector |
Attachment.getSelector()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ContentSelector |
ContentConvertible.getSelector() |
Modifier and Type | Method and Description |
---|---|
Navigation.ContentNav |
RestNavigationImpl.content(ContentSelector selector) |
Copyright © 2003–2017 Atlassian. All rights reserved.