Package org.nuxeo.ecm.platform.query.api
Interface WhereClauseDefinition
- All Known Implementing Classes:
WhereClauseDescriptor
public interface WhereClauseDefinition
-
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanReturn the custom select statement used by the fixed part ("select * from Document" for NXQL queries, for instance).voidsetFixedPart(String fixedPart) voidsetFixedPath(String fixedPart) voidsetPredicates(PredicateDefinition[] predicates)
-
Method Details
-
setFixedPath
-
getQuoteFixedPartParameters
boolean getQuoteFixedPartParameters() -
getEscapeFixedPartParameters
boolean getEscapeFixedPartParameters() -
getPredicates
PredicateDefinition[] getPredicates() -
setPredicates
-
getFixedPart
String getFixedPart() -
setFixedPart
-
getEscaperClass
-
getSelectStatement
String getSelectStatement()Return the custom select statement used by the fixed part ("select * from Document" for NXQL queries, for instance).- Since:
- 5.9.2
-