Package | Description |
---|---|
com.atlassian.confluence.api.impl.service.content | |
com.atlassian.confluence.api.service.content |
Modifier and Type | Method and Description |
---|---|
ContentMacroService.MacroInstanceFinder |
ContentMacroServiceImpl.findInContent(ContentId contentId,
Expansion... expansion) |
Modifier and Type | Method and Description |
---|---|
ContentMacroService.MacroInstanceFinder |
ContentMacroService.findInContent(ContentId contentId,
Expansion... expansion)
Create a macro instance finder to locate macro instances in the given Content
|
ContentMacroService.MacroInstanceFinder |
ContentMacroService.MacroInstanceFinder.withContentVersion(int version)
Apply a filter for the content to search, if this is not specified
the latest version of the content will be used.
|
ContentMacroService.MacroInstanceFinder |
ContentMacroService.MacroInstanceFinder.withHash(String hash)
Deprecated.
since 5.8, use
withMacroId(String) |
ContentMacroService.MacroInstanceFinder |
ContentMacroService.MacroInstanceFinder.withMacroId(String macroId)
Apply a filter of the macroId, this is currently mandatory.
|
Copyright © 2003–2017 Atlassian. All rights reserved.