Uses of Enum Class
org.alfresco.repo.search.impl.querymodel.PredicateMode
Packages that use PredicateMode
Package
Description
-
Uses of PredicateMode in org.alfresco.opencmis.dictionary
Methods in org.alfresco.opencmis.dictionary with parameters of type PredicateModeModifier and TypeMethodDescription<Q,S, E extends Throwable>
QCMISPropertyLuceneBuilder.buildLuceneEquality(QueryParserAdaptor<Q, S, E> lqpa, Serializable value, PredicateMode mode, LuceneFunction luceneFunction) <Q,S, E extends Throwable>
QCMISPropertyLuceneBuilder.buildLuceneGreaterThan(QueryParserAdaptor<Q, S, E> lqpa, Serializable value, PredicateMode mode, LuceneFunction luceneFunction) <Q,S, E extends Throwable>
QCMISPropertyLuceneBuilder.buildLuceneGreaterThanOrEquals(QueryParserAdaptor<Q, S, E> lqpa, Serializable value, PredicateMode mode, LuceneFunction luceneFunction) <Q,S, E extends Throwable>
QCMISPropertyLuceneBuilder.buildLuceneIn(QueryParserAdaptor<Q, S, E> lqpa, Collection<Serializable> values, Boolean not, PredicateMode mode) <Q,S, E extends Throwable>
QCMISPropertyLuceneBuilder.buildLuceneInequality(QueryParserAdaptor<Q, S, E> lqpa, Serializable value, PredicateMode mode, LuceneFunction luceneFunction) <Q,S, E extends Throwable>
QCMISPropertyLuceneBuilder.buildLuceneLessThan(QueryParserAdaptor<Q, S, E> lqpa, Serializable value, PredicateMode mode, LuceneFunction luceneFunction) <Q,S, E extends Throwable>
QCMISPropertyLuceneBuilder.buildLuceneLessThanOrEquals(QueryParserAdaptor<Q, S, E> lqpa, Serializable value, PredicateMode mode, LuceneFunction luceneFunction) -
Uses of PredicateMode in org.alfresco.opencmis.mapping
Methods in org.alfresco.opencmis.mapping with parameters of type PredicateModeModifier and TypeMethodDescription<Q,S, E extends Throwable>
QAbstractSimpleLuceneBuilder.buildLuceneEquality(QueryParserAdaptor<Q, S, E> lqpa, Serializable value, PredicateMode mode, LuceneFunction luceneFunction) <Q,S, E extends Throwable>
QBaseLuceneBuilder.buildLuceneEquality(QueryParserAdaptor<Q, S, E> lqpa, Serializable value, PredicateMode mode, LuceneFunction luceneFunction) <Q,S, E extends Throwable>
QBaseTypeIdLuceneBuilder.buildLuceneEquality(QueryParserAdaptor<Q, S, E> lqpa, Serializable value, PredicateMode mode, LuceneFunction luceneFunction) <Q,S, E extends Throwable>
QFixedValueLuceneBuilder.buildLuceneEquality(QueryParserAdaptor<Q, S, E> lqpa, Serializable value, PredicateMode mode, LuceneFunction luceneFunction) <Q,S, E extends Throwable>
QObjectIdLuceneBuilder.buildLuceneEquality(QueryParserAdaptor<Q, S, E> lqpa, Serializable value, PredicateMode mode, LuceneFunction luceneFunction) <Q,S, E extends Throwable>
QObjectTypeIdLuceneBuilder.buildLuceneEquality(QueryParserAdaptor<Q, S, E> lqpa, Serializable value, PredicateMode mode, LuceneFunction luceneFunction) <Q,S, E extends Throwable>
QParentLuceneBuilder.buildLuceneEquality(QueryParserAdaptor<Q, S, E> lqpa, Serializable value, PredicateMode mode, LuceneFunction luceneFunction) <Q,S, E extends Throwable>
QAbstractSimpleLuceneBuilder.buildLuceneGreaterThan(QueryParserAdaptor<Q, S, E> lqpa, Serializable value, PredicateMode mode, LuceneFunction luceneFunction) <Q,S, E extends Throwable>
QBaseLuceneBuilder.buildLuceneGreaterThan(QueryParserAdaptor<Q, S, E> lqpa, Serializable value, PredicateMode mode, LuceneFunction luceneFunction) <Q,S, E extends Throwable>
QFixedValueLuceneBuilder.buildLuceneGreaterThan(QueryParserAdaptor<Q, S, E> lqpa, Serializable value, PredicateMode mode, LuceneFunction luceneFunction) <Q,S, E extends Throwable>
QObjectIdLuceneBuilder.buildLuceneGreaterThan(QueryParserAdaptor<Q, S, E> lqpa, Serializable value, PredicateMode mode, LuceneFunction luceneFunction) <Q,S, E extends Throwable>
QObjectTypeIdLuceneBuilder.buildLuceneGreaterThan(QueryParserAdaptor<Q, S, E> lqpa, Serializable value, PredicateMode mode, LuceneFunction luceneFunction) <Q,S, E extends Throwable>
QAbstractSimpleLuceneBuilder.buildLuceneGreaterThanOrEquals(QueryParserAdaptor<Q, S, E> lqpa, Serializable value, PredicateMode mode, LuceneFunction luceneFunction) <Q,S, E extends Throwable>
QBaseLuceneBuilder.buildLuceneGreaterThanOrEquals(QueryParserAdaptor<Q, S, E> lqpa, Serializable value, PredicateMode mode, LuceneFunction luceneFunction) <Q,S, E extends Throwable>
QFixedValueLuceneBuilder.buildLuceneGreaterThanOrEquals(QueryParserAdaptor<Q, S, E> lqpa, Serializable value, PredicateMode mode, LuceneFunction luceneFunction) <Q,S, E extends Throwable>
QObjectIdLuceneBuilder.buildLuceneGreaterThanOrEquals(QueryParserAdaptor<Q, S, E> lqpa, Serializable value, PredicateMode mode, LuceneFunction luceneFunction) <Q,S, E extends Throwable>
QObjectTypeIdLuceneBuilder.buildLuceneGreaterThanOrEquals(QueryParserAdaptor<Q, S, E> lqpa, Serializable value, PredicateMode mode, LuceneFunction luceneFunction) <Q,S, E extends Throwable>
QBaseLuceneBuilder.buildLuceneIn(QueryParserAdaptor<Q, S, E> lqpa, Collection<Serializable> values, Boolean not, PredicateMode mode) <Q,S, E extends Throwable>
QFixedValueLuceneBuilder.buildLuceneIn(QueryParserAdaptor<Q, S, E> lqpa, Collection<Serializable> values, Boolean not, PredicateMode mode) <Q,S, E extends Throwable>
QBaseLuceneBuilder.buildLuceneInequality(QueryParserAdaptor<Q, S, E> lqpa, Serializable value, PredicateMode mode, LuceneFunction luceneFunction) <Q,S, E extends Throwable>
QFixedValueLuceneBuilder.buildLuceneInequality(QueryParserAdaptor<Q, S, E> lqpa, Serializable value, PredicateMode mode, LuceneFunction luceneFunction) <Q,S, E extends Throwable>
QObjectTypeIdLuceneBuilder.buildLuceneInequality(QueryParserAdaptor<Q, S, E> lqpa, Serializable value, PredicateMode mode, LuceneFunction luceneFunction) <Q,S, E extends Throwable>
QAbstractSimpleLuceneBuilder.buildLuceneLessThan(QueryParserAdaptor<Q, S, E> lqpa, Serializable value, PredicateMode mode, LuceneFunction luceneFunction) <Q,S, E extends Throwable>
QBaseLuceneBuilder.buildLuceneLessThan(QueryParserAdaptor<Q, S, E> lqpa, Serializable value, PredicateMode mode, LuceneFunction luceneFunction) <Q,S, E extends Throwable>
QFixedValueLuceneBuilder.buildLuceneLessThan(QueryParserAdaptor<Q, S, E> lqpa, Serializable value, PredicateMode mode, LuceneFunction luceneFunction) <Q,S, E extends Throwable>
QObjectIdLuceneBuilder.buildLuceneLessThan(QueryParserAdaptor<Q, S, E> lqpa, Serializable value, PredicateMode mode, LuceneFunction luceneFunction) <Q,S, E extends Throwable>
QObjectTypeIdLuceneBuilder.buildLuceneLessThan(QueryParserAdaptor<Q, S, E> lqpa, Serializable value, PredicateMode mode, LuceneFunction luceneFunction) <Q,S, E extends Throwable>
QAbstractSimpleLuceneBuilder.buildLuceneLessThanOrEquals(QueryParserAdaptor<Q, S, E> lqpa, Serializable value, PredicateMode mode, LuceneFunction luceneFunction) <Q,S, E extends Throwable>
QBaseLuceneBuilder.buildLuceneLessThanOrEquals(QueryParserAdaptor<Q, S, E> lqpa, Serializable value, PredicateMode mode, LuceneFunction luceneFunction) <Q,S, E extends Throwable>
QFixedValueLuceneBuilder.buildLuceneLessThanOrEquals(QueryParserAdaptor<Q, S, E> lqpa, Serializable value, PredicateMode mode, LuceneFunction luceneFunction) <Q,S, E extends Throwable>
QObjectIdLuceneBuilder.buildLuceneLessThanOrEquals(QueryParserAdaptor<Q, S, E> lqpa, Serializable value, PredicateMode mode, LuceneFunction luceneFunction) <Q,S, E extends Throwable>
QObjectTypeIdLuceneBuilder.buildLuceneLessThanOrEquals(QueryParserAdaptor<Q, S, E> lqpa, Serializable value, PredicateMode mode, LuceneFunction luceneFunction) -
Uses of PredicateMode in org.alfresco.opencmis.search
Methods in org.alfresco.opencmis.search with parameters of type PredicateModeModifier and TypeMethodDescription<Q,S, E extends Throwable>
QCmisFunctionEvaluationContext.buildLuceneEquality(QueryParserAdaptor<Q, S, E> lqpa, String propertyName, Serializable value, PredicateMode mode, LuceneFunction luceneFunction) <Q,S, E extends Throwable>
QCmisFunctionEvaluationContext.buildLuceneGreaterThan(QueryParserAdaptor<Q, S, E> lqpa, String propertyName, Serializable value, PredicateMode mode, LuceneFunction luceneFunction) <Q,S, E extends Throwable>
QCmisFunctionEvaluationContext.buildLuceneGreaterThanOrEquals(QueryParserAdaptor<Q, S, E> lqpa, String propertyName, Serializable value, PredicateMode mode, LuceneFunction luceneFunction) <Q,S, E extends Throwable>
QCmisFunctionEvaluationContext.buildLuceneIn(QueryParserAdaptor<Q, S, E> lqpa, String propertyName, Collection<Serializable> values, Boolean not, PredicateMode mode) <Q,S, E extends Throwable>
QCmisFunctionEvaluationContext.buildLuceneInequality(QueryParserAdaptor<Q, S, E> lqpa, String propertyName, Serializable value, PredicateMode mode, LuceneFunction luceneFunction) <Q,S, E extends Throwable>
QCmisFunctionEvaluationContext.buildLuceneLessThan(QueryParserAdaptor<Q, S, E> lqpa, String propertyName, Serializable value, PredicateMode mode, LuceneFunction luceneFunction) <Q,S, E extends Throwable>
QCmisFunctionEvaluationContext.buildLuceneLessThanOrEquals(QueryParserAdaptor<Q, S, E> lqpa, String propertyName, Serializable value, PredicateMode mode, LuceneFunction luceneFunction) -
Uses of PredicateMode in org.alfresco.repo.search.impl.parsers
Methods in org.alfresco.repo.search.impl.parsers with parameters of type PredicateModeModifier and TypeMethodDescription<Q,S, E extends Throwable>
QAlfrescoFunctionEvaluationContext.buildLuceneEquality(QueryParserAdaptor<Q, S, E> lqpa, String propertyName, Serializable value, PredicateMode mode, LuceneFunction luceneFunction) <Q,S, E extends Throwable>
QAlfrescoFunctionEvaluationContext.buildLuceneGreaterThan(QueryParserAdaptor<Q, S, E> lqpa, String propertyName, Serializable value, PredicateMode mode, LuceneFunction luceneFunction) <Q,S, E extends Throwable>
QAlfrescoFunctionEvaluationContext.buildLuceneGreaterThanOrEquals(QueryParserAdaptor<Q, S, E> lqpa, String propertyName, Serializable value, PredicateMode mode, LuceneFunction luceneFunction) <Q,S, E extends Throwable>
QAlfrescoFunctionEvaluationContext.buildLuceneIn(QueryParserAdaptor<Q, S, E> lqpa, String propertyName, Collection<Serializable> values, Boolean not, PredicateMode mode) <Q,S, E extends Throwable>
QAlfrescoFunctionEvaluationContext.buildLuceneInequality(QueryParserAdaptor<Q, S, E> lqpa, String propertyName, Serializable value, PredicateMode mode, LuceneFunction luceneFunction) <Q,S, E extends Throwable>
QAlfrescoFunctionEvaluationContext.buildLuceneLessThan(QueryParserAdaptor<Q, S, E> lqpa, String propertyName, Serializable value, PredicateMode mode, LuceneFunction luceneFunction) <Q,S, E extends Throwable>
QAlfrescoFunctionEvaluationContext.buildLuceneLessThanOrEquals(QueryParserAdaptor<Q, S, E> lqpa, String propertyName, Serializable value, PredicateMode mode, LuceneFunction luceneFunction) -
Uses of PredicateMode in org.alfresco.repo.search.impl.querymodel
Methods in org.alfresco.repo.search.impl.querymodel that return PredicateModeModifier and TypeMethodDescriptionstatic PredicateModeReturns the enum constant of this class with the specified name.static PredicateMode[]PredicateMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.alfresco.repo.search.impl.querymodel with parameters of type PredicateModeModifier and TypeMethodDescription<Q,S, E extends Throwable>
QFunctionEvaluationContext.buildLuceneEquality(QueryParserAdaptor<Q, S, E> lqpa, String propertyName, Serializable value, PredicateMode mode, LuceneFunction luceneFunction) <Q,S, E extends Throwable>
QFunctionEvaluationContext.buildLuceneGreaterThan(QueryParserAdaptor<Q, S, E> lqpa, String propertyName, Serializable value, PredicateMode mode, LuceneFunction luceneFunction) <Q,S, E extends Throwable>
QFunctionEvaluationContext.buildLuceneGreaterThanOrEquals(QueryParserAdaptor<Q, S, E> lqpa, String propertyName, Serializable value, PredicateMode mode, LuceneFunction luceneFunction) <Q,S, E extends Throwable>
QFunctionEvaluationContext.buildLuceneIn(QueryParserAdaptor<Q, S, E> lqpa, String propertyName, Collection<Serializable> values, Boolean not, PredicateMode mode) Note: In is not required to support functions from the spec<Q,S, E extends Throwable>
QFunctionEvaluationContext.buildLuceneInequality(QueryParserAdaptor<Q, S, E> lqpa, String propertyName, Serializable value, PredicateMode mode, LuceneFunction luceneFunction) <Q,S, E extends Throwable>
QFunctionEvaluationContext.buildLuceneLessThan(QueryParserAdaptor<Q, S, E> lqpa, String propertyName, Serializable value, PredicateMode mode, LuceneFunction luceneFunction) <Q,S, E extends Throwable>
QFunctionEvaluationContext.buildLuceneLessThanOrEquals(QueryParserAdaptor<Q, S, E> lqpa, String propertyName, Serializable value, PredicateMode mode, LuceneFunction luceneFunction)