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 classAbstractRemoteChildContentServiceChildContentServiceimplementation that communicates with Confluence remotely.classRemoteChildContentServiceImplChildContentServiceimplementation 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 classGraphQLRemoteChildContentServiceImplChildContentServiceimplementation that communicates with Confluence remotely using the Confluence GraphQL API.
-