com.atlassian.confluence.api.impl.service.nav
Class ContentNavImpl
java.lang.Object
com.atlassian.confluence.api.impl.service.nav.AbstractNav
com.atlassian.confluence.api.impl.service.nav.DelegatingPathBuilder
com.atlassian.confluence.api.impl.service.nav.ContentNavImpl
- All Implemented Interfaces:
- Navigation.Builder, Navigation.ContentNav, RestNavigation.RestBuilder
public class ContentNavImpl
- extends DelegatingPathBuilder
- implements Navigation.ContentNav
Fields inherited from class com.atlassian.confluence.api.impl.service.nav.AbstractNav |
baseUrl |
Constructor Summary |
ContentNavImpl(ContentId contentId,
com.atlassian.confluence.api.impl.service.nav.NavigationImpl.BaseApiPathBuilder baseBuilder)
|
ContentNavImpl(Content content,
com.atlassian.confluence.api.impl.service.nav.NavigationImpl.BaseApiPathBuilder baseBuilder)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CONTENT_PATH
public static final java.lang.String CONTENT_PATH
- See Also:
- Constant Field Values
CONTENT_HISTORY_SUBPATH
public static final java.lang.String CONTENT_HISTORY_SUBPATH
- See Also:
- Constant Field Values
CONTENT_LABEL_SUBPATH
public static final java.lang.String CONTENT_LABEL_SUBPATH
- See Also:
- Constant Field Values
CONTENT_CHILDREN_SUBPATH
public static final java.lang.String CONTENT_CHILDREN_SUBPATH
- See Also:
- Constant Field Values
CONTENT_DESCENDANTS_SUBPATH
public static final java.lang.String CONTENT_DESCENDANTS_SUBPATH
- See Also:
- Constant Field Values
ContentNavImpl
public ContentNavImpl(Content content,
com.atlassian.confluence.api.impl.service.nav.NavigationImpl.BaseApiPathBuilder baseBuilder)
ContentNavImpl
public ContentNavImpl(ContentId contentId,
com.atlassian.confluence.api.impl.service.nav.NavigationImpl.BaseApiPathBuilder baseBuilder)
history
public Navigation.Builder history()
- Specified by:
history
in interface Navigation.ContentNav
label
public Navigation.Builder label()
- Specified by:
label
in interface Navigation.ContentNav
children
public AbstractNav children(Depth depth)
- Specified by:
children
in interface Navigation.ContentNav
children
public Navigation.Builder children(ContentType type,
Depth depth)
- Specified by:
children
in interface Navigation.ContentNav
Copyright © 2003-2014 Atlassian. All Rights Reserved.