public void propertyCreate( String path, String name, String value, int depth, String[] changelists, boolean force) throws ClientException { myDelegate.propertyCreate(path, name, value, depth, changelists, force); }
public void propertyCreate(String path, String name, byte[] value, boolean recurse, boolean force) throws ClientException { myDelegate.propertyCreate(path, name, value, recurse, force); }