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 SearchParametersCMISQueryOptions. getAsSearchParmeters()Methods in org.alfresco.opencmis.search with parameters of type SearchParameters Modifier and Type Method Description static CMISQueryOptionsCMISQueryOptions. 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 SearchParametersLuceneQueryParserAdaptor. 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 SearchParametersQueryOptions. getAsSearchParmeters()Methods in org.alfresco.repo.search.impl.querymodel with parameters of type SearchParameters Modifier and Type Method Description static QueryOptionsQueryOptions. 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 SearchParametersSearchParameters. copy()SearchParametersResultSetMetaData. 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 ResultSetSearchService. query(SearchParameters searchParameters)Search using the given SearchParameters
-