org.exoplatform.services.jcr.webdav.command
Class SearchCommand
java.lang.Object
org.exoplatform.services.jcr.webdav.command.SearchCommand
public class SearchCommand
- extends Object
Created by The eXo Platform SAS. Author : Vitaly Guly
- Version:
- $Id: $
|
Method Summary |
javax.ws.rs.core.Response |
search(javax.jcr.Session session,
org.exoplatform.common.util.HierarchicalProperty body,
String baseURI)
Webdav search method implementation. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SearchCommand
public SearchCommand()
search
public javax.ws.rs.core.Response search(javax.jcr.Session session,
org.exoplatform.common.util.HierarchicalProperty body,
String baseURI)
- Webdav search method implementation.
- Parameters:
session - current sessionbody - rrequest bodybaseURI - base uri
- Returns:
- the instance of javax.ws.rs.core.Response
Copyright © 2013 eXo Platform SAS. All Rights Reserved.