public class CMISQueryServiceImpl extends java.lang.Object implements CMISQueryService
| Constructor and Description |
|---|
CMISQueryServiceImpl() |
| 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) |
void |
setQueryEngine(org.alfresco.repo.search.impl.querymodel.QueryEngine queryEngine) |
public void setCMISService(CMISServices cmisService)
service - the service to setpublic void setCMISDictionaryService(CMISDictionaryService cmisDictionaryService)
cmisDictionaryService - the cmisDictionaryService to setpublic void setQueryEngine(org.alfresco.repo.search.impl.querymodel.QueryEngine queryEngine)
queryEngine - the queryEngine to setpublic void setNodeService(org.alfresco.service.cmr.repository.NodeService nodeService)
nodeService - the nodeService to setpublic void setAlfrescoDictionaryService(org.alfresco.service.cmr.dictionary.DictionaryService alfrescoDictionaryService)
alfrescoDictionaryService - the Alfresco Dictionary Service to setpublic CMISResultSet query(CMISQueryOptions options)
CMISQueryServicequery in interface CMISQueryServicepublic CMISResultSet query(java.lang.String query)
CMISQueryServicequery in interface CMISQueryServicepublic boolean getPwcSearchable()
CMISQueryServicegetPwcSearchable in interface CMISQueryServicepublic boolean getAllVersionsSearchable()
CMISQueryServicegetAllVersionsSearchable in interface CMISQueryServicepublic CMISQueryEnum getQuerySupport()
CMISQueryServicegetQuerySupport in interface CMISQueryServicepublic CMISJoinEnum getJoinSupport()
CMISQueryServicegetJoinSupport in interface CMISQueryServiceCopyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.