Uses of Interface
com.atlassian.confluence.rest.client.RemoteContentMacroService.RemoteMacroFinder
Packages that use RemoteContentMacroService.RemoteMacroFinder
Package
Description
This package contains the code which communicates with Confluence via REST API.
- 
Uses of RemoteContentMacroService.RemoteMacroFinder in com.atlassian.confluence.rest.clientMethods in com.atlassian.confluence.rest.client that return RemoteContentMacroService.RemoteMacroFinderModifier and TypeMethodDescriptionRemoteContentMacroService.findInContent(ContentId contentId, Expansion... expansions) Retrieve details about a macro matching the page, version and macro hash.RemoteContentMacroService.RemoteMacroFinder.withContentVersion(int versionNumber) Deprecated.RemoteContentMacroService.RemoteMacroFinder.withMacroId(String macroId) 
- 
Uses of RemoteContentMacroService.RemoteMacroFinder in com.atlassian.confluence.rest.client.implClasses in com.atlassian.confluence.rest.client.impl that implement RemoteContentMacroService.RemoteMacroFinderMethods in com.atlassian.confluence.rest.client.impl that return RemoteContentMacroService.RemoteMacroFinderModifier and TypeMethodDescriptionRemoteContentMacroServiceImpl.findInContent(ContentId content, Expansion... expansions) RemoteContentMacroServiceImpl.RemoteMacroFinderImpl.withContentVersion(int versionNumber) Deprecated.RemoteContentMacroServiceImpl.RemoteMacroFinderImpl.withMacroId(String macroId) 
withMacroId(String)