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