Uses of Interface
org.nuxeo.ecm.platform.query.api.PredicateDefinition
-
Packages that use PredicateDefinition Package Description org.nuxeo.ecm.platform.query.api org.nuxeo.ecm.platform.query.core org.nuxeo.ecm.platform.query.nxql org.nuxeo.elasticsearch.audit -
-
Uses of PredicateDefinition in org.nuxeo.ecm.platform.query.api
Methods in org.nuxeo.ecm.platform.query.api that return PredicateDefinition Modifier and Type Method Description PredicateDefinition
PredicateDefinition. clone()
PredicateDefinition[]
WhereClauseDefinition. getPredicates()
Methods in org.nuxeo.ecm.platform.query.api with parameters of type PredicateDefinition Modifier and Type Method Description void
WhereClauseDefinition. setPredicates(PredicateDefinition[] predicates)
-
Uses of PredicateDefinition in org.nuxeo.ecm.platform.query.core
Classes in org.nuxeo.ecm.platform.query.core that implement PredicateDefinition Modifier and Type Class Description class
PredicateDescriptor
Predicate descriptor accepting a schema and field, an operator, and a parameter.Fields in org.nuxeo.ecm.platform.query.core declared as PredicateDefinition Modifier and Type Field Description protected PredicateDefinition[]
WhereClauseDescriptor. predicates
Methods in org.nuxeo.ecm.platform.query.core that return PredicateDefinition Modifier and Type Method Description PredicateDefinition[]
WhereClauseDescriptor. getPredicates()
Methods in org.nuxeo.ecm.platform.query.core with parameters of type PredicateDefinition Modifier and Type Method Description void
WhereClauseDescriptor. setPredicates(PredicateDefinition[] predicates)
-
Uses of PredicateDefinition in org.nuxeo.ecm.platform.query.nxql
Methods in org.nuxeo.ecm.platform.query.nxql with parameters of type PredicateDefinition Modifier and Type Method 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)
-
Uses of PredicateDefinition in org.nuxeo.elasticsearch.audit
Methods in org.nuxeo.elasticsearch.audit with parameters of type PredicateDefinition Modifier and Type Method Description protected org.elasticsearch.index.query.QueryBuilder
ESAuditBackend. buildFilter(PredicateDefinition[] predicates, DocumentModel searchDocumentModel)
org.elasticsearch.action.search.SearchRequest
ESAuditBackend. buildSearchQuery(String fixedPart, PredicateDefinition[] predicates, DocumentModel searchDocumentModel)
-