public interface CMISQueryService
| 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;
|
CMISResultSet query(CMISQueryOptions options)
options - CMISResultSet query(java.lang.String query)
query - CMISQueryEnum getQuerySupport()
CMISJoinEnum getJoinSupport()
boolean getPwcSearchable()
boolean getAllVersionsSearchable()
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.