Uses of Interface
org.alfresco.repo.search.impl.querymodel.FunctionArgument
-
-
Uses of FunctionArgument in org.alfresco.opencmis.search
Methods in org.alfresco.opencmis.search with parameters of type FunctionArgument Modifier and Type Method Description LuceneFunction
CmisFunctionEvaluationContext. getLuceneFunction(FunctionArgument functionArgument)
-
Uses of FunctionArgument in org.alfresco.repo.search.impl.parsers
Methods in org.alfresco.repo.search.impl.parsers with parameters of type FunctionArgument Modifier and Type Method Description LuceneFunction
AlfrescoFunctionEvaluationContext. getLuceneFunction(FunctionArgument functionArgument)
-
Uses of FunctionArgument in org.alfresco.repo.search.impl.querymodel
Methods in org.alfresco.repo.search.impl.querymodel that return FunctionArgument Modifier and Type Method Description FunctionArgument
QueryModelFactory. createFunctionArgument(String name, Function function, Map<String,Argument> functionArguments)
Methods in org.alfresco.repo.search.impl.querymodel with parameters of type FunctionArgument Modifier and Type Method Description LuceneFunction
FunctionEvaluationContext. getLuceneFunction(FunctionArgument functionArgument)
-
Uses of FunctionArgument in org.alfresco.repo.search.impl.querymodel.impl
Classes in org.alfresco.repo.search.impl.querymodel.impl that implement FunctionArgument Modifier and Type Class Description class
BaseFunctionArgument
Methods in org.alfresco.repo.search.impl.querymodel.impl that return FunctionArgument Modifier and Type Method Description protected FunctionArgument
BaseComparison. getFunctionArgument()
-
Uses of FunctionArgument in org.alfresco.repo.search.impl.querymodel.impl.lucene
Classes in org.alfresco.repo.search.impl.querymodel.impl.lucene that implement FunctionArgument Modifier and Type Class Description class
LuceneFunctionArgument
Methods in org.alfresco.repo.search.impl.querymodel.impl.lucene that return FunctionArgument Modifier and Type Method Description FunctionArgument
LuceneQueryModelFactory. createFunctionArgument(String name, Function function, Map<String,Argument> functionArguments)
-