Package com.atlassian.confluence.api.nav
Interface Navigation.ExperimentalNav
-
- All Superinterfaces:
Navigation.Builder
- Enclosing interface:
- Navigation
public static interface Navigation.ExperimentalNav extends Navigation.Builder
ExperimentalNav will change as new resources are added and promoted to production. Any changes here will have very short deprecation cycles.
-
-
Field Summary
-
Fields inherited from interface com.atlassian.confluence.api.nav.Navigation.Builder
NONE
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description Navigation.ExperimentalContentNavcontent(Content content)create a content nav builder to reference a piece of contentNavigation.ExperimentalContentNavcontent(ContentSelector selector)Create a content nav builder to reference a piece of content by its selector.Navigation.ExperimentalContentNavcontent(ContentId contentId)Deprecated.since 5.10.Navigation.ExperimentalContentNavcontent(Reference<Content> contentReference)create a content nav builder to reference a piece of contentNavigation.Buildergroup(Group group)Navigation.ExperimentalContentTemplateNavtemplate(ContentTemplate contentTemplate)Navigation.UserNavuser(com.atlassian.sal.api.user.UserKey userKey)-
Methods inherited from interface com.atlassian.confluence.api.nav.Navigation.Builder
buildAbsolute, buildCanonicalAbsolute, buildRelative, buildRelativeWithContext
-
-
-
-
Method Detail
-
content
Navigation.ExperimentalContentNav content(Content content)
create a content nav builder to reference a piece of content
-
content
Navigation.ExperimentalContentNav content(Reference<Content> contentReference)
create a content nav builder to reference a piece of content
-
content
@Deprecated Navigation.ExperimentalContentNav content(ContentId contentId)
Deprecated.since 5.10. Usecontent(ContentSelector).create a content nav builder to reference a piece of content
-
content
Navigation.ExperimentalContentNav content(ContentSelector selector)
Create a content nav builder to reference a piece of content by its selector.
-
user
Navigation.UserNav user(com.atlassian.sal.api.user.UserKey userKey)
-
group
Navigation.Builder group(Group group)
-
template
Navigation.ExperimentalContentTemplateNav template(ContentTemplate contentTemplate)
-
-