@Role
@RemoteServiceRelativePath(value="MacroService.gwtrpc")
public interface MacroService
extends com.google.gwt.user.client.rpc.RemoteService
| Modifier and Type | Method and Description |
|---|---|
MacroDescriptor |
getMacroDescriptor(String macroId,
String syntaxId) |
MacroDescriptor |
getMacroDescriptor(String macroId,
String syntaxId,
String wikiId) |
List<MacroDescriptor> |
getMacroDescriptors(String syntaxId) |
List<MacroDescriptor> |
getMacroDescriptors(String syntaxId,
String wikiId) |
MacroDescriptor getMacroDescriptor(String macroId, String syntaxId, String wikiId)
macroId - a macro identifiersyntaxId - a syntax identifierwikiId - a wiki identifierMacroDescriptor getMacroDescriptor(String macroId, String syntaxId)
macroId - a macro identifiersyntaxId - a syntax identifierList<MacroDescriptor> getMacroDescriptors(String syntaxId, String wikiId)
syntaxId - a syntax identifierwikiId - a wiki identifierList<MacroDescriptor> getMacroDescriptors(String syntaxId)
syntaxId - a syntax identifierCopyright © 2004–2015 XWiki. All rights reserved.