com.xpn.xwiki.gwt.api.client
Interface XWikiServiceAsync


public interface XWikiServiceAsync


Method Summary
 void addComment(String docname, String message, com.google.gwt.user.client.rpc.AsyncCallback async)
           
 void addObject(String fullName, List classesName, com.google.gwt.user.client.rpc.AsyncCallback async)
           
 void addObject(String fullName, String className, com.google.gwt.user.client.rpc.AsyncCallback async)
           
 void addObject(String docname, XObject xobject, com.google.gwt.user.client.rpc.AsyncCallback async)
           
 void customQuery(String queryPage, com.google.gwt.user.client.rpc.AsyncCallback async)
           
 void customQuery(String queryPage, int nb, int start, com.google.gwt.user.client.rpc.AsyncCallback async)
           
 void customQuery(String queryPage, Map params, com.google.gwt.user.client.rpc.AsyncCallback async)
           
 void customQuery(String queryPage, Map params, int nb, int start, com.google.gwt.user.client.rpc.AsyncCallback async)
           
 void deleteDocument(String docName, com.google.gwt.user.client.rpc.AsyncCallback async)
           
 void deleteDocuments(String sql, com.google.gwt.user.client.rpc.AsyncCallback async)
           
 void deleteObject(String docName, String className, int number, com.google.gwt.user.client.rpc.AsyncCallback async)
           
 void deleteObject(XObject object, com.google.gwt.user.client.rpc.AsyncCallback async)
           
 void getDocument(String fullName, com.google.gwt.user.client.rpc.AsyncCallback async)
           
 void getDocument(String fullName, boolean withObject, boolean withRenderedContent, com.google.gwt.user.client.rpc.AsyncCallback async)
           
 void getDocument(String fullName, boolean full, boolean viewDisplayers, boolean editDisplayers, com.google.gwt.user.client.rpc.AsyncCallback async)
           
 void getDocument(String fullName, boolean withObject, boolean viewDisplayers, boolean editDisplayers, boolean withRenderedContent, com.google.gwt.user.client.rpc.AsyncCallback async)
           
 void getDocumentContent(String fullName, com.google.gwt.user.client.rpc.AsyncCallback async)
           
 void getDocumentContent(String fullName, boolean rendered, com.google.gwt.user.client.rpc.AsyncCallback async)
           
 void getDocumentContent(String fullName, boolean rendered, Map params, com.google.gwt.user.client.rpc.AsyncCallback async)
           
 void getDocuments(String sql, int nb, int start, com.google.gwt.user.client.rpc.AsyncCallback async)
           
 void getDocuments(String sql, int nb, int start, boolean fullName, com.google.gwt.user.client.rpc.AsyncCallback async)
           
 void getDocuments(String sql, int nb, int start, boolean fullName, boolean viewDisplayers, boolean editDisplayers, com.google.gwt.user.client.rpc.AsyncCallback async)
           
 void getDocumentVersions(String pageName, int nb, int start, com.google.gwt.user.client.rpc.AsyncCallback async)
           
 void getFirstObject(String sql, String className, com.google.gwt.user.client.rpc.AsyncCallback async)
           
 void getLoginURL(com.google.gwt.user.client.rpc.AsyncCallback async)
           
 void getObjects(String sql, String className, int nb, int start, com.google.gwt.user.client.rpc.AsyncCallback async)
           
 void getTranslation(String translationPage, String local, com.google.gwt.user.client.rpc.AsyncCallback async)
           
 void getUniqueDocument(String space, com.google.gwt.user.client.rpc.AsyncCallback async)
           
 void getUniqueDocument(String space, String pageName, com.google.gwt.user.client.rpc.AsyncCallback async)
           
 void getUniquePageName(String space, com.google.gwt.user.client.rpc.AsyncCallback async)
           
 void getUniquePageName(String space, String pageName, com.google.gwt.user.client.rpc.AsyncCallback async)
           
 void getUser(com.google.gwt.user.client.rpc.AsyncCallback async)
           
 void getUser(String fullName, com.google.gwt.user.client.rpc.AsyncCallback async)
           
 void getUserList(int nb, int start, com.google.gwt.user.client.rpc.AsyncCallback async)
           
 void hasAccessLevel(String level, String docName, com.google.gwt.user.client.rpc.AsyncCallback async)
           
 void hasAccessLevel(String level, String username, String docName, com.google.gwt.user.client.rpc.AsyncCallback async)
           
 void isLastDocumentVersion(String fullName, String version, com.google.gwt.user.client.rpc.AsyncCallback async)
           
 void lockDocument(String fullName, boolean force, com.google.gwt.user.client.rpc.AsyncCallback async)
           
 void login(String username, String password, boolean rememberme, com.google.gwt.user.client.rpc.AsyncCallback async)
           
 void logJSError(Map infos, com.google.gwt.user.client.rpc.AsyncCallback async)
           
 void saveDocumentContent(String fullName, String content, com.google.gwt.user.client.rpc.AsyncCallback async)
           
 void saveObject(XObject object, com.google.gwt.user.client.rpc.AsyncCallback async)
           
 void saveObjects(List objects, com.google.gwt.user.client.rpc.AsyncCallback async)
           
 void searchDocuments(String sql, int nb, int start, com.google.gwt.user.client.rpc.AsyncCallback async)
           
 void unlockDocument(String fullName, com.google.gwt.user.client.rpc.AsyncCallback async)
           
 void updateProperty(String docname, String className, String propertyname, int value, com.google.gwt.user.client.rpc.AsyncCallback async)
           
 void updateProperty(String docname, String className, String propertyname, List value, com.google.gwt.user.client.rpc.AsyncCallback async)
           
 void updateProperty(String docname, String className, String propertyname, String value, com.google.gwt.user.client.rpc.AsyncCallback async)
           
 

Method Detail

getDocument

void getDocument(String fullName,
                 com.google.gwt.user.client.rpc.AsyncCallback async)

getDocument

void getDocument(String fullName,
                 boolean withObject,
                 boolean withRenderedContent,
                 com.google.gwt.user.client.rpc.AsyncCallback async)

getDocument

void getDocument(String fullName,
                 boolean full,
                 boolean viewDisplayers,
                 boolean editDisplayers,
                 com.google.gwt.user.client.rpc.AsyncCallback async)

getDocument

void getDocument(String fullName,
                 boolean withObject,
                 boolean viewDisplayers,
                 boolean editDisplayers,
                 boolean withRenderedContent,
                 com.google.gwt.user.client.rpc.AsyncCallback async)

deleteDocument

void deleteDocument(String docName,
                    com.google.gwt.user.client.rpc.AsyncCallback async)

deleteDocuments

void deleteDocuments(String sql,
                     com.google.gwt.user.client.rpc.AsyncCallback async)

getUniquePageName

void getUniquePageName(String space,
                       com.google.gwt.user.client.rpc.AsyncCallback async)

getUniquePageName

void getUniquePageName(String space,
                       String pageName,
                       com.google.gwt.user.client.rpc.AsyncCallback async)

getUniqueDocument

void getUniqueDocument(String space,
                       String pageName,
                       com.google.gwt.user.client.rpc.AsyncCallback async)

getUniqueDocument

void getUniqueDocument(String space,
                       com.google.gwt.user.client.rpc.AsyncCallback async)

getUser

void getUser(String fullName,
             com.google.gwt.user.client.rpc.AsyncCallback async)

getUser

void getUser(com.google.gwt.user.client.rpc.AsyncCallback async)

getUserList

void getUserList(int nb,
                 int start,
                 com.google.gwt.user.client.rpc.AsyncCallback async)

updateProperty

void updateProperty(String docname,
                    String className,
                    String propertyname,
                    String value,
                    com.google.gwt.user.client.rpc.AsyncCallback async)

updateProperty

void updateProperty(String docname,
                    String className,
                    String propertyname,
                    int value,
                    com.google.gwt.user.client.rpc.AsyncCallback async)

updateProperty

void updateProperty(String docname,
                    String className,
                    String propertyname,
                    List value,
                    com.google.gwt.user.client.rpc.AsyncCallback async)

searchDocuments

void searchDocuments(String sql,
                     int nb,
                     int start,
                     com.google.gwt.user.client.rpc.AsyncCallback async)

getDocuments

void getDocuments(String sql,
                  int nb,
                  int start,
                  com.google.gwt.user.client.rpc.AsyncCallback async)

getDocuments

void getDocuments(String sql,
                  int nb,
                  int start,
                  boolean fullName,
                  com.google.gwt.user.client.rpc.AsyncCallback async)

getDocuments

void getDocuments(String sql,
                  int nb,
                  int start,
                  boolean fullName,
                  boolean viewDisplayers,
                  boolean editDisplayers,
                  com.google.gwt.user.client.rpc.AsyncCallback async)

getObjects

void getObjects(String sql,
                String className,
                int nb,
                int start,
                com.google.gwt.user.client.rpc.AsyncCallback async)

getFirstObject

void getFirstObject(String sql,
                    String className,
                    com.google.gwt.user.client.rpc.AsyncCallback async)

addObject

void addObject(String fullName,
               String className,
               com.google.gwt.user.client.rpc.AsyncCallback async)

addObject

void addObject(String fullName,
               List classesName,
               com.google.gwt.user.client.rpc.AsyncCallback async)

addObject

void addObject(String docname,
               XObject xobject,
               com.google.gwt.user.client.rpc.AsyncCallback async)

lockDocument

void lockDocument(String fullName,
                  boolean force,
                  com.google.gwt.user.client.rpc.AsyncCallback async)

unlockDocument

void unlockDocument(String fullName,
                    com.google.gwt.user.client.rpc.AsyncCallback async)

isLastDocumentVersion

void isLastDocumentVersion(String fullName,
                           String version,
                           com.google.gwt.user.client.rpc.AsyncCallback async)

login

void login(String username,
           String password,
           boolean rememberme,
           com.google.gwt.user.client.rpc.AsyncCallback async)

getLoginURL

void getLoginURL(com.google.gwt.user.client.rpc.AsyncCallback async)

saveDocumentContent

void saveDocumentContent(String fullName,
                         String content,
                         com.google.gwt.user.client.rpc.AsyncCallback async)

saveObject

void saveObject(XObject object,
                com.google.gwt.user.client.rpc.AsyncCallback async)

saveObjects

void saveObjects(List objects,
                 com.google.gwt.user.client.rpc.AsyncCallback async)

deleteObject

void deleteObject(XObject object,
                  com.google.gwt.user.client.rpc.AsyncCallback async)

deleteObject

void deleteObject(String docName,
                  String className,
                  int number,
                  com.google.gwt.user.client.rpc.AsyncCallback async)

addComment

void addComment(String docname,
                String message,
                com.google.gwt.user.client.rpc.AsyncCallback async)

customQuery

void customQuery(String queryPage,
                 com.google.gwt.user.client.rpc.AsyncCallback async)

customQuery

void customQuery(String queryPage,
                 int nb,
                 int start,
                 com.google.gwt.user.client.rpc.AsyncCallback async)

customQuery

void customQuery(String queryPage,
                 Map params,
                 com.google.gwt.user.client.rpc.AsyncCallback async)

customQuery

void customQuery(String queryPage,
                 Map params,
                 int nb,
                 int start,
                 com.google.gwt.user.client.rpc.AsyncCallback async)

getDocumentContent

void getDocumentContent(String fullName,
                        com.google.gwt.user.client.rpc.AsyncCallback async)

getDocumentContent

void getDocumentContent(String fullName,
                        boolean rendered,
                        com.google.gwt.user.client.rpc.AsyncCallback async)

getDocumentContent

void getDocumentContent(String fullName,
                        boolean rendered,
                        Map params,
                        com.google.gwt.user.client.rpc.AsyncCallback async)

logJSError

void logJSError(Map infos,
                com.google.gwt.user.client.rpc.AsyncCallback async)

getTranslation

void getTranslation(String translationPage,
                    String local,
                    com.google.gwt.user.client.rpc.AsyncCallback async)

getDocumentVersions

void getDocumentVersions(String pageName,
                         int nb,
                         int start,
                         com.google.gwt.user.client.rpc.AsyncCallback async)

hasAccessLevel

void hasAccessLevel(String level,
                    String docName,
                    com.google.gwt.user.client.rpc.AsyncCallback async)

hasAccessLevel

void hasAccessLevel(String level,
                    String username,
                    String docName,
                    com.google.gwt.user.client.rpc.AsyncCallback async)


Copyright © 2004-2013 XWiki. All Rights Reserved.