Uses of Interface
com.atlassian.confluence.api.nav.Navigation.ContentNav
-
Packages that use Navigation.ContentNav Package Description com.atlassian.confluence.api.nav com.atlassian.confluence.plugins.rest.navigation.impl -
-
Uses of Navigation.ContentNav in com.atlassian.confluence.api.nav
Methods in com.atlassian.confluence.api.nav that return Navigation.ContentNav Modifier and Type Method Description Navigation.ContentNav
Navigation. content(Content content)
create a content nav builder to reference a piece of contentNavigation.ContentNav
Navigation. content(ContentSelector selector)
Create a content nav builder to reference a piece of content with a particular id, status and version.Navigation.ContentNav
Navigation. content(ContentId contentId)
Deprecated.since 5.10 UseNavigation.content(ContentSelector)
.Navigation.ContentNav
Navigation. content(Reference<Content> contentReference)
create a content nav builder to reference a piece of content -
Uses of Navigation.ContentNav in com.atlassian.confluence.plugins.rest.navigation.impl
Methods in com.atlassian.confluence.plugins.rest.navigation.impl that return Navigation.ContentNav Modifier and Type Method Description Navigation.ContentNav
RestNavigationImpl. content(Content content)
Navigation.ContentNav
RestNavigationImpl. content(ContentSelector selector)
Navigation.ContentNav
RestNavigationImpl. content(ContentId contentId)
Navigation.ContentNav
RestNavigationImpl. content(Reference<Content> contentReference)
-