Class RemoteContentMacroServiceImpl
java.lang.Object
com.atlassian.confluence.rest.client.AbstractRemoteService<ContentMacroService>
com.atlassian.confluence.rest.client.impl.RemoteContentMacroServiceImpl
- All Implemented Interfaces:
RemoteContentMacroService
public class RemoteContentMacroServiceImpl
extends AbstractRemoteService<ContentMacroService>
implements RemoteContentMacroService
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from interface com.atlassian.confluence.rest.client.RemoteContentMacroService
RemoteContentMacroService.RemoteMacroFinder
-
Field Summary
Fields inherited from class com.atlassian.confluence.rest.client.AbstractRemoteService
provider
-
Constructor Summary
ConstructorsConstructorDescriptionRemoteContentMacroServiceImpl
(AuthenticatedWebResourceProvider provider, ExecutorService executor) -
Method Summary
Modifier and TypeMethodDescriptionfindInContent
(ContentId content, Expansion... expansions) Retrieve details about a macro matching the page, version and macro hash.Methods inherited from class com.atlassian.confluence.rest.client.AbstractRemoteService
addExpansions, addPageRequest, addPageRequestParams, deleteCompletionStage, deleteCompletionStage, getCompletionStage, getCompletionStageGenericCollection, getCompletionStageMap, getCompletionStageMapOfGenericListResponse, getCompletionStageMapOfPageResponses, getCompletionStageOptional, getCompletionStagePageResponseList, getCompletionStageSearchPageResponseList, getExecutor, newExperimentalRestWebTarget, newWebTarget, postCompletionStage, postCompletionStage, postCompletionStage, postCompletionStageToPageResponse, postVoidCompletionStage, putCompletionStage, putVoidCompletionStage
-
Constructor Details
-
RemoteContentMacroServiceImpl
public RemoteContentMacroServiceImpl(AuthenticatedWebResourceProvider provider, ExecutorService executor) - Since:
- 9.0
-
-
Method Details
-
findInContent
public RemoteContentMacroService.RemoteMacroFinder findInContent(ContentId content, Expansion... expansions) Description copied from interface:RemoteContentMacroService
Retrieve details about a macro matching the page, version and macro hash.- Specified by:
findInContent
in interfaceRemoteContentMacroService
- Parameters:
content
- The content to scan for the macroexpansions
- no expansions are currently supported
-