|
eXo JCR :: Component :: Webdav Service 1.15.11-GA | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.exoplatform.services.jcr.webdav.command.MkColCommand
public class MkColCommand
Created by The eXo Platform SAS Author : Vitaly Guly.
| Constructor Summary | |
|---|---|
MkColCommand(NullResourceLocksHolder nullResourceLocks)
Constructor. |
|
MkColCommand(NullResourceLocksHolder nullResourceLocks,
javax.ws.rs.core.UriBuilder uriBuilder)
Constructor. |
|
| Method Summary | |
|---|---|
javax.ws.rs.core.Response |
mkCol(javax.jcr.Session session,
String path,
String nodeType,
List<String> mixinTypes,
List<String> tokens)
Webdav Mkcol method implementation. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MkColCommand(NullResourceLocksHolder nullResourceLocks)
nullResourceLocks - resource locks.
public MkColCommand(NullResourceLocksHolder nullResourceLocks,
javax.ws.rs.core.UriBuilder uriBuilder)
nullResourceLocks - resource locks.uriBuilder - - provide data used in 'location' header| Method Detail |
|---|
public javax.ws.rs.core.Response mkCol(javax.jcr.Session session,
String path,
String nodeType,
List<String> mixinTypes,
List<String> tokens)
session - current sessionpath - resource pathnodeType - folder node typemixinTypes - mixin typestokens - tokens
|
eXo JCR :: Component :: Webdav Service 1.15.11-GA | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||