Class MkColCommand
- java.lang.Object
-
- org.exoplatform.services.jcr.webdav.command.MkColCommand
-
public class MkColCommand extends Object
Created by The eXo Platform SAS.- Version:
- $Id: $
- Author:
- Vitaly Guly - gavrikvetal@gmail.com
-
-
Constructor Summary
Constructors Constructor Description MkColCommand(NullResourceLocksHolder nullResourceLocks)Constructor.MkColCommand(NullResourceLocksHolder nullResourceLocks, javax.ws.rs.core.UriBuilder uriBuilder)Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.ws.rs.core.ResponsemkCol(javax.jcr.Session session, String path, String nodeType, List<String> mixinTypes, List<String> tokens)Webdav Mkcol method implementation.
-
-
-
Constructor Detail
-
MkColCommand
public MkColCommand(NullResourceLocksHolder nullResourceLocks)
Constructor.- Parameters:
nullResourceLocks- resource locks.
-
MkColCommand
public MkColCommand(NullResourceLocksHolder nullResourceLocks, javax.ws.rs.core.UriBuilder uriBuilder)
Constructor.- Parameters:
nullResourceLocks- resource locks.uriBuilder- - provide data used in 'location' header
-
-
Method Detail
-
mkCol
public javax.ws.rs.core.Response mkCol(javax.jcr.Session session, String path, String nodeType, List<String> mixinTypes, List<String> tokens)Webdav Mkcol method implementation.- Parameters:
session- current sessionpath- resource pathnodeType- folder node typemixinTypes- mixin typestokens- tokens- Returns:
- the instance of javax.ws.rs.core.Response
-
-