|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.alfresco.repo.search.impl.querymodel.QueryOptions
org.alfresco.cmis.CMISQueryOptions
public class CMISQueryOptions
The options for a CMIS query
Nested Class Summary | |
---|---|
static class |
CMISQueryOptions.CMISQueryMode
|
Nested classes/interfaces inherited from class org.alfresco.repo.search.impl.querymodel.QueryOptions |
---|
org.alfresco.repo.search.impl.querymodel.QueryOptions.Connective |
Constructor Summary | |
---|---|
CMISQueryOptions(java.lang.String query,
org.alfresco.service.cmr.repository.StoreRef storeRef)
Create a CMISQueryOptions instance with the default options other than the query and store ref. |
|
CMISQueryOptions(java.lang.String query,
org.alfresco.service.cmr.repository.StoreRef storeRef,
java.util.Locale locale)
Create a CMISQueryOptions instance with the default options other than the query, store ref and locale. |
Method Summary | |
---|---|
static CMISQueryOptions |
create(org.alfresco.service.cmr.search.SearchParameters searchParameters)
|
org.alfresco.service.cmr.search.SearchParameters |
getAsSearchParmeters()
|
CMISQueryOptions.CMISQueryMode |
getQueryMode()
Get the query mode. |
void |
setQueryMode(CMISQueryOptions.CMISQueryMode queryMode)
Set the query mode. |
Methods inherited from class org.alfresco.repo.search.impl.querymodel.QueryOptions |
---|
getDefaultFieldName, getDefaultFTSConnective, getDefaultFTSFieldConnective, getLocales, getMaxItems, getMaxPermissionChecks, getMaxPermissionCheckTimeMillis, getMlAnalaysisMode, getQuery, getQueryParameterDefinitions, getSkipCount, getStores, isIncludeInTransactionData, setDefaultFieldName, setDefaultFTSConnective, setDefaultFTSFieldConnective, setIncludeInTransactionData, setLocales, setMaxItems, setMaxPermissionChecks, setMaxPermissionCheckTimeMillis, setMlAnalaysisMode, setQuery, setQueryParameterDefinitions, setSkipCount, setStores |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CMISQueryOptions(java.lang.String query, org.alfresco.service.cmr.repository.StoreRef storeRef)
query
- - the query to runstoreRef
- - the store against which to run the querypublic CMISQueryOptions(java.lang.String query, org.alfresco.service.cmr.repository.StoreRef storeRef, java.util.Locale locale)
query
- - the query to runstoreRef
- - the store against which to run the queryMethod Detail |
---|
public static CMISQueryOptions create(org.alfresco.service.cmr.search.SearchParameters searchParameters)
public CMISQueryOptions.CMISQueryMode getQueryMode()
public void setQueryMode(CMISQueryOptions.CMISQueryMode queryMode)
queryMode
- the queryMode to setpublic org.alfresco.service.cmr.search.SearchParameters getAsSearchParmeters()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |