Class UnLockCommand


  • public class UnLockCommand
    extends Object
    Created by The eXo Platform SAS.
    Version:
    $Id: $
    Author:
    Vitaly Guly - gavrikvetal@gmail.com
    • 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