Uses of Class
org.alfresco.rest.api.search.model.Pivot
-
Packages that use Pivot Package Description org.alfresco.rest.api.search.impl org.alfresco.rest.api.search.model -
-
Uses of Pivot in org.alfresco.rest.api.search.impl
Methods in org.alfresco.rest.api.search.impl with parameters of type Pivot Modifier and Type Method Description protected voidSearchMapper. buildPivotKeys(List<String> pivotKeys, Pivot aPivot, List<StatsRequestParameters> stats, FacetFields facetFields, List<RangeParameters> ranges, SearchRequestContext searchRequestContext) -
Uses of Pivot in org.alfresco.rest.api.search.model
Methods in org.alfresco.rest.api.search.model that return types with arguments of type Pivot Modifier and Type Method Description List<Pivot>Pivot. getPivots()List<Pivot>SearchQuery. getPivots()Constructor parameters in org.alfresco.rest.api.search.model with type arguments of type Pivot Constructor Description Pivot(String key, List<Pivot> pivots)
-