Class ContentMacroServiceImpl
- java.lang.Object
- 
- com.atlassian.confluence.api.impl.service.content.ContentMacroServiceImpl
 
- 
- All Implemented Interfaces:
- ContentMacroService
 
 public class ContentMacroServiceImpl extends Object implements ContentMacroService 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from interface com.atlassian.confluence.api.service.content.ContentMacroServiceContentMacroService.MacroInstanceFinder
 
- 
 - 
Constructor SummaryConstructors Constructor Description ContentMacroServiceImpl(ContentEntityManagerInternal contentEntityManager, MacroDefinitionTransformer macroDefinitionTransformer, PermissionManager permissionManager)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ContentMacroService.MacroInstanceFinderfindInContent(ContentId contentId, Expansion... expansion)Create a macro instance finder to locate macro instances in the given Content
 
- 
- 
- 
Constructor Detail- 
ContentMacroServiceImplpublic ContentMacroServiceImpl(ContentEntityManagerInternal contentEntityManager, MacroDefinitionTransformer macroDefinitionTransformer, PermissionManager permissionManager) - Since:
- 7.6
 
 
- 
 - 
Method Detail- 
findInContentpublic ContentMacroService.MacroInstanceFinder findInContent(ContentId contentId, Expansion... expansion) Description copied from interface:ContentMacroServiceCreate a macro instance finder to locate macro instances in the given Content- Specified by:
- findInContentin interface- ContentMacroService
- Parameters:
- contentId- The content to scan for the macro
- expansion- no expansions on macros are currently supported
- Returns:
- a MacroInstanceFinder
 
 
- 
 
-