Uses of Class
org.alfresco.service.cmr.search.SearchParameters
-
Packages that use SearchParameters Package Description org.alfresco.opencmis.search org.alfresco.repo.search.adaptor.lucene org.alfresco.repo.search.impl.querymodel org.alfresco.service.cmr.search -
-
Uses of SearchParameters in org.alfresco.opencmis.search
Methods in org.alfresco.opencmis.search that return SearchParameters Modifier and Type Method Description SearchParameters
CMISQueryOptions. getAsSearchParmeters()
Methods in org.alfresco.opencmis.search with parameters of type SearchParameters Modifier and Type Method Description static CMISQueryOptions
CMISQueryOptions. create(SearchParameters searchParameters)
-
Uses of SearchParameters in org.alfresco.repo.search.adaptor.lucene
Methods in org.alfresco.repo.search.adaptor.lucene that return SearchParameters Modifier and Type Method Description SearchParameters
LuceneQueryParserAdaptor. getSearchParameters()
-
Uses of SearchParameters in org.alfresco.repo.search.impl.querymodel
Methods in org.alfresco.repo.search.impl.querymodel that return SearchParameters Modifier and Type Method Description SearchParameters
QueryOptions. getAsSearchParmeters()
Methods in org.alfresco.repo.search.impl.querymodel with parameters of type SearchParameters Modifier and Type Method Description static QueryOptions
QueryOptions. create(SearchParameters searchParameters)
-
Uses of SearchParameters in org.alfresco.service.cmr.search
Methods in org.alfresco.service.cmr.search that return SearchParameters Modifier and Type Method Description SearchParameters
SearchParameters. copy()
SearchParameters
ResultSetMetaData. getSearchParameters()
Get the parameters that were specified to define this search.Methods in org.alfresco.service.cmr.search with parameters of type SearchParameters Modifier and Type Method Description ResultSet
SearchService. query(SearchParameters searchParameters)
Search using the given SearchParameters
-