Uses of Class
org.alfresco.rest.api.search.model.Scope
Packages that use Scope
-
Uses of Scope in org.alfresco.rest.api.search.impl
Methods in org.alfresco.rest.api.search.impl with parameters of type ScopeModifier and TypeMethodDescriptionvoid
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 ScopeConstructors in org.alfresco.rest.api.search.model with parameters of type ScopeModifierConstructorDescriptionSearchQuery
(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)