Package | Description |
---|---|
org.nuxeo.ecm.platform.query.api | |
org.nuxeo.ecm.platform.query.core | |
org.nuxeo.ecm.platform.query.nxql | |
org.nuxeo.elasticsearch.audit |
Modifier and Type | Method and Description |
---|---|
PredicateDefinition |
PredicateDefinition.clone() |
PredicateDefinition[] |
WhereClauseDefinition.getPredicates() |
Modifier and Type | Method and Description |
---|---|
void |
WhereClauseDefinition.setPredicates(PredicateDefinition[] predicates) |
Modifier and Type | Class and Description |
---|---|
class |
PredicateDescriptor
Predicate descriptor accepting a schema and field, an operator, and a parameter.
|
Modifier and Type | Field and Description |
---|---|
protected PredicateDefinition[] |
WhereClauseDescriptor.predicates |
Modifier and Type | Method and Description |
---|---|
PredicateDefinition[] |
WhereClauseDescriptor.getPredicates() |
Modifier and Type | Method and Description |
---|---|
void |
WhereClauseDescriptor.setPredicates(PredicateDefinition[] predicates) |
Modifier and Type | Method and Description |
---|---|
protected static String |
NXQLQueryBuilder.atomicQueryElement(DocumentModel model,
PredicateDefinition predicateDescriptor,
Escaper escaper) |
static String |
NXQLQueryBuilder.getQueryElement(DocumentModel model,
PredicateDefinition predicateDescriptor,
Escaper escaper) |
protected static String |
NXQLQueryBuilder.subClauseQueryElement(DocumentModel model,
PredicateDefinition predicateDescriptor) |
Modifier and Type | Method and Description |
---|---|
protected org.elasticsearch.index.query.FilterBuilder |
ESAuditBackend.buildFilter(PredicateDefinition[] predicates,
DocumentModel searchDocumentModel) |
org.elasticsearch.action.search.SearchRequestBuilder |
ESAuditBackend.buildSearchQuery(String fixedPart,
PredicateDefinition[] predicates,
DocumentModel searchDocumentModel) |
Copyright © 2015 Nuxeo SA. All rights reserved.