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.ContentNavNavigation. content(Content content)create a content nav builder to reference a piece of contentNavigation.ContentNavNavigation. content(ContentSelector selector)Create a content nav builder to reference a piece of content with a particular id, status and version.Navigation.ContentNavNavigation. content(ContentId contentId)Deprecated.since 5.10 UseNavigation.content(ContentSelector).Navigation.ContentNavNavigation. 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.ContentNavRestNavigationImpl. content(Content content)Navigation.ContentNavRestNavigationImpl. content(ContentSelector selector)Navigation.ContentNavRestNavigationImpl. content(ContentId contentId)Navigation.ContentNavRestNavigationImpl. content(Reference<Content> contentReference)
-