Uses of Interface
org.nuxeo.ecm.platform.query.api.PredicateDefinition
Packages that use PredicateDefinition
Package
Description
-
Uses of PredicateDefinition in org.nuxeo.ecm.platform.query.api
Methods in org.nuxeo.ecm.platform.query.api that return PredicateDefinitionModifier and TypeMethodDescriptionPredicateDefinition.clone()
WhereClauseDefinition.getPredicates()
Methods in org.nuxeo.ecm.platform.query.api with parameters of type PredicateDefinitionModifier and TypeMethodDescriptionvoid
WhereClauseDefinition.setPredicates
(PredicateDefinition[] predicates) -
Uses of PredicateDefinition in org.nuxeo.ecm.platform.query.core
Classes in org.nuxeo.ecm.platform.query.core that implement PredicateDefinitionModifier and TypeClassDescriptionclass
Predicate descriptor accepting a schema and field, an operator, and a parameter.Fields in org.nuxeo.ecm.platform.query.core declared as PredicateDefinitionModifier and TypeFieldDescriptionprotected PredicateDefinition[]
WhereClauseDescriptor.predicates
Methods in org.nuxeo.ecm.platform.query.core that return PredicateDefinitionMethods in org.nuxeo.ecm.platform.query.core with parameters of type PredicateDefinitionModifier and TypeMethodDescriptionvoid
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 PredicateDefinitionModifier and TypeMethodDescriptionprotected 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 PredicateDefinitionModifier and TypeMethodDescriptionprotected org.opensearch.index.query.QueryBuilder
ESAuditBackend.buildFilter
(PredicateDefinition[] predicates, DocumentModel searchDocumentModel) org.opensearch.action.search.SearchRequest
ESAuditBackend.buildSearchQuery
(String fixedPart, PredicateDefinition[] predicates, DocumentModel searchDocumentModel)