Interface RemoteContentMacroService
- All Known Implementing Classes:
RemoteContentMacroServiceImpl
public interface RemoteContentMacroService
A remote service to access macro instances on a piece of Content
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface
-
Method Summary
Modifier and TypeMethodDescriptionfindInContent
(ContentId contentId, Expansion... expansions) Retrieve details about a macro matching the page, version and macro hash.
-
Method Details
-
findInContent
RemoteContentMacroService.RemoteMacroFinder findInContent(ContentId contentId, Expansion... expansions) Retrieve details about a macro matching the page, version and macro hash.- Parameters:
contentId
- The content to scan for the macroexpansions
- no expansions are currently supported
-