Uses of Interface
com.atlassian.confluence.api.service.content.ContentPropertyService
-
-
Uses of ContentPropertyService in com.atlassian.confluence.plugins.contentproperty
Classes in com.atlassian.confluence.plugins.contentproperty that implement ContentPropertyService Modifier and Type Class Description classContentPropertyServiceImplServer implementation of theContentPropertyService. -
Uses of ContentPropertyService in com.atlassian.confluence.plugins.graphql.providers
Constructors in com.atlassian.confluence.plugins.graphql.providers with parameters of type ContentPropertyService Constructor Description ContentPropertyProvider(ContentPropertyService service) -
Uses of ContentPropertyService in com.atlassian.confluence.plugins.restapi.metadata.content
Constructors in com.atlassian.confluence.plugins.restapi.metadata.content with parameters of type ContentPropertyService Constructor Description PropertiesModelMetadataProvider(ContentPropertyService contentPropertyService, NavigationService navigationService) -
Uses of ContentPropertyService in com.atlassian.confluence.plugins.restapi.resources
Constructors in com.atlassian.confluence.plugins.restapi.resources with parameters of type ContentPropertyService Constructor Description ContentPropertyResource(ContentPropertyService service) -
Uses of ContentPropertyService in com.atlassian.confluence.tinymceplugin.service.impl
Constructors in com.atlassian.confluence.tinymceplugin.service.impl with parameters of type ContentPropertyService Constructor Description CommentRenderServiceImpl(XhtmlContent xhtmlContent, com.atlassian.plugin.web.WebInterfaceManager webInterfaceManager, com.atlassian.event.api.EventPublisher eventPublisher, ContentPropertyService contentPropertyService)
-