Class UnCheckOutCommand
java.lang.Object
org.exoplatform.services.jcr.webdav.command.deltav.UnCheckOutCommand
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.Responseuncheckout(javax.jcr.Session session, String path) Webdav Uncheckout method implementation.
-
Constructor Details
-
UnCheckOutCommand
public UnCheckOutCommand()
-
-
Method Details
-
uncheckout
Webdav Uncheckout method implementation.- Parameters:
session- current sessionpath- resource path- Returns:
- the instance of javax.ws.rs.core.Response
-