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 Function
FunctionInvokation. getFunction()
Get the functionFunction
QueryModelFactory. getFunction(String functionName)
Methods in org.alfresco.repo.search.impl.querymodel with parameters of type Function Modifier and Type Method Description Column
QueryModelFactory. createColumn(Function function, Map<String,Argument> functionArguments, String alias)
Constraint
QueryModelFactory. createFunctionalConstraint(Function function, Map<String,Argument> functionArguments)
FunctionArgument
QueryModelFactory. 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 class
BaseComparison
class
BaseFunction
Methods in org.alfresco.repo.search.impl.querymodel.impl that return Function Modifier and Type Method Description Function
BaseColumn. getFunction()
Function
BaseFunctionalConstraint. getFunction()
Function
BaseFunctionArgument. 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 class
Child
class
Descendant
class
Equals
class
Exists
class
FTSFuzzyTerm
class
FTSPhrase
class
FTSPrefixTerm
class
FTSProximity
class
FTSRange
class
FTSTerm
class
FTSWildTerm
class
GreaterThan
class
GreaterThanOrEquals
class
In
class
LessThan
class
LessThanOrEquals
class
Like
class
Lower
class
NotEquals
class
PropertyAccessor
class
Score
class
Upper
-
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 Function
LuceneQueryModelFactory. getFunction(String functionName)
Methods in org.alfresco.repo.search.impl.querymodel.impl.lucene with parameters of type Function Modifier and Type Method Description Column
LuceneQueryModelFactory. createColumn(Function function, Map<String,Argument> functionArguments, String alias)
Constraint
LuceneQueryModelFactory. createFunctionalConstraint(Function function, Map<String,Argument> functionArguments)
FunctionArgument
LuceneQueryModelFactory. 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 class
LuceneChild<Q,S,E extends Throwable>
class
LuceneDescendant<Q,S,E extends Throwable>
class
LuceneEquals<Q,S,E extends Throwable>
class
LuceneExists<Q,S,E extends Throwable>
class
LuceneFTSFuzzyTerm<Q,S,E extends Throwable>
Fuzzy matchingclass
LuceneFTSPhrase<Q,S,E extends Throwable>
class
LuceneFTSPrefixTerm<Q,S,E extends Throwable>
Perfix termclass
LuceneFTSProximity<Q,S,E extends Throwable>
Proximityclass
LuceneFTSRange<Q,S,E extends Throwable>
Rangeclass
LuceneFTSTerm<Q,S,E extends Throwable>
class
LuceneFTSWildTerm<Q,S,E extends Throwable>
Wild Cardclass
LuceneGreaterThan<Q,S,E extends Throwable>
class
LuceneGreaterThanOrEquals<Q,S,E extends Throwable>
class
LuceneIn<Q,S,E extends Throwable>
class
LuceneLessThan<Q,S,E extends Throwable>
class
LuceneLessThanOrEquals<Q,S,E extends Throwable>
class
LuceneLike<Q,S,E extends Throwable>
class
LuceneLower<Q,S,E extends Throwable>
class
LuceneNotEquals<Q,S,E extends Throwable>
class
LucenePropertyAccessor<Q,S,E extends Throwable>
class
LuceneScore<Q,S,E extends Throwable>
class
LuceneUpper<Q,S,E extends Throwable>
-