Uses of Interface
com.atlassian.confluence.api.service.content.ContentMacroService.MacroInstanceFinder
Packages that use ContentMacroService.MacroInstanceFinder
Package
Description
- 
Uses of ContentMacroService.MacroInstanceFinder in com.atlassian.confluence.api.impl.service.contentMethods in com.atlassian.confluence.api.impl.service.content that return ContentMacroService.MacroInstanceFinderModifier and TypeMethodDescriptionContentMacroServiceImpl.findInContent(ContentId contentId, Expansion... expansion) 
- 
Uses of ContentMacroService.MacroInstanceFinder in com.atlassian.confluence.api.service.contentMethods in com.atlassian.confluence.api.service.content that return ContentMacroService.MacroInstanceFinderModifier and TypeMethodDescriptionContentMacroService.findInContent(ContentId contentId, Expansion... expansion) Create a macro instance finder to locate macro instances in the given ContentContentMacroService.MacroInstanceFinder.withContentVersion(int version) Apply a filter for the content to search, if this is not specified the latest version of the content will be used.Deprecated.ContentMacroService.MacroInstanceFinder.withMacroId(String macroId) Apply a filter of the macroId, this is currently mandatory.
withMacroId(String)