org.alfresco.opencmis.search
Interface CMISQueryService

All Known Implementing Classes:
CMISQueryServiceImpl, NoIndexOpenCMISQueryServiceImpl, SolrOpenCMISQueryServiceImpl

public interface CMISQueryService


Method Summary
 boolean getAllVersionsSearchable()
           
 org.apache.chemistry.opencmis.commons.enums.CapabilityJoin getJoinSupport()
           
 boolean getPwcSearchable()
           
 org.apache.chemistry.opencmis.commons.enums.CapabilityQuery getQuerySupport()
           
 CMISResultSet query(org.alfresco.opencmis.search.CMISQueryOptions options)
           
 CMISResultSet query(java.lang.String query, org.alfresco.service.cmr.repository.StoreRef storeRef)
           
 

Method Detail

query

CMISResultSet query(org.alfresco.opencmis.search.CMISQueryOptions options)

query

CMISResultSet query(java.lang.String query,
                    org.alfresco.service.cmr.repository.StoreRef storeRef)

getPwcSearchable

boolean getPwcSearchable()

getAllVersionsSearchable

boolean getAllVersionsSearchable()

getQuerySupport

org.apache.chemistry.opencmis.commons.enums.CapabilityQuery getQuerySupport()

getJoinSupport

org.apache.chemistry.opencmis.commons.enums.CapabilityJoin getJoinSupport()


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.