Uses of Interface
com.atlassian.confluence.rest.client.RemoteContentMacroService.RemoteMacroFinder
-
Packages that use RemoteContentMacroService.RemoteMacroFinder Package Description com.atlassian.confluence.rest.client This package contains the code which communicates with Confluence via REST API.com.atlassian.confluence.rest.client.impl -
-
Uses of RemoteContentMacroService.RemoteMacroFinder in com.atlassian.confluence.rest.client
Methods in com.atlassian.confluence.rest.client that return RemoteContentMacroService.RemoteMacroFinder Modifier and Type Method Description RemoteContentMacroService.RemoteMacroFinderRemoteContentMacroService. findInContent(ContentId contentId, Expansion... expansions)Retrieve details about a macro matching the page, version and macro hash.RemoteContentMacroService.RemoteMacroFinderRemoteContentMacroService.RemoteMacroFinder. withContentVersion(int versionNumber)RemoteContentMacroService.RemoteMacroFinderRemoteContentMacroService.RemoteMacroFinder. withHash(String hash)Deprecated.since 5.8, usewithMacroId(String)RemoteContentMacroService.RemoteMacroFinderRemoteContentMacroService.RemoteMacroFinder. withMacroId(String macroId) -
Uses of RemoteContentMacroService.RemoteMacroFinder in com.atlassian.confluence.rest.client.impl
Classes in com.atlassian.confluence.rest.client.impl that implement RemoteContentMacroService.RemoteMacroFinder Modifier and Type Class Description classRemoteContentMacroServiceImpl.RemoteMacroFinderImplMethods in com.atlassian.confluence.rest.client.impl that return RemoteContentMacroService.RemoteMacroFinder Modifier and Type Method Description RemoteContentMacroService.RemoteMacroFinderRemoteContentMacroServiceImpl. findInContent(ContentId content, Expansion... expansions)RemoteContentMacroService.RemoteMacroFinderRemoteContentMacroServiceImpl.RemoteMacroFinderImpl. withContentVersion(int versionNumber)RemoteContentMacroService.RemoteMacroFinderRemoteContentMacroServiceImpl.RemoteMacroFinderImpl. withHash(String hash)Deprecated.RemoteContentMacroService.RemoteMacroFinderRemoteContentMacroServiceImpl.RemoteMacroFinderImpl. withMacroId(String macroId)
-