nl.hippo.client.webdav.method
Class PropPatch

java.lang.Object
  extended by nl.hippo.client.webdav.method.PropPatch

public class PropPatch
extends Object

Implements the WebDav PROPPATCH method.


Constructor Summary
PropPatch(WebdavConfig config)
           
 
Method Summary
 WebdavResponse execute(DocumentPath path, Property[] propertiesToRemove, Property[] propertiesToSet)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropPatch

public PropPatch(WebdavConfig config)
Method Detail

execute

public WebdavResponse execute(DocumentPath path,
                              Property[] propertiesToRemove,
                              Property[] propertiesToSet)
                       throws ClientException
Throws:
ClientException


Copyright © 2006-2009 Hippo. All Rights Reserved.