Uses of Interface
org.alfresco.repo.search.impl.querymodel.Function
-
-
Uses of Function in org.alfresco.repo.search.impl.querymodel
Methods in org.alfresco.repo.search.impl.querymodel that return Function Modifier and Type Method Description FunctionFunctionInvokation. getFunction()Get the functionFunctionQueryModelFactory. getFunction(String functionName)Methods in org.alfresco.repo.search.impl.querymodel with parameters of type Function Modifier and Type Method Description ColumnQueryModelFactory. createColumn(Function function, Map<String,Argument> functionArguments, String alias)ConstraintQueryModelFactory. createFunctionalConstraint(Function function, Map<String,Argument> functionArguments)FunctionArgumentQueryModelFactory. createFunctionArgument(String name, Function function, Map<String,Argument> functionArguments) -
Uses of Function in org.alfresco.repo.search.impl.querymodel.impl
Classes in org.alfresco.repo.search.impl.querymodel.impl that implement Function Modifier and Type Class Description classBaseComparisonclassBaseFunctionMethods in org.alfresco.repo.search.impl.querymodel.impl that return Function Modifier and Type Method Description FunctionBaseColumn. getFunction()FunctionBaseFunctionalConstraint. getFunction()FunctionBaseFunctionArgument. getFunction()Constructors in org.alfresco.repo.search.impl.querymodel.impl with parameters of type Function Constructor Description BaseColumn(Function function, Map<String,Argument> functionArguments, String alias)BaseFunctionalConstraint(Function function, Map<String,Argument> arguments)BaseFunctionArgument(String name, Function function, Map<String,Argument> arguments) -
Uses of Function in org.alfresco.repo.search.impl.querymodel.impl.functions
Classes in org.alfresco.repo.search.impl.querymodel.impl.functions that implement Function Modifier and Type Class Description classChildclassDescendantclassEqualsclassExistsclassFTSFuzzyTermclassFTSPhraseclassFTSPrefixTermclassFTSProximityclassFTSRangeclassFTSTermclassFTSWildTermclassGreaterThanclassGreaterThanOrEqualsclassInclassLessThanclassLessThanOrEqualsclassLikeclassLowerclassNotEqualsclassPropertyAccessorclassScoreclassUpper -
Uses of Function in org.alfresco.repo.search.impl.querymodel.impl.lucene
Methods in org.alfresco.repo.search.impl.querymodel.impl.lucene that return Function Modifier and Type Method Description FunctionLuceneQueryModelFactory. getFunction(String functionName)Methods in org.alfresco.repo.search.impl.querymodel.impl.lucene with parameters of type Function Modifier and Type Method Description ColumnLuceneQueryModelFactory. createColumn(Function function, Map<String,Argument> functionArguments, String alias)ConstraintLuceneQueryModelFactory. createFunctionalConstraint(Function function, Map<String,Argument> functionArguments)FunctionArgumentLuceneQueryModelFactory. createFunctionArgument(String name, Function function, Map<String,Argument> functionArguments)Constructors in org.alfresco.repo.search.impl.querymodel.impl.lucene with parameters of type Function Constructor Description LuceneColumn(Function function, Map<String,Argument> functionArguments, String alias)LuceneFunctionalConstraint(Function function, Map<String,Argument> arguments)LuceneFunctionArgument(String name, Function function, Map<String,Argument> arguments) -
Uses of Function in org.alfresco.repo.search.impl.querymodel.impl.lucene.functions
Classes in org.alfresco.repo.search.impl.querymodel.impl.lucene.functions that implement Function Modifier and Type Class Description classLuceneChild<Q,S,E extends Throwable>classLuceneDescendant<Q,S,E extends Throwable>classLuceneEquals<Q,S,E extends Throwable>classLuceneExists<Q,S,E extends Throwable>classLuceneFTSFuzzyTerm<Q,S,E extends Throwable>Fuzzy matchingclassLuceneFTSPhrase<Q,S,E extends Throwable>classLuceneFTSPrefixTerm<Q,S,E extends Throwable>Perfix termclassLuceneFTSProximity<Q,S,E extends Throwable>ProximityclassLuceneFTSRange<Q,S,E extends Throwable>RangeclassLuceneFTSTerm<Q,S,E extends Throwable>classLuceneFTSWildTerm<Q,S,E extends Throwable>Wild CardclassLuceneGreaterThan<Q,S,E extends Throwable>classLuceneGreaterThanOrEquals<Q,S,E extends Throwable>classLuceneIn<Q,S,E extends Throwable>classLuceneLessThan<Q,S,E extends Throwable>classLuceneLessThanOrEquals<Q,S,E extends Throwable>classLuceneLike<Q,S,E extends Throwable>classLuceneLower<Q,S,E extends Throwable>classLuceneNotEquals<Q,S,E extends Throwable>classLucenePropertyAccessor<Q,S,E extends Throwable>classLuceneScore<Q,S,E extends Throwable>classLuceneUpper<Q,S,E extends Throwable>
-