Uses of Interface
com.atlassian.confluence.api.nav.NavigationService
Packages that use NavigationService
Package
Description
Model objects for user and group permission and validation checks, for use with
OperationService.-
Uses of NavigationService in com.atlassian.confluence.api.impl.service.content.factory
Constructors in com.atlassian.confluence.api.impl.service.content.factory with parameters of type NavigationServiceModifierConstructorDescriptionChildContentFactory(ChildSupport childSupport, NavigationService navigationService) ChildSupport(ContentTypeApiSupportProvider bindingProvider, NavigationService navigationService, ContentEntityManager contentEntityManager) ContentFactory(ContentBodyFactory contentBodyFactory, SpaceFactory spaceFactory, ContentMetadataFactory metadataFactory, VersionFactory versionFactory, HistoryFactory historyFactory, ChildContentFactory childContentFactory, ContentExtensionsFactory extensionsFactory, OperationService operationService, ContentRestrictionService contentRestrictionService, NavigationService navigationService) -
Uses of NavigationService in com.atlassian.confluence.api.impl.service.longtasks
Constructors in com.atlassian.confluence.api.impl.service.longtasks with parameters of type NavigationService -
Uses of NavigationService in com.atlassian.confluence.api.impl.service.permissions
Constructors in com.atlassian.confluence.api.impl.service.permissions with parameters of type NavigationServiceModifierConstructorDescriptionContentRestrictionFactory(PersonFactory personFactory, Supplier<ContentFactory> contentFactorySupplier, NavigationService navigationService) ContentRestrictionServiceImpl(ContentEntityManagerInternal contentEntityManager, ContentPermissionManager contentPermissionManager, ContentRestrictionFactory contentRestrictionFactory, ConfluenceUserResolver confluenceUserResolver, NavigationService navigationService, ContentRestrictionService.Validator contentRestrictionServiceValidator) -
Uses of NavigationService in com.atlassian.confluence.api.model.content
Methods in com.atlassian.confluence.api.model.content with parameters of type NavigationServiceModifier and TypeMethodDescriptionContent.resolveNavigation(NavigationService navigationService) History.resolveNavigation(NavigationService navigationService) JsonContentProperty.resolveNavigation(NavigationService navigationService) Space.resolveNavigation(NavigationService navigationService) Version.resolveNavigation(NavigationService navigationService) -
Uses of NavigationService in com.atlassian.confluence.api.model.content.template
Methods in com.atlassian.confluence.api.model.content.template with parameters of type NavigationServiceModifier and TypeMethodDescriptionContentTemplate.resolveNavigation(NavigationService navigationService) -
Uses of NavigationService in com.atlassian.confluence.api.model.people
Methods in com.atlassian.confluence.api.model.people with parameters of type NavigationServiceModifier and TypeMethodDescriptionGroup.resolveNavigation(NavigationService navigationService) KnownUser.resolveNavigation(NavigationService navigationService) -
Uses of NavigationService in com.atlassian.confluence.api.model.permissions
Methods in com.atlassian.confluence.api.model.permissions with parameters of type NavigationServiceModifier and TypeMethodDescriptionContentRestriction.resolveNavigation(NavigationService navigationService) ContentRestrictionsPageResponse.resolveNavigation(NavigationService navigationService) SpacePermissionContainer.resolveNavigation(NavigationService navigationService) -
Uses of NavigationService in com.atlassian.confluence.api.model.reference
Methods in com.atlassian.confluence.api.model.reference with parameters of type NavigationServiceModifier and TypeMethodDescriptionEnrichableMap.resolveNavigation(NavigationService navigationService) -
Uses of NavigationService in com.atlassian.confluence.plugins.restapi.metadata.content
Constructors in com.atlassian.confluence.plugins.restapi.metadata.content with parameters of type NavigationServiceModifierConstructorDescriptionPropertiesModelMetadataProvider(ContentPropertyService contentPropertyService, NavigationService navigationService) -
Uses of NavigationService in com.atlassian.confluence.rest.v2.api.model
Methods in com.atlassian.confluence.rest.v2.api.model with parameters of type NavigationServiceModifier and TypeMethodDescriptionRestList.resolveNavigation(NavigationService navigationService) -
Uses of NavigationService in com.atlassian.confluence.rest.v2.api.services
Subinterfaces of NavigationService in com.atlassian.confluence.rest.v2.api.servicesModifier and TypeInterfaceDescriptioninterfaceExtends theNavigationServiceto returnRestNavigationinstances.