com.atlassian.confluence.api.impl.service.nav
Class ContentNavImpl

java.lang.Object
  extended by com.atlassian.confluence.api.impl.service.nav.AbstractNav
      extended by com.atlassian.confluence.api.impl.service.nav.DelegatingPathBuilder
          extended by 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


Field Summary
static java.lang.String CONTENT_CHILDREN_SUBPATH
           
static java.lang.String CONTENT_DESCENDANTS_SUBPATH
           
static java.lang.String CONTENT_HISTORY_SUBPATH
           
static java.lang.String CONTENT_LABEL_SUBPATH
           
static java.lang.String CONTENT_PATH
           
 
Fields inherited from class com.atlassian.confluence.api.impl.service.nav.AbstractNav
baseUrl
 
Fields inherited from interface com.atlassian.confluence.api.nav.Navigation.Builder
NONE
 
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)
           
 
Method Summary
 Navigation.Builder children(ContentType type, Depth depth)
           
 AbstractNav children(Depth depth)
           
 Navigation.Builder history()
           
 Navigation.Builder label()
           
 
Methods inherited from class com.atlassian.confluence.api.impl.service.nav.DelegatingPathBuilder
addParam, buildPath, setAnchor
 
Methods inherited from class com.atlassian.confluence.api.impl.service.nav.AbstractNav
buildAbsolute, buildRelative, buildRelativeWithContext, toAbsoluteUriBuilder
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.atlassian.confluence.api.nav.Navigation.Builder
buildAbsolute, buildRelative, buildRelativeWithContext
 

Field Detail

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
Constructor Detail

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)
Method Detail

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.