Uses of Interface
com.atlassian.confluence.rest.client.RemoteSingleFetcher
-
Packages that use RemoteSingleFetcher 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 com.atlassian.confluence.rest.client.impl com.atlassian.confluence.rest.client.remoteservice.people -
-
Uses of RemoteSingleFetcher in com.atlassian.confluence.rest.client
Classes in com.atlassian.confluence.rest.client that implement RemoteSingleFetcher Modifier and Type Class Description protected classAbstractRemoteContentService.AbstractRemoteContentFinderclassRemoteAttachmentServiceImpl.RemoteAttachmentFinderImplclassRemoteContentPropertyServiceImpl.RemoteContentPropertyFinderImplclassRemoteContentServiceImpl.RemoteContentFinderImplclassRemotePersonServiceImpl.RemotePersonFinderImplclassRemoteSpacePropertyServiceImpl.RemoteSpacePropertyFinderImplclassRemoteSpaceServiceImpl.RemoteSpaceFinderImplMethods in com.atlassian.confluence.rest.client that return RemoteSingleFetcher Modifier and Type Method Description RemoteSingleFetcherRemoteContentVersionService.RemoteVersionFinder. withIdAndVersion(ContentId contentId, int version) -
Uses of RemoteSingleFetcher in com.atlassian.confluence.rest.client.graphql
Classes in com.atlassian.confluence.rest.client.graphql that implement RemoteSingleFetcher Modifier and Type Class Description protected classGraphQLRemoteContentServiceImpl.RemoteContentFinderImpl -
Uses of RemoteSingleFetcher in com.atlassian.confluence.rest.client.impl
Classes in com.atlassian.confluence.rest.client.impl that implement RemoteSingleFetcher Modifier and Type Class Description classRemoteContentMacroServiceImpl.RemoteMacroFinderImplclassRemoteContentTemplateServiceImpl.RemoteTemplateFinderImplclassRemoteContentVersionServiceImpl.RemoteVersionFinderImplMethods in com.atlassian.confluence.rest.client.impl that return RemoteSingleFetcher Modifier and Type Method Description RemoteSingleFetcherRemoteContentVersionServiceImpl.RemoteVersionFinderImpl. withIdAndVersion(ContentId contentId, int version) -
Uses of RemoteSingleFetcher in com.atlassian.confluence.rest.client.remoteservice.people
Subinterfaces of RemoteSingleFetcher in com.atlassian.confluence.rest.client.remoteservice.people Modifier and Type Interface Description static interfaceRemoteGroupService.RemoteGroupFinderClasses in com.atlassian.confluence.rest.client.remoteservice.people that implement RemoteSingleFetcher Modifier and Type Class Description classRemoteGroupServiceImpl.RemoteGroupFinderImpl
-