org.alfresco.opencmis.search
Class CMISQueryServiceImpl
java.lang.Object
org.alfresco.opencmis.search.CMISQueryServiceImpl
- All Implemented Interfaces:
- CMISQueryService
public class CMISQueryServiceImpl
- extends java.lang.Object
- implements CMISQueryService
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CMISQueryServiceImpl
public CMISQueryServiceImpl()
setOpenCMISDictionaryService
public void setOpenCMISDictionaryService(org.alfresco.opencmis.dictionary.CMISDictionaryService cmisDictionaryService)
setQueryEngine
public void setQueryEngine(org.alfresco.repo.search.impl.querymodel.QueryEngine queryEngine)
- Parameters:
queryEngine
- the queryEngine to set
setNodeService
public void setNodeService(org.alfresco.service.cmr.repository.NodeService nodeService)
- Parameters:
nodeService
- the nodeService to set
setAlfrescoDictionaryService
public void setAlfrescoDictionaryService(org.alfresco.service.cmr.dictionary.DictionaryService alfrescoDictionaryService)
- Parameters:
alfrescoDictionaryService
- the Alfresco Dictionary Service to set
query
public CMISResultSet query(org.alfresco.opencmis.search.CMISQueryOptions options)
- Specified by:
query
in interface CMISQueryService
query
public CMISResultSet query(java.lang.String query,
org.alfresco.service.cmr.repository.StoreRef storeRef)
- Specified by:
query
in interface CMISQueryService
getPwcSearchable
public boolean getPwcSearchable()
- Specified by:
getPwcSearchable
in interface CMISQueryService
getAllVersionsSearchable
public boolean getAllVersionsSearchable()
- Specified by:
getAllVersionsSearchable
in interface CMISQueryService
getQuerySupport
public org.apache.chemistry.opencmis.commons.enums.CapabilityQuery getQuerySupport()
- Specified by:
getQuerySupport
in interface CMISQueryService
getJoinSupport
public org.apache.chemistry.opencmis.commons.enums.CapabilityJoin getJoinSupport()
- Specified by:
getJoinSupport
in interface CMISQueryService
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.