Uses of Interface
org.alfresco.repo.search.impl.querymodel.ArgumentDefinition
-
Packages that use ArgumentDefinition Package Description org.alfresco.repo.search.impl.querymodel org.alfresco.repo.search.impl.querymodel.impl org.alfresco.repo.search.impl.querymodel.impl.functions -
-
Uses of ArgumentDefinition in org.alfresco.repo.search.impl.querymodel
Methods in org.alfresco.repo.search.impl.querymodel that return ArgumentDefinition Modifier and Type Method Description ArgumentDefinition
Function. getArgumentDefinition(String name)
Get the argument DefinitionMethods in org.alfresco.repo.search.impl.querymodel that return types with arguments of type ArgumentDefinition Modifier and Type Method Description LinkedHashMap<String,ArgumentDefinition>
Function. getArgumentDefinitions()
Get the argument Definitions -
Uses of ArgumentDefinition in org.alfresco.repo.search.impl.querymodel.impl
Classes in org.alfresco.repo.search.impl.querymodel.impl that implement ArgumentDefinition Modifier and Type Class Description class
BaseArgumentDefinition
Fields in org.alfresco.repo.search.impl.querymodel.impl with type parameters of type ArgumentDefinition Modifier and Type Field Description static LinkedHashMap<String,ArgumentDefinition>
BaseComparison. ARGS
ArgsMethods in org.alfresco.repo.search.impl.querymodel.impl that return ArgumentDefinition Modifier and Type Method Description ArgumentDefinition
BaseFunction. getArgumentDefinition(String name)
Methods in org.alfresco.repo.search.impl.querymodel.impl that return types with arguments of type ArgumentDefinition Modifier and Type Method Description LinkedHashMap<String,ArgumentDefinition>
BaseFunction. getArgumentDefinitions()
Constructor parameters in org.alfresco.repo.search.impl.querymodel.impl with type arguments of type ArgumentDefinition Constructor Description BaseComparison(String name, QName returnType, LinkedHashMap<String,ArgumentDefinition> argumentDefinitions)
BaseFunction(String name, QName returnType, LinkedHashMap<String,ArgumentDefinition> argumentDefinitions)
-
Uses of ArgumentDefinition in org.alfresco.repo.search.impl.querymodel.impl.functions
-