Uses of Interface
com.atlassian.confluence.rest.api.services.RestNavigationService
-
-
Uses of RestNavigationService in com.atlassian.confluence.plugins.rest.navigation.impl
Classes in com.atlassian.confluence.plugins.rest.navigation.impl that implement RestNavigationService Modifier and Type Class Description class
DefaultRestNavigationService
-
Uses of RestNavigationService in com.atlassian.confluence.plugins.restapi.enrich
Fields in com.atlassian.confluence.plugins.restapi.enrich declared as RestNavigationService Modifier and Type Field Description protected RestNavigationService
AbstractLinkEnricher. navigationService
Constructors in com.atlassian.confluence.plugins.restapi.enrich with parameters of type RestNavigationService Constructor Description AbstractLinkEnricher(RestNavigationService navigationService, GraphQL graphql)
DefaultRestEntityEnrichmentManager(RestNavigationService navBuilderService, GraphQL graphql, DefaultRestEntityFactory restEntityFactory)
EnricherResourceFilterFactory(RestNavigationService navBuilderService, GraphQL graphql, DefaultRestEntityFactory restEntityFactory)
-
Uses of RestNavigationService in com.atlassian.confluence.plugins.restapi.enrich.model
Constructors in com.atlassian.confluence.plugins.restapi.enrich.model with parameters of type RestNavigationService Constructor Description ContentEnricher(RestNavigationService navigationService, GraphQL graphql)
RestListLinkEnricher(RestNavigationService navigationService, GraphQL graphql)
SpaceEnricher(RestNavigationService navigationService, GraphQL graphql)
-
Uses of RestNavigationService in com.atlassian.confluence.plugins.restapi.metadata.content
Constructors in com.atlassian.confluence.plugins.restapi.metadata.content with parameters of type RestNavigationService Constructor Description LabelsModelMetadataProvider(ContentLabelService contentLabelService, RestNavigationService navigationService)
-
Uses of RestNavigationService in com.atlassian.confluence.plugins.restapi.resources
Constructors in com.atlassian.confluence.plugins.restapi.resources with parameters of type RestNavigationService Constructor Description SpaceResource(SpaceService spaceService, RestNavigationService navigationService)
-