Package | Description |
---|---|
org.nuxeo.ecm.platform.query.api | |
org.nuxeo.ecm.platform.query.core | |
org.nuxeo.ecm.platform.query.nxql | |
org.nuxeo.elasticsearch.query |
Modifier and Type | Method and Description |
---|---|
WhereClauseDefinition |
PageProviderDefinition.getWhereClause() |
Modifier and Type | Class and Description |
---|---|
class |
WhereClauseDescriptor
Generic descriptor for query where clause, accepting predicates and a fixed part.
|
Modifier and Type | Method and Description |
---|---|
WhereClauseDefinition |
BasePageProviderDescriptor.getWhereClause() |
Modifier and Type | Method and Description |
---|---|
static String |
NXQLQueryBuilder.getQuery(DocumentModel model,
WhereClauseDefinition whereClause,
Object[] params,
SortInfo... sortInfos) |
static String |
NXQLQueryBuilder.getQuery(DocumentModel model,
WhereClauseDefinition whereClause,
String quickFiltersClause,
Object[] params,
SortInfo... sortInfos) |
static String |
NXQLQueryBuilder.getQueryElement(DocumentModel model,
WhereClauseDefinition whereClause,
Object[] params) |
static String |
NXQLQueryBuilder.getQueryElement(DocumentModel model,
WhereClauseDefinition whereClause,
String quickFiltersClause,
Object[] params) |
Modifier and Type | Method and Description |
---|---|
static org.elasticsearch.index.query.QueryBuilder |
PageProviderQueryBuilder.makeQuery(DocumentModel model,
WhereClauseDefinition whereClause,
Object[] params,
boolean useNativeQuery)
Create a ES request from a PP whereClause
|
static org.elasticsearch.index.query.QueryBuilder |
PageProviderQueryBuilder.makeQuery(DocumentModel model,
WhereClauseDefinition whereClause,
String additionalFixedPart,
Object[] params,
boolean useNativeQuery) |
Copyright © 2018 Nuxeo. All rights reserved.