Uses of Interface
com.atlassian.confluence.api.service.content.ContentLabelService
-
-
Uses of ContentLabelService in com.atlassian.confluence.api.impl.service.content
Classes in com.atlassian.confluence.api.impl.service.content that implement ContentLabelService Modifier and Type Class Description class
ContentLabelServiceImpl
-
Uses of ContentLabelService in com.atlassian.confluence.plugins.graphql.providers
Constructors in com.atlassian.confluence.plugins.graphql.providers with parameters of type ContentLabelService Constructor Description ContentLabelsProvider(ContentLabelService contentLabelService)
-
Uses of ContentLabelService in com.atlassian.confluence.plugins.restapi.metadata.content
Constructors in com.atlassian.confluence.plugins.restapi.metadata.content with parameters of type ContentLabelService Constructor Description LabelsModelMetadataProvider(ContentLabelService contentLabelService, RestNavigationService navigationService)
-
Uses of ContentLabelService in com.atlassian.confluence.plugins.restapi.resources
Constructors in com.atlassian.confluence.plugins.restapi.resources with parameters of type ContentLabelService Constructor Description ContentLabelsResource(ContentLabelService contentLabelService)
-