Class LockCommand
java.lang.Object
org.exoplatform.services.jcr.webdav.command.LockCommand
Created by The eXo Platform SAS
.
.
- Version:
- $Id: $
- Author:
- Gennady Azarenkov
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
LockCommand
Constructor.- Parameters:
nullResourceLocks- resource locks
-
-
Method Details
-
lock
public javax.ws.rs.core.Response lock(javax.jcr.Session session, String path, org.exoplatform.common.util.HierarchicalProperty body, Depth depth, String timeout) Webdav Lock comand implementation.- Parameters:
session- current sessionpath- resource pathbody- request bodydepth- lock depthtimeout- lock timeout- Returns:
- the instance of javax.ws.rs.core.Response
-