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