Class SearchRequestEntity
- java.lang.Object
-
- org.exoplatform.services.jcr.webdav.command.dasl.SearchRequestEntity
-
public class SearchRequestEntity extends Object
Created by The eXo Platform SAS.- Version:
- $Id: $
- Author:
- Vitaly Guly - gavrikvetal@gmail.com
-
-
Constructor Summary
Constructors Constructor Description SearchRequestEntity(org.exoplatform.common.util.HierarchicalProperty body)Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetQuery()Get query.StringgetQueryLanguage()Get query language.
-
-
-
Method Detail
-
getQueryLanguage
public String getQueryLanguage() throws UnsupportedQueryException
Get query language.- Returns:
- query language
- Throws:
UnsupportedQueryException-UnsupportedQueryException
-
getQuery
public String getQuery() throws UnsupportedQueryException
Get query.- Returns:
- query qury body.
- Throws:
UnsupportedQueryException-UnsupportedQueryException
-
-