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 classContentRepresents all the different kinds of content that can be housed in Confluence: pages, blog posts, comments and so on.classHistoryContains the history of a piece ofContent.classJsonContentPropertyContainer for arbitrary JSON data attached to someContent.classSpaceRepresentation of a Confluence Space.classVersionRepresents 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 classContentTemplateModel 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 classGroupRepresents a group that may contain zero or more users.classKnownUser -
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 classContentRestrictionThis is UI and ServiceLayer representation ofcom.atlassian.confluence.security.ContentPermissionDefines per-content level "Restrictions" (for blogposts and pages only).classContentRestrictionsPageResponseSpecial implementation ofPageResponseforContentRestrictionobjects. -
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 interfaceCollapsedA 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 classEnrichableMap<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 classRestList<T>The RestList participates in our collection serialization by jackson, and allows collections to be enriched with extra properties during serialization.
-