eXo JCR :: Component :: Webdav Service 1.15.10-GA

org.exoplatform.services.jcr.webdav.command
Class UnLockCommand

java.lang.Object
  extended by org.exoplatform.services.jcr.webdav.command.UnLockCommand

public class UnLockCommand
extends Object

Created by The eXo Platform SAS. Author : Vitaly Guly

Version:
$Id: $

Field Summary
protected  NullResourceLocksHolder nullResourceLocks
          resource locks.
 
Constructor Summary
UnLockCommand(NullResourceLocksHolder nullResourceLocks)
          Constructor.
 
Method Summary
 javax.ws.rs.core.Response unLock(javax.jcr.Session session, String path, List<String> tokens)
          Webdav Unlock method implementation.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

nullResourceLocks

protected final NullResourceLocksHolder nullResourceLocks
resource locks.

Constructor Detail

UnLockCommand

public UnLockCommand(NullResourceLocksHolder nullResourceLocks)
Constructor.

Parameters:
nullResourceLocks - resource locks.
Method Detail

unLock

public javax.ws.rs.core.Response unLock(javax.jcr.Session session,
                                        String path,
                                        List<String> tokens)
Webdav Unlock method implementation.

Parameters:
session - current seesion
path - resource path
tokens - tokens
Returns:
the instance of javax.ws.rs.core.Response

eXo JCR :: Component :: Webdav Service 1.15.10-GA

Copyright © 2014 eXo Platform SAS. All Rights Reserved.