public class NoIndexCMISQueryServiceImpl extends java.lang.Object implements CMISQueryService
| Constructor and Description |
|---|
NoIndexCMISQueryServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
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) |
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)
CMISQueryServicequery in interface CMISQueryServicepublic CMISResultSet query(java.lang.String query)
CMISQueryServicequery in interface CMISQueryServicepublic CMISQueryEnum getQuerySupport()
CMISQueryServicegetQuerySupport in interface CMISQueryServicepublic CMISJoinEnum getJoinSupport()
CMISQueryServicegetJoinSupport in interface CMISQueryServicepublic boolean getPwcSearchable()
CMISQueryServicegetPwcSearchable in interface CMISQueryServicepublic boolean getAllVersionsSearchable()
CMISQueryServicegetAllVersionsSearchable in interface CMISQueryServiceCopyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.