Uses of Interface
com.atlassian.confluence.api.service.content.ChildContentService
-
-
Uses of ChildContentService in com.atlassian.confluence.api.impl.service.content
Classes in com.atlassian.confluence.api.impl.service.content that implement ChildContentService Modifier and Type Class Description class
ChildContentServiceImpl
Server implementation of theChildContentService
. -
Uses of ChildContentService in com.atlassian.confluence.plugins.graphql.providers
Constructors in com.atlassian.confluence.plugins.graphql.providers with parameters of type ChildContentService Constructor Description ChildContentProvider(ChildContentService childContentService)
-
Uses of ChildContentService in com.atlassian.confluence.plugins.restapi.resources
Constructors in com.atlassian.confluence.plugins.restapi.resources with parameters of type ChildContentService Constructor Description ChildContentResource(ChildContentService childContentService)
DescendantContentResource(ChildContentService childContentService)
-