Liferay 6.2-ce-ga5

com.liferay.portal.webdav.methods
Class ProppatchMethodImpl

java.lang.Object
  extended by com.liferay.portal.webdav.methods.BasePropMethodImpl
      extended by com.liferay.portal.webdav.methods.ProppatchMethodImpl
All Implemented Interfaces:
Method

public class ProppatchMethodImpl
extends BasePropMethodImpl


Field Summary
 
Fields inherited from class com.liferay.portal.webdav.methods.BasePropMethodImpl
ALLPROP, CREATIONDATE, DISPLAYNAME, GETCONTENTLENGTH, GETCONTENTTYPE, GETLASTMODIFIED, ISREADONLY, LOCKDISCOVERY, RESOURCETYPE
 
Fields inherited from interface com.liferay.portal.kernel.webdav.methods.Method
COPY, DELETE, GET, HEAD, LOCK, MKCOL, MOVE, OPTIONS, PROPFIND, PROPPATCH, PUT, SUPPORTED_METHOD_NAMES, UNLOCK
 
Constructor Summary
ProppatchMethodImpl()
           
 
Method Summary
protected  WebDAVProps getStoredProperties(WebDAVRequest webDAVRequest)
           
 int process(WebDAVRequest webDAVRequest)
          Returns -1 or a supported HTTP status code.
protected  Set<QName> processInstructions(WebDAVRequest webDAVRequest)
           
 
Methods inherited from class com.liferay.portal.webdav.methods.BasePropMethodImpl
addResponse, addResponse, addResponse, createQName, writeResponseXML
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProppatchMethodImpl

public ProppatchMethodImpl()
Method Detail

process

public int process(WebDAVRequest webDAVRequest)
            throws WebDAVException
Description copied from interface: Method
Returns -1 or a supported HTTP status code. If it is -1, then the status code has already been set. Otherwise, the status code needs to be set by the caller.

Parameters:
webDAVRequest - the WebDAV request
Returns:
-1 or a supported HTTP status code. If it is -1, then the status code has already been set. Otherwise, the status code needs to be set by the caller.
Throws:
WebDAVException - if a WebDAV exception occurred

getStoredProperties

protected WebDAVProps getStoredProperties(WebDAVRequest webDAVRequest)
                                   throws PortalException,
                                          SystemException
Throws:
PortalException
SystemException

processInstructions

protected Set<QName> processInstructions(WebDAVRequest webDAVRequest)
                                  throws InvalidRequestException,
                                         LockException
Throws:
InvalidRequestException
LockException

Liferay 6.2-ce-ga5