|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.alfresco.repo.search.impl.noindex.NoIndexCMISQueryServiceImpl
public class NoIndexCMISQueryServiceImpl
Constructor Summary | |
---|---|
NoIndexCMISQueryServiceImpl()
|
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)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NoIndexCMISQueryServiceImpl()
Method Detail |
---|
public void setCmisService(CMISServices cmisService)
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 CMISQueryService
public CMISResultSet query(java.lang.String query)
CMISQueryService
query
in interface CMISQueryService
public CMISQueryEnum getQuerySupport()
CMISQueryService
getQuerySupport
in interface CMISQueryService
public CMISJoinEnum getJoinSupport()
CMISQueryService
getJoinSupport
in interface CMISQueryService
public boolean getPwcSearchable()
CMISQueryService
getPwcSearchable
in interface CMISQueryService
public boolean getAllVersionsSearchable()
CMISQueryService
getAllVersionsSearchable
in interface CMISQueryService
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |