Class DBQueryEngine
- java.lang.Object
-
- org.alfresco.repo.search.impl.querymodel.impl.db.DBQueryEngine
-
- All Implemented Interfaces:
QueryEngine
public class DBQueryEngine extends Object implements QueryEngine
- Author:
- Andy
-
-
Constructor Summary
Constructors Constructor Description DBQueryEngine()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description QueryEngineResultsexecuteQuery(Query query, QueryOptions options, FunctionEvaluationContext functionContext)QueryModelFactorygetQueryModelFactory()voidsetDictionaryService(DictionaryService dictionaryService)voidsetMetadataIndexCheck2(OptionalPatchApplicationCheckBootstrapBean metadataIndexCheck2)voidsetNamespaceService(NamespaceService namespaceService)voidsetNodeDAO(NodeDAO nodeDAO)voidsetNodeService(NodeService nodeService)voidsetQnameDAO(QNameDAO qnameDAO)voidsetSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate sqlSessionTemplate)voidsetTenantService(TenantService tenantService)
-
-
-
Method Detail
-
setMetadataIndexCheck2
public void setMetadataIndexCheck2(OptionalPatchApplicationCheckBootstrapBean metadataIndexCheck2)
-
setTenantService
public void setTenantService(TenantService tenantService)
-
setSqlSessionTemplate
public final void setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate sqlSessionTemplate)
-
setQnameDAO
public void setQnameDAO(QNameDAO qnameDAO)
- Parameters:
qnameDAO- the qnameDAO to set
-
setDictionaryService
public void setDictionaryService(DictionaryService dictionaryService)
- Parameters:
dictionaryService- the dictionaryService to set
-
setNamespaceService
public void setNamespaceService(NamespaceService namespaceService)
- Parameters:
namespaceService- the namespaceService to set
-
setNodeService
public void setNodeService(NodeService nodeService)
- Parameters:
nodeService- the nodeService to set
-
setNodeDAO
public void setNodeDAO(NodeDAO nodeDAO)
- Parameters:
nodeDAO- the nodeDAO to set
-
executeQuery
public QueryEngineResults executeQuery(Query query, QueryOptions options, FunctionEvaluationContext functionContext)
- Specified by:
executeQueryin interfaceQueryEngine
-
getQueryModelFactory
public QueryModelFactory getQueryModelFactory()
- Specified by:
getQueryModelFactoryin interfaceQueryEngine
-
-