Uses of Class
org.alfresco.rest.api.search.model.Scope
-
Packages that use Scope Package Description org.alfresco.rest.api.search.impl org.alfresco.rest.api.search.model -
-
Uses of Scope in org.alfresco.rest.api.search.impl
Methods in org.alfresco.rest.api.search.impl with parameters of type Scope Modifier and Type Method Description void
SearchMapper. fromScope(SearchParameters sp, Scope scope, SearchRequestContext searchRequestContext)
SearchParameters from Scope object -
Uses of Scope in org.alfresco.rest.api.search.model
Methods in org.alfresco.rest.api.search.model that return Scope Modifier and Type Method Description Scope
SearchQuery. getScope()
Constructors in org.alfresco.rest.api.search.model with parameters of type Scope 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, GeneralHighlightParameters highlight, IntervalParameters facetIntervals, List<Pivot> pivots, List<StatsRequestParameters> stats, List<RangeParameters> ranges, Localization localization, FacetFormat facetFormat)
-