com.atlassian.confluence.rest.client
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
static interface RemoteContentMacroService.RemoteMacroFinder
           
 
Method Summary
 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 macro
expansions - no expansions are currently supported


Copyright © 2003-2014 Atlassian. All Rights Reserved.