public interface MacroServiceAsync
MacroService
with an additional AsyncCallback parameter. This is specific to GWT's architecture.| Modifier and Type | Method and Description |
|---|---|
void |
getMacroDescriptor(String macroId,
String syntaxId,
com.google.gwt.user.client.rpc.AsyncCallback<MacroDescriptor> async)
Makes a request to the server to get the descriptor for the specified macro.
|
void |
getMacroDescriptor(String macroId,
String syntaxId,
String wikiId,
com.google.gwt.user.client.rpc.AsyncCallback<MacroDescriptor> async)
Makes a request to the server to get the descriptor for the specified macro.
|
void |
getMacroDescriptors(String syntaxId,
com.google.gwt.user.client.rpc.AsyncCallback<List<MacroDescriptor>> async)
Makes a request to the server to get all the macro descriptors for the specified syntax.
|
void |
getMacroDescriptors(String syntaxId,
String wikiId,
com.google.gwt.user.client.rpc.AsyncCallback<List<MacroDescriptor>> async)
Makes a request to the server to get all the macro descriptors for the specified syntax.
|
void getMacroDescriptor(String macroId, String syntaxId, String wikiId, com.google.gwt.user.client.rpc.AsyncCallback<MacroDescriptor> async)
macroId - a macro identifiersyntaxId - a syntax identifierwikiId - a wiki identifierasync - the call-back to be used for notifying the caller after receiving the response from the servervoid getMacroDescriptor(String macroId, String syntaxId, com.google.gwt.user.client.rpc.AsyncCallback<MacroDescriptor> async)
macroId - a macro identifiersyntaxId - a syntax identifierasync - the call-back to be used for notifying the caller after receiving the response from the servervoid getMacroDescriptors(String syntaxId, String wikiId, com.google.gwt.user.client.rpc.AsyncCallback<List<MacroDescriptor>> async)
syntaxId - a syntax identifierwikiId - a wiki identifierasync - the call-back to be used for notifying the caller after receiving the response from the servervoid getMacroDescriptors(String syntaxId, com.google.gwt.user.client.rpc.AsyncCallback<List<MacroDescriptor>> async)
syntaxId - a syntax identifierasync - the call-back to be used for notifying the caller after receiving the response from the serverCopyright © 2004–2015 XWiki. All rights reserved.