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 Classes Modifier and Type Interface Description static interface
RemoteContentMacroService.RemoteMacroFinder
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RemoteContentMacroService.RemoteMacroFinder
findInContent(ContentId contentId, Expansion... expansions)
Retrieve details about a macro matching the page, version and macro hash.
-
-
-
Method Detail
-
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
-
-