Package com.atlassian.confluence.api.nav
Interface Navigation.ContentNav
-
- All Superinterfaces:
Navigation.Builder
- Enclosing interface:
- Navigation
public static interface Navigation.ContentNav extends Navigation.Builder
-
-
Field Summary
Fields Modifier and Type Field Description static StringCONTENT_CHILDREN_SUBPATHstatic StringCONTENT_DESCENDANT_SUBPATHstatic StringCONTENT_HISTORY_SUBPATHstatic StringCONTENT_LABEL_SUBPATHstatic StringCONTENT_PATHstatic StringCONTENT_PROPERTY_SUBPATHstatic StringCONTENT_VERSION_SUBPATHstatic StringRESTRICTION_SUBPATH-
Fields inherited from interface com.atlassian.confluence.api.nav.Navigation.Builder
NONE
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Navigation.Builderchildren(ContentType type, Depth depth)Navigation.Builderchildren(Depth depth)Navigation.Builderhistory()Navigation.Builderlabel()Navigation.Builderproperties()Navigation.Builderproperty(JsonContentProperty property)Navigation.ContentRestrictionByOperationNavrestrictionByOperation()Create a nav builder to reference a set of restrictions, by operation.-
Methods inherited from interface com.atlassian.confluence.api.nav.Navigation.Builder
buildAbsolute, buildCanonicalAbsolute, buildRelative, buildRelativeWithContext
-
-
-
-
Field Detail
-
CONTENT_PATH
static final String CONTENT_PATH
- See Also:
- Constant Field Values
-
CONTENT_LABEL_SUBPATH
static final String CONTENT_LABEL_SUBPATH
- See Also:
- Constant Field Values
-
CONTENT_HISTORY_SUBPATH
static final String CONTENT_HISTORY_SUBPATH
- See Also:
- Constant Field Values
-
CONTENT_CHILDREN_SUBPATH
static final String CONTENT_CHILDREN_SUBPATH
- See Also:
- Constant Field Values
-
CONTENT_DESCENDANT_SUBPATH
static final String CONTENT_DESCENDANT_SUBPATH
- See Also:
- Constant Field Values
-
CONTENT_PROPERTY_SUBPATH
static final String CONTENT_PROPERTY_SUBPATH
- See Also:
- Constant Field Values
-
RESTRICTION_SUBPATH
static final String RESTRICTION_SUBPATH
- See Also:
- Constant Field Values
-
CONTENT_VERSION_SUBPATH
static final String CONTENT_VERSION_SUBPATH
- See Also:
- Constant Field Values
-
-
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)
-
properties
Navigation.Builder properties()
-
restrictionByOperation
Navigation.ContentRestrictionByOperationNav restrictionByOperation()
Create a nav builder to reference a set of restrictions, by operation.
-
-