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); }
public long[] update(String[] path, Revision revision, boolean recurse, boolean ignoreExternals) throws ClientException { return myDelegate.update(path, revision, recurse, ignoreExternals); }
public long update(String path, Revision revision, boolean recurse) throws ClientException { return myDelegate.update(path, revision, recurse); }