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