Uses of Interface
com.atlassian.confluence.rest.client.RemoteChildContentService
-
Packages that use RemoteChildContentService Package Description com.atlassian.confluence.rest.client This package contains the code which communicates with Confluence via REST API.com.atlassian.confluence.rest.client.graphql -
-
Uses of RemoteChildContentService in com.atlassian.confluence.rest.client
Classes in com.atlassian.confluence.rest.client that implement RemoteChildContentService Modifier and Type Class Description class
AbstractRemoteChildContentService
ChildContentService
implementation that communicates with Confluence remotely.class
RemoteChildContentServiceImpl
ChildContentService
implementation that communicates with Confluence remotely. -
Uses of RemoteChildContentService in com.atlassian.confluence.rest.client.graphql
Classes in com.atlassian.confluence.rest.client.graphql that implement RemoteChildContentService Modifier and Type Class Description class
GraphQLRemoteChildContentServiceImpl
ChildContentService
implementation that communicates with Confluence remotely using the Confluence GraphQL API.
-