public interface JcrServiceAsync
GreetingService.| Modifier and Type | Method and Description |
|---|---|
void |
addAccessList(String repository,
String workspace,
String path,
String principal,
com.google.gwt.user.client.rpc.AsyncCallback<?> cb) |
void |
addMixin(String repository,
String workspace,
String path,
String mixin,
com.google.gwt.user.client.rpc.AsyncCallback<?> cb) |
void |
addNode(String repository,
String workspace,
String path,
String name,
String primaryType,
com.google.gwt.user.client.rpc.AsyncCallback<JcrNode> cb) |
void |
backup(String repositoy,
String name,
BackupParams params,
com.google.gwt.user.client.rpc.AsyncCallback<?> cb) |
void |
childNodes(String repository,
String workspace,
String path,
int index,
int count,
com.google.gwt.user.client.rpc.AsyncCallback<Collection<JcrNode>> res) |
void |
export(String repository,
String workspace,
String path,
String location,
boolean skipBinary,
boolean noRecurse,
com.google.gwt.user.client.rpc.AsyncCallback<?> cb) |
void |
findRepositories(String criteria,
com.google.gwt.user.client.rpc.AsyncCallback<Collection<RepositoryName>> results) |
void |
getDurationMetrics(com.google.gwt.user.client.rpc.AsyncCallback<String[]> cb) |
void |
getDurationStats(String repository,
String param,
String tu,
com.google.gwt.user.client.rpc.AsyncCallback<Collection<Stats>> cb) |
void |
getMixinTypes(String repository,
String workspace,
boolean allowAbstract,
com.google.gwt.user.client.rpc.AsyncCallback<String[]> cb) |
void |
getPrimaryTypes(String repository,
String workspace,
String superType,
boolean allowAbstract,
com.google.gwt.user.client.rpc.AsyncCallback<String[]> cb) |
void |
getRepositories(com.google.gwt.user.client.rpc.AsyncCallback<Collection<RepositoryName>> results) |
void |
getRequestedURI(com.google.gwt.user.client.rpc.AsyncCallback<String> result) |
void |
getTimeUnits(com.google.gwt.user.client.rpc.AsyncCallback<String[]> cb) |
void |
getUserName(com.google.gwt.user.client.rpc.AsyncCallback<String> cb) |
void |
getValueMetrics(com.google.gwt.user.client.rpc.AsyncCallback<String[]> cb) |
void |
getValueStats(String repository,
String param,
String tu,
com.google.gwt.user.client.rpc.AsyncCallback<Collection<Stats>> cb) |
void |
getWorkspaces(String name,
com.google.gwt.user.client.rpc.AsyncCallback<String[]> result) |
void |
importXML(String repository,
String workspace,
String path,
String location,
int option,
com.google.gwt.user.client.rpc.AsyncCallback<?> cb) |
void |
login(String userName,
String password,
com.google.gwt.user.client.rpc.AsyncCallback<?> cb) |
void |
logout(com.google.gwt.user.client.rpc.AsyncCallback<String> cb) |
void |
node(String repository,
String workspace,
String path,
com.google.gwt.user.client.rpc.AsyncCallback<JcrNode> result) |
void |
nodeTypes(String repository,
String workspace,
com.google.gwt.user.client.rpc.AsyncCallback<Collection<JcrNodeType>> result) |
void |
query(String repository,
String workspace,
String text,
String lang,
com.google.gwt.user.client.rpc.AsyncCallback<ResultSet> result) |
void |
refreshSession(String repository,
String workspace,
boolean keepChanges,
com.google.gwt.user.client.rpc.AsyncCallback<?> res) |
void |
removeAccessList(String repository,
String workspace,
String path,
String principal,
com.google.gwt.user.client.rpc.AsyncCallback<?> cb) |
void |
removeMixin(String repository,
String workspace,
String path,
String mixin,
com.google.gwt.user.client.rpc.AsyncCallback<?> cb) |
void |
removeNode(String repository,
String workspace,
String path,
com.google.gwt.user.client.rpc.AsyncCallback<?> cb) |
void |
renameNode(String repository,
String workspace,
String path,
String name,
com.google.gwt.user.client.rpc.AsyncCallback<?> cb) |
void |
repositoryInfo(String repository,
com.google.gwt.user.client.rpc.AsyncCallback<JcrRepositoryDescriptor> result) |
void |
restore(String repositoy,
String name,
RestoreParams params,
com.google.gwt.user.client.rpc.AsyncCallback<?> cb) |
void |
save(String repository,
String workspace,
com.google.gwt.user.client.rpc.AsyncCallback<?> cb) |
void |
setProperty(JcrNode node,
String name,
Boolean value,
com.google.gwt.user.client.rpc.AsyncCallback<?> cb) |
void |
setProperty(JcrNode node,
String name,
Date value,
com.google.gwt.user.client.rpc.AsyncCallback<?> cb) |
void |
setProperty(JcrNode node,
String name,
String value,
com.google.gwt.user.client.rpc.AsyncCallback<?> cb) |
void |
supportedQueryLanguages(String repository,
String worspace,
com.google.gwt.user.client.rpc.AsyncCallback<String[]> result) |
void |
updateAccessList(String repository,
String workspace,
String path,
String principal,
JcrPermission permission,
boolean enabled,
com.google.gwt.user.client.rpc.AsyncCallback<?> cb) |
void getRequestedURI(com.google.gwt.user.client.rpc.AsyncCallback<String> result)
void getRepositories(com.google.gwt.user.client.rpc.AsyncCallback<Collection<RepositoryName>> results)
void findRepositories(String criteria, com.google.gwt.user.client.rpc.AsyncCallback<Collection<RepositoryName>> results)
void getWorkspaces(String name, com.google.gwt.user.client.rpc.AsyncCallback<String[]> result)
void getUserName(com.google.gwt.user.client.rpc.AsyncCallback<String> cb)
void login(String userName, String password, com.google.gwt.user.client.rpc.AsyncCallback<?> cb)
void refreshSession(String repository, String workspace, boolean keepChanges, com.google.gwt.user.client.rpc.AsyncCallback<?> res)
void node(String repository, String workspace, String path, com.google.gwt.user.client.rpc.AsyncCallback<JcrNode> result)
void childNodes(String repository, String workspace, String path, int index, int count, com.google.gwt.user.client.rpc.AsyncCallback<Collection<JcrNode>> res)
void repositoryInfo(String repository, com.google.gwt.user.client.rpc.AsyncCallback<JcrRepositoryDescriptor> result)
void nodeTypes(String repository, String workspace, com.google.gwt.user.client.rpc.AsyncCallback<Collection<JcrNodeType>> result)
void query(String repository, String workspace, String text, String lang, com.google.gwt.user.client.rpc.AsyncCallback<ResultSet> result)
void supportedQueryLanguages(String repository, String worspace, com.google.gwt.user.client.rpc.AsyncCallback<String[]> result)
void addNode(String repository, String workspace, String path, String name, String primaryType, com.google.gwt.user.client.rpc.AsyncCallback<JcrNode> cb)
void removeNode(String repository, String workspace, String path, com.google.gwt.user.client.rpc.AsyncCallback<?> cb)
void renameNode(String repository, String workspace, String path, String name, com.google.gwt.user.client.rpc.AsyncCallback<?> cb)
void addMixin(String repository, String workspace, String path, String mixin, com.google.gwt.user.client.rpc.AsyncCallback<?> cb)
void removeMixin(String repository, String workspace, String path, String mixin, com.google.gwt.user.client.rpc.AsyncCallback<?> cb)
void setProperty(JcrNode node, String name, String value, com.google.gwt.user.client.rpc.AsyncCallback<?> cb)
void setProperty(JcrNode node, String name, Boolean value, com.google.gwt.user.client.rpc.AsyncCallback<?> cb)
void setProperty(JcrNode node, String name, Date value, com.google.gwt.user.client.rpc.AsyncCallback<?> cb)
void addAccessList(String repository, String workspace, String path, String principal, com.google.gwt.user.client.rpc.AsyncCallback<?> cb)
void removeAccessList(String repository, String workspace, String path, String principal, com.google.gwt.user.client.rpc.AsyncCallback<?> cb)
void updateAccessList(String repository, String workspace, String path, String principal, JcrPermission permission, boolean enabled, com.google.gwt.user.client.rpc.AsyncCallback<?> cb)
void getPrimaryTypes(String repository, String workspace, String superType, boolean allowAbstract, com.google.gwt.user.client.rpc.AsyncCallback<String[]> cb)
void getMixinTypes(String repository, String workspace, boolean allowAbstract, com.google.gwt.user.client.rpc.AsyncCallback<String[]> cb)
void save(String repository, String workspace, com.google.gwt.user.client.rpc.AsyncCallback<?> cb)
void backup(String repositoy, String name, BackupParams params, com.google.gwt.user.client.rpc.AsyncCallback<?> cb)
void restore(String repositoy, String name, RestoreParams params, com.google.gwt.user.client.rpc.AsyncCallback<?> cb)
void export(String repository, String workspace, String path, String location, boolean skipBinary, boolean noRecurse, com.google.gwt.user.client.rpc.AsyncCallback<?> cb)
void importXML(String repository, String workspace, String path, String location, int option, com.google.gwt.user.client.rpc.AsyncCallback<?> cb)
void getValueStats(String repository, String param, String tu, com.google.gwt.user.client.rpc.AsyncCallback<Collection<Stats>> cb)
void getDurationStats(String repository, String param, String tu, com.google.gwt.user.client.rpc.AsyncCallback<Collection<Stats>> cb)
void getValueMetrics(com.google.gwt.user.client.rpc.AsyncCallback<String[]> cb)
void getDurationMetrics(com.google.gwt.user.client.rpc.AsyncCallback<String[]> cb)
void getTimeUnits(com.google.gwt.user.client.rpc.AsyncCallback<String[]> cb)
Copyright © 2008–2018 JBoss, a division of Red Hat. All rights reserved.