Uses of Interface
com.atlassian.confluence.rest.v2.api.services.RestNavigationService
Packages that use RestNavigationService
Package
Description
-
Uses of RestNavigationService in com.atlassian.confluence.plugins.restapi.enrich
Fields in com.atlassian.confluence.plugins.restapi.enrich declared as RestNavigationServiceModifier and TypeFieldDescriptionprotected final RestNavigationServiceAbstractLinkEnricher.navigationServiceConstructors in com.atlassian.confluence.plugins.restapi.enrich with parameters of type RestNavigationServiceModifierConstructorDescriptionprotectedAbstractLinkEnricher(RestNavigationService navigationService, GraphQL graphql) DefaultRestEntityEnrichmentManager(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 RestNavigationServiceModifierConstructorDescriptionContentEnricher(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 RestNavigationServiceModifierConstructorDescriptionLabelsModelMetadataProvider(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 RestNavigationServiceModifierConstructorDescriptionSpaceResource(SpaceService spaceService, RestNavigationService navigationService, ContentTrashService contentTrashService)