Uses of Interface
org.alfresco.repo.search.impl.querymodel.Argument
-
-
Uses of Argument in org.alfresco.repo.search.impl.querymodel
Subinterfaces of Argument in org.alfresco.repo.search.impl.querymodel Modifier and Type Interface Description interfaceDynamicArgumentA dynamic argument (e.g.interfaceFunctionArgumentinterfaceListArgumentinterfaceLiteralArgumentinterfaceParameterArgumentinterfacePropertyArgumentinterfaceSelectorArgumentinterfaceStaticArgumentMethods in org.alfresco.repo.search.impl.querymodel that return types with arguments of type Argument Modifier and Type Method Description List<Argument>ListArgument. getArguments()Map<String,Argument>FunctionInvokation. getFunctionArguments()Get the functions arguments.Method parameters in org.alfresco.repo.search.impl.querymodel with type arguments of type Argument 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)ListArgumentQueryModelFactory. createListArgument(String name, ArrayList<Argument> arguments)SerializableFunction. getValue(Map<String,Argument> args, FunctionEvaluationContext context)Evaluation a function -
Uses of Argument in org.alfresco.repo.search.impl.querymodel.impl
Classes in org.alfresco.repo.search.impl.querymodel.impl that implement Argument Modifier and Type Class Description classBaseArgumentclassBaseDynamicArgumentclassBaseFunctionArgumentclassBaseListArgumentclassBaseLiteralArgumentclassBaseParameterArgumentclassBasePropertyArgumentclassBaseSelectorArgumentclassBaseStaticArgumentMethods in org.alfresco.repo.search.impl.querymodel.impl that return types with arguments of type Argument Modifier and Type Method Description List<Argument>BaseListArgument. getArguments()Map<String,Argument>BaseColumn. getFunctionArguments()Map<String,Argument>BaseFunctionalConstraint. getFunctionArguments()Map<String,Argument>BaseFunctionArgument. getFunctionArguments()Method parameters in org.alfresco.repo.search.impl.querymodel.impl with type arguments of type Argument Modifier and Type Method Description voidBaseComparison. setPropertyAndStaticArguments(Map<String,Argument> functionArgs)Constructor parameters in org.alfresco.repo.search.impl.querymodel.impl with type arguments of type Argument 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)BaseListArgument(String name, List<Argument> arguments) -
Uses of Argument in org.alfresco.repo.search.impl.querymodel.impl.functions
-
Uses of Argument in org.alfresco.repo.search.impl.querymodel.impl.lucene
Classes in org.alfresco.repo.search.impl.querymodel.impl.lucene that implement Argument Modifier and Type Class Description classLuceneFunctionArgumentclassLuceneListArgumentclassLuceneLiteralArgumentclassLuceneParameterArgumentclassLucenePropertyArgumentclassLuceneSelectorArgumentMethod parameters in org.alfresco.repo.search.impl.querymodel.impl.lucene with type arguments of type Argument Modifier and Type Method Description QLuceneConjunction. addComponent(Set<String> selectors, Map<String,Argument> functionArgs, QueryBuilderContext<Q,S,E> luceneContext, FunctionEvaluationContext functionContext)QLuceneDisjunction. addComponent(Set<String> selectors, Map<String,Argument> functionArgs, QueryBuilderContext<Q,S,E> luceneContext, FunctionEvaluationContext functionContext)QLuceneFunctionalConstraint. addComponent(Set<String> selectors, Map<String,Argument> functionArgs, QueryBuilderContext<Q,S,E> luceneContext, FunctionEvaluationContext functionContext)QLuceneQueryBuilderComponent. addComponent(Set<String> selectors, Map<String,Argument> functionArgs, QueryBuilderContext<Q,S,E> luceneContext, FunctionEvaluationContext functionContext)Generate the lucene query from the query componentQLuceneSelector. addComponent(Set<String> selectors, Map<String,Argument> functionArgs, QueryBuilderContext<Q,S,E> luceneContext, FunctionEvaluationContext functionContext)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)ListArgumentLuceneQueryModelFactory. createListArgument(String name, ArrayList<Argument> arguments)Constructor parameters in org.alfresco.repo.search.impl.querymodel.impl.lucene with type arguments of type Argument 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)LuceneListArgument(String name, List<Argument> arguments) -
Uses of Argument in org.alfresco.repo.search.impl.querymodel.impl.lucene.functions
Method parameters in org.alfresco.repo.search.impl.querymodel.impl.lucene.functions with type arguments of type Argument Modifier and Type Method Description QLuceneChild. addComponent(Set<String> selectors, Map<String,Argument> functionArgs, QueryBuilderContext<Q,S,E> luceneContext, FunctionEvaluationContext functionContext)QLuceneDescendant. addComponent(Set<String> selectors, Map<String,Argument> functionArgs, QueryBuilderContext<Q,S,E> luceneContext, FunctionEvaluationContext functionContext)QLuceneEquals. addComponent(Set<String> selectors, Map<String,Argument> functionArgs, QueryBuilderContext<Q,S,E> luceneContext, FunctionEvaluationContext functionContext)QLuceneExists. addComponent(Set<String> selectors, Map<String,Argument> functionArgs, QueryBuilderContext<Q,S,E> luceneContext, FunctionEvaluationContext functionContext)QLuceneFTSFuzzyTerm. addComponent(Set<String> selectors, Map<String,Argument> functionArgs, QueryBuilderContext<Q,S,E> luceneContext, FunctionEvaluationContext functionContext)QLuceneFTSPhrase. addComponent(Set<String> selectors, Map<String,Argument> functionArgs, QueryBuilderContext<Q,S,E> luceneContext, FunctionEvaluationContext functionContext)QLuceneFTSPrefixTerm. addComponent(Set<String> selectors, Map<String,Argument> functionArgs, QueryBuilderContext<Q,S,E> luceneContext, FunctionEvaluationContext functionContext)QLuceneFTSProximity. addComponent(Set<String> selectors, Map<String,Argument> functionArgs, QueryBuilderContext<Q,S,E> luceneContext, FunctionEvaluationContext functionContext)QLuceneFTSRange. addComponent(Set<String> selectors, Map<String,Argument> functionArgs, QueryBuilderContext<Q,S,E> luceneContext, FunctionEvaluationContext functionContext)QLuceneFTSTerm. addComponent(Set<String> selectors, Map<String,Argument> functionArgs, QueryBuilderContext<Q,S,E> luceneContext, FunctionEvaluationContext functionContext)QLuceneFTSWildTerm. addComponent(Set<String> selectors, Map<String,Argument> functionArgs, QueryBuilderContext<Q,S,E> luceneContext, FunctionEvaluationContext functionContext)QLuceneGreaterThan. addComponent(Set<String> selectors, Map<String,Argument> functionArgs, QueryBuilderContext<Q,S,E> luceneContext, FunctionEvaluationContext functionContext)QLuceneGreaterThanOrEquals. addComponent(Set<String> selectors, Map<String,Argument> functionArgs, QueryBuilderContext<Q,S,E> luceneContext, FunctionEvaluationContext functionContext)QLuceneIn. addComponent(Set<String> selectors, Map<String,Argument> functionArgs, QueryBuilderContext<Q,S,E> luceneContext, FunctionEvaluationContext functionContext)QLuceneLessThan. addComponent(Set<String> selectors, Map<String,Argument> functionArgs, QueryBuilderContext<Q,S,E> luceneContext, FunctionEvaluationContext functionContext)QLuceneLessThanOrEquals. addComponent(Set<String> selectors, Map<String,Argument> functionArgs, QueryBuilderContext<Q,S,E> luceneContext, FunctionEvaluationContext functionContext)QLuceneLike. addComponent(Set<String> selectors, Map<String,Argument> functionArgs, QueryBuilderContext<Q,S,E> luceneContext, FunctionEvaluationContext functionContext)QLuceneLower. addComponent(Set<String> selectors, Map<String,Argument> functionArgs, QueryBuilderContext<Q,S,E> luceneContext, FunctionEvaluationContext functionContext)QLuceneNotEquals. addComponent(Set<String> selectors, Map<String,Argument> functionArgs, QueryBuilderContext<Q,S,E> luceneContext, FunctionEvaluationContext functionContext)QLucenePropertyAccessor. addComponent(Set<String> selectors, Map<String,Argument> functionArgs, QueryBuilderContext<Q,S,E> luceneContext, FunctionEvaluationContext functionContext)QLuceneScore. addComponent(Set<String> selectors, Map<String,Argument> functionArgs, QueryBuilderContext<Q,S,E> luceneContext, FunctionEvaluationContext functionContext)QLuceneUpper. addComponent(Set<String> selectors, Map<String,Argument> functionArgs, QueryBuilderContext<Q,S,E> luceneContext, FunctionEvaluationContext functionContext)
-