Uses of Class
org.alfresco.rest.api.search.model.Limits
-
Packages that use Limits Package Description org.alfresco.rest.api.search.impl org.alfresco.rest.api.search.model -
-
Uses of Limits in org.alfresco.rest.api.search.impl
Methods in org.alfresco.rest.api.search.impl with parameters of type Limits Modifier and Type Method Description void
SearchMapper. fromLimits(org.alfresco.service.cmr.search.SearchParameters sp, Limits limits)
SearchParameters from the Limits object -
Uses of Limits in org.alfresco.rest.api.search.model
Methods in org.alfresco.rest.api.search.model that return Limits Modifier and Type Method Description Limits
SearchQuery. getLimits()
Constructors in org.alfresco.rest.api.search.model with parameters of type Limits Constructor Description SearchQuery(Query query, Paging paging, Boolean includeRequest, List<String> include, List<String> fields, List<SortDef> sort, List<Template> templates, Default defaults, List<FilterQuery> filterQueries, FacetFields facetFields, List<FacetQuery> facetQueries, Spelling spellcheck, Scope scope, Limits limits, org.alfresco.service.cmr.search.GeneralHighlightParameters highlight, org.alfresco.service.cmr.search.IntervalParameters facetIntervals, List<Pivot> pivots, List<org.alfresco.service.cmr.search.StatsRequestParameters> stats, List<org.alfresco.service.cmr.search.RangeParameters> ranges, Localization localization, org.alfresco.service.cmr.search.FacetFormat facetFormat)
-