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 PredicateDefinitionPredicateDefinition. clone()PredicateDefinition[]WhereClauseDefinition. getPredicates()Methods in org.nuxeo.ecm.platform.query.api with parameters of type PredicateDefinition Modifier and Type Method Description voidWhereClauseDefinition. 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 classPredicateDescriptorPredicate 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. predicatesMethods 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 voidWhereClauseDescriptor. 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 StringNXQLQueryBuilder. atomicQueryElement(DocumentModel model, PredicateDefinition predicateDescriptor, Escaper escaper)static StringNXQLQueryBuilder. getQueryElement(DocumentModel model, PredicateDefinition predicateDescriptor, Escaper escaper)protected static StringNXQLQueryBuilder. 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.QueryBuilderESAuditBackend. buildFilter(PredicateDefinition[] predicates, DocumentModel searchDocumentModel)org.elasticsearch.action.search.SearchRequestESAuditBackend. buildSearchQuery(String fixedPart, PredicateDefinition[] predicates, DocumentModel searchDocumentModel)
-