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 LuceneFunctionCmisFunctionEvaluationContext. 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 LuceneFunctionAlfrescoFunctionEvaluationContext. 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 FunctionArgumentQueryModelFactory. 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 LuceneFunctionFunctionEvaluationContext. 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 classBaseFunctionArgumentMethods in org.alfresco.repo.search.impl.querymodel.impl that return FunctionArgument Modifier and Type Method Description protected FunctionArgumentBaseComparison. 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 classLuceneFunctionArgumentMethods in org.alfresco.repo.search.impl.querymodel.impl.lucene that return FunctionArgument Modifier and Type Method Description FunctionArgumentLuceneQueryModelFactory. createFunctionArgument(String name, Function function, Map<String,Argument> functionArguments)
-