public class LockCommand extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
LockCommand.LockResultResponseEntity |
| Constructor and Description |
|---|
LockCommand(NullResourceLocksHolder nullResourceLocks)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
public LockCommand(NullResourceLocksHolder nullResourceLocks)
nullResourceLocks - resource lockspublic javax.ws.rs.core.Response lock(javax.jcr.Session session,
String path,
org.exoplatform.common.util.HierarchicalProperty body,
Depth depth,
String timeout)
session - current sessionpath - resource pathbody - request bodydepth - lock depthtimeout - lock timeoutCopyright © 2016 eXo Platform SAS. All Rights Reserved.