com.atlassian.confluence.rest.client.impl
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
| Methods inherited from class com.atlassian.confluence.rest.client.AbstractRemoteService |
addExpansions, addPageRequest, addPageRequestParams, deleteFuture, deleteFuture, getFuture, getFutureGenericCollection, getFutureMap, getFutureMapOfPageResponses, getFutureOption, getFuturePageResponseList, newExperimentalRestWebResource, newRestWebResource, postFuture, postFuture, postFuture, postFutureToPageResponse, putFuture |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RemoteContentMacroServiceImpl
public RemoteContentMacroServiceImpl(AuthenticatedWebResourceProvider provider,
com.google.common.util.concurrent.ListeningExecutorService executor)
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 interface RemoteContentMacroService
- Parameters:
content - The content to scan for the macroexpansions - no expansions are currently supported
Copyright © 2003–2015 Atlassian. All rights reserved.