示例#1
0
 public long[] update(
     String[] path,
     Revision revision,
     int depth,
     boolean depthIsSticky,
     boolean ignoreExternals,
     boolean allowUnverObstructions)
     throws ClientException {
   return myDelegate.update(
       path, revision, depth, depthIsSticky, ignoreExternals, allowUnverObstructions);
 }
示例#2
0
 public long[] update(String[] path, Revision revision, boolean recurse, boolean ignoreExternals)
     throws ClientException {
   return myDelegate.update(path, revision, recurse, ignoreExternals);
 }
示例#3
0
 public long update(String path, Revision revision, boolean recurse) throws ClientException {
   return myDelegate.update(path, revision, recurse);
 }