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 String
CONTENT_CHILDREN_SUBPATH
static String
CONTENT_DESCENDANT_SUBPATH
static String
CONTENT_HISTORY_SUBPATH
static String
CONTENT_LABEL_SUBPATH
static String
CONTENT_PATH
static String
CONTENT_PROPERTY_SUBPATH
static String
CONTENT_VERSION_SUBPATH
static String
RESTRICTION_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.Builder
children(ContentType type, Depth depth)
Navigation.Builder
children(Depth depth)
Navigation.Builder
history()
Navigation.Builder
label()
Navigation.Builder
properties()
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, 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.
-
-