Interface ContentMacroService
-
- All Known Implementing Classes:
ContentMacroServiceImpl
public interface ContentMacroServiceProvides methods for interacting with instances of macros on Content.- Since:
- 5.5
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceContentMacroService.MacroInstanceFinderA finder for locating instances of macros on content
-
Method Summary
All Methods Instance Methods Abstract 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
-
-
-
Method Detail
-
findInContent
ContentMacroService.MacroInstanceFinder findInContent(ContentId contentId, Expansion... expansion)
Create a macro instance finder to locate macro instances in the given Content- Parameters:
contentId- The content to scan for the macroexpansion- no expansions on macros are currently supported- Returns:
- a MacroInstanceFinder
-
-