com.atlassian.confluence.api.nav
Interface Navigation.ContentNav

All Superinterfaces:
Navigation.Builder
All Known Implementing Classes:
ContentNavImpl
Enclosing interface:
Navigation

public static interface Navigation.ContentNav
extends Navigation.Builder


Field Summary
 
Fields inherited from interface com.atlassian.confluence.api.nav.Navigation.Builder
NONE
 
Method Summary
 Navigation.Builder children(ContentType type, Depth depth)
           
 Navigation.Builder children(Depth depth)
           
 Navigation.Builder history()
           
 Navigation.Builder label()
           
 Navigation.Builder property(JsonContentProperty property)
           
 Navigation.ContentRestrictionByOperationNav restrictionByOperation()
          Create a nav builder to reference a set of restrictions, by operation.
 
Methods inherited from interface com.atlassian.confluence.api.nav.Navigation.Builder
buildAbsolute, buildRelative, buildRelativeWithContext
 

Method Detail

history

Navigation.Builder history()

label

Navigation.Builder label()

children

Navigation.Builder children(Depth depth)

children

Navigation.Builder children(ContentType type,
                            Depth depth)

property

Navigation.Builder property(JsonContentProperty property)

restrictionByOperation

Navigation.ContentRestrictionByOperationNav restrictionByOperation()
Create a nav builder to reference a set of restrictions, by operation.



Copyright © 2003–2015 Atlassian. All rights reserved.