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 Classes Modifier and Type Class Description class
RemoteContentMacroServiceImpl.RemoteMacroFinderImpl
-
Nested 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
Constructors Constructor Description RemoteContentMacroServiceImpl(AuthenticatedWebResourceProvider provider, com.google.common.util.concurrent.ListeningExecutorService executor)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RemoteContentMacroService.RemoteMacroFinder
findInContent(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, deleteFuture, deleteFuture, getCompletionStage, getCompletionStageGenericCollection, getCompletionStageMap, getCompletionStageMapOfPageResponses, getCompletionStageOptional, getCompletionStagePageResponseList, getCompletionStageSearchPageResponseList, getExecutor, getFuture, getFutureGenericCollection, getFutureMap, getFutureMapOfPageResponses, getFutureOption, getFuturePageResponseList, newExperimentalRestWebResource, newRestWebResource, postCompletionStage, postCompletionStage, postCompletionStage, postCompletionStageToPageResponse, postFuture, postFuture, postFuture, postFutureToPageResponse, postVoidCompletionStage, putCompletionStage, putFuture
-
-
-
-
Constructor Detail
-
RemoteContentMacroServiceImpl
public RemoteContentMacroServiceImpl(AuthenticatedWebResourceProvider provider, com.google.common.util.concurrent.ListeningExecutorService executor)
-
-
Method Detail
-
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
-
-