public class CMISQueryOptions
extends org.alfresco.repo.search.impl.querymodel.QueryOptions
| Modifier and Type | Class and Description |
|---|---|
static class |
CMISQueryOptions.CMISQueryMode |
| Constructor and Description |
|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
getDefaultFieldName, getDefaultFTSConnective, getDefaultFTSFieldConnective, getLocales, getMaxItems, getMaxPermissionChecks, getMaxPermissionCheckTimeMillis, getMaxRawResultSetSizeForInMemorySort, getMlAnalaysisMode, getQuery, getQueryParameterDefinitions, getSkipCount, getStores, getUseInMemorySort, isIncludeInTransactionData, setDefaultFieldName, setDefaultFTSConnective, setDefaultFTSFieldConnective, setIncludeInTransactionData, setLocales, setMaxItems, setMaxPermissionChecks, setMaxPermissionCheckTimeMillis, setMaxRawResultSetSizeForInMemorySort, setMlAnalaysisMode, setQuery, setQueryParameterDefinitions, setSkipCount, setStores, setUseInMemorySortpublic 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 querypublic 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()
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.