|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.alfresco.repo.search.impl.solr.SolrCMISQueryServiceImpl
public class SolrCMISQueryServiceImpl
| Constructor Summary | |
|---|---|
SolrCMISQueryServiceImpl()
|
|
| Method Summary | |
|---|---|
boolean |
getAllVersionsSearchable()
Can you query non-latest versions of a document. |
CMISJoinEnum |
getJoinSupport()
Get the join support level in queries. |
boolean |
getPwcSearchable()
Can you query Private Working Copies of a document. |
CMISQueryEnum |
getQuerySupport()
Get the query support level |
CMISResultSet |
query(CMISQueryOptions options)
Execute a CMIS query as defined by options |
CMISResultSet |
query(java.lang.String query)
Execute a CMIS query with all the default options; |
void |
setAlfrescoDictionaryService(org.alfresco.service.cmr.dictionary.DictionaryService alfrescoDictionaryService)
|
void |
setCmisDictionaryService(CMISDictionaryService cmisDictionaryService)
|
void |
setCmisService(CMISServices cmisService)
|
void |
setNodeService(org.alfresco.service.cmr.repository.NodeService nodeService)
|
void |
setSolrQueryLanguage(SolrQueryLanguage solrQueryLanguage)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SolrCMISQueryServiceImpl()
| Method Detail |
|---|
public void setCmisService(CMISServices cmisService)
public void setSolrQueryLanguage(SolrQueryLanguage solrQueryLanguage)
public void setCmisDictionaryService(CMISDictionaryService cmisDictionaryService)
public void setNodeService(org.alfresco.service.cmr.repository.NodeService nodeService)
public void setAlfrescoDictionaryService(org.alfresco.service.cmr.dictionary.DictionaryService alfrescoDictionaryService)
public CMISResultSet query(CMISQueryOptions options)
CMISQueryService
query in interface CMISQueryServicepublic CMISResultSet query(java.lang.String query)
CMISQueryService
query in interface CMISQueryServicepublic CMISQueryEnum getQuerySupport()
CMISQueryService
getQuerySupport in interface CMISQueryServicepublic CMISJoinEnum getJoinSupport()
CMISQueryService
getJoinSupport in interface CMISQueryServicepublic boolean getPwcSearchable()
CMISQueryService
getPwcSearchable in interface CMISQueryServicepublic boolean getAllVersionsSearchable()
CMISQueryService
getAllVersionsSearchable in interface CMISQueryService
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||