Interface ContentMacroService
- All Known Implementing Classes:
ContentMacroServiceImpl
public interface ContentMacroService
Provides methods for interacting with instances of macros on Content.
- Since:
- 5.5
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface
A finder for locating instances of macros on content -
Method Summary
Modifier and TypeMethodDescriptionfindInContent
(ContentId contentId, Expansion... expansion) Create a macro instance finder to locate macro instances in the given Content
-
Method Details
-
findInContent
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
-