Uses of Class
com.atlassian.confluence.rest.client.AbstractRemoteChildContentService
-
Packages that use AbstractRemoteChildContentService 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 AbstractRemoteChildContentService in com.atlassian.confluence.rest.client
Subclasses of AbstractRemoteChildContentService in com.atlassian.confluence.rest.client Modifier and Type Class Description class
RemoteChildContentServiceImpl
ChildContentService
implementation that communicates with Confluence remotely. -
Uses of AbstractRemoteChildContentService in com.atlassian.confluence.rest.client.graphql
Subclasses of AbstractRemoteChildContentService in com.atlassian.confluence.rest.client.graphql Modifier and Type Class Description class
GraphQLRemoteChildContentServiceImpl
ChildContentService
implementation that communicates with Confluence remotely using the Confluence GraphQL API.
-