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 class
AbstractRemoteContentService.AbstractRemoteContentFinder
class
RemoteAttachmentServiceImpl.RemoteAttachmentFinderImpl
class
RemoteContentPropertyServiceImpl.RemoteContentPropertyFinderImpl
class
RemoteContentServiceImpl.RemoteContentFinderImpl
class
RemotePersonServiceImpl.RemotePersonFinderImpl
class
RemoteSpacePropertyServiceImpl.RemoteSpacePropertyFinderImpl
class
RemoteSpaceServiceImpl.RemoteSpaceFinderImpl
Methods in com.atlassian.confluence.rest.client that return RemoteSingleFetcher Modifier and Type Method Description RemoteSingleFetcher
RemoteContentVersionService.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 class
GraphQLRemoteContentServiceImpl.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 class
RemoteContentMacroServiceImpl.RemoteMacroFinderImpl
class
RemoteContentTemplateServiceImpl.RemoteTemplateFinderImpl
class
RemoteContentVersionServiceImpl.RemoteVersionFinderImpl
Methods in com.atlassian.confluence.rest.client.impl that return RemoteSingleFetcher Modifier and Type Method Description RemoteSingleFetcher
RemoteContentVersionServiceImpl.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 interface
RemoteGroupService.RemoteGroupFinder
Classes in com.atlassian.confluence.rest.client.remoteservice.people that implement RemoteSingleFetcher Modifier and Type Class Description class
RemoteGroupServiceImpl.RemoteGroupFinderImpl
-