public class DBFTSWildTerm extends org.alfresco.repo.search.impl.querymodel.impl.functions.FTSWildTerm implements DBQueryBuilderComponent
| Constructor and Description |
|---|
DBFTSWildTerm() |
| Modifier and Type | Method and Description |
|---|---|
void |
buildJoins(java.util.Map singleJoins,
java.util.List multiJoins)
Build the Set of required joins
Assign join aliases and link them up to each component where required
|
void |
buildPredicateCommands(java.util.List predicatePartCommands)
Add to the list of commands used to build the SQL predicate
|
boolean |
isSupported()
Is this component supported in a DB query?
|
void |
prepare(org.alfresco.service.namespace.NamespaceService namespaceService,
org.alfresco.service.cmr.dictionary.DictionaryService dictionaryService,
QNameDAO qnameDAO,
NodeDAO nodeDAO,
org.alfresco.repo.tenant.TenantService tenantService,
java.util.Set selectors,
java.util.Map functionArgs,
org.alfresco.repo.search.impl.querymodel.FunctionEvaluationContext functionContext)
Use the dictionary to expand any terms, deal with multi-valued properties, etc
Use the QNameDAO to look up any ids
|
getValuepublic boolean isSupported()
DBQueryBuilderComponentisSupported in interface DBQueryBuilderComponentpublic void prepare(org.alfresco.service.namespace.NamespaceService namespaceService,
org.alfresco.service.cmr.dictionary.DictionaryService dictionaryService,
QNameDAO qnameDAO,
NodeDAO nodeDAO,
org.alfresco.repo.tenant.TenantService tenantService,
java.util.Set selectors,
java.util.Map functionArgs,
org.alfresco.repo.search.impl.querymodel.FunctionEvaluationContext functionContext)
DBQueryBuilderComponentprepare in interface DBQueryBuilderComponentpublic void buildJoins(java.util.Map singleJoins,
java.util.List multiJoins)
DBQueryBuilderComponentbuildJoins in interface DBQueryBuilderComponentpublic void buildPredicateCommands(java.util.List predicatePartCommands)
DBQueryBuilderComponentbuildPredicateCommands in interface DBQueryBuilderComponentCopyright © 2005 - 2013 Alfresco Software, Inc. All Rights Reserved.