Uses of Interface
com.atlassian.confluence.api.nav.NavigationAware
-
Packages that use NavigationAware Package Description com.atlassian.confluence.api.model.content com.atlassian.confluence.api.model.content.template com.atlassian.confluence.api.model.people com.atlassian.confluence.api.model.permissions Model objects for user and group permission and validation checks, for use withOperationService
.com.atlassian.confluence.api.model.reference com.atlassian.confluence.rest.api.model -
-
Uses of NavigationAware in com.atlassian.confluence.api.model.content
Classes in com.atlassian.confluence.api.model.content that implement NavigationAware Modifier and Type Class Description class
Content
Represents all the different kinds of content that can be housed in Confluence: pages, blog posts, comments and so on.class
History
Contains the history of a piece ofContent
.class
JsonContentProperty
Container for arbitrary JSON data attached to someContent
.class
Space
Representation of a Confluence Space.class
Version
Represents the version of a piece ofContent
. -
Uses of NavigationAware in com.atlassian.confluence.api.model.content.template
Classes in com.atlassian.confluence.api.model.content.template that implement NavigationAware Modifier and Type Class Description class
ContentTemplate
Model object for CRUD operation on template. -
Uses of NavigationAware in com.atlassian.confluence.api.model.people
Classes in com.atlassian.confluence.api.model.people that implement NavigationAware Modifier and Type Class Description class
Group
Represents a group that may contain zero or more users.class
KnownUser
-
Uses of NavigationAware in com.atlassian.confluence.api.model.permissions
Classes in com.atlassian.confluence.api.model.permissions that implement NavigationAware Modifier and Type Class Description class
ContentRestriction
This is UI and ServiceLayer representation ofcom.atlassian.confluence.security.ContentPermission
Defines per-content level "Restrictions" (for blogposts and pages only).class
ContentRestrictionsPageResponse
Special implementation ofPageResponse
forContentRestriction
objects. -
Uses of NavigationAware in com.atlassian.confluence.api.model.reference
Subinterfaces of NavigationAware in com.atlassian.confluence.api.model.reference Modifier and Type Interface Description interface
Collapsed
A marker interface indicating an object is a placeholder for properties in our model that have not been expanded.Classes in com.atlassian.confluence.api.model.reference that implement NavigationAware Modifier and Type Class Description class
EnrichableMap<K,V>
A map with the RestEnrichable annotation, indicating that this map should be converted to a RestEntity and enriched by the REST stack. -
Uses of NavigationAware in com.atlassian.confluence.rest.api.model
Classes in com.atlassian.confluence.rest.api.model that implement NavigationAware Modifier and Type Class Description class
RestList<T>
The RestList participates in our collection serialization by jackson, and allows collections to be enriched with extra properties during serialization.
-