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