Class CheckOutCommand
- java.lang.Object
-
- org.exoplatform.services.jcr.webdav.command.deltav.CheckOutCommand
-
public class CheckOutCommand extends Object
Created by The eXo Platform SAS- Version:
- $Id: $
- Author:
- Vitaly Guly - gavrikvetal@gmail.com
-
-
Constructor Summary
Constructors Constructor Description CheckOutCommand()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.ws.rs.core.Responsecheckout(javax.jcr.Session session, String path)Webdav CheckOut comand implementation.
-
-
-
Method Detail
-
checkout
public javax.ws.rs.core.Response checkout(javax.jcr.Session session, String path)Webdav CheckOut comand implementation.- Parameters:
session- current sessionpath- resource path- Returns:
- the instance of javax.ws.rs.core.Response
-
-