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 void
SearchMapper. buildPivotKeys(List<String> pivotKeys, Pivot aPivot, List<org.alfresco.service.cmr.search.StatsRequestParameters> stats, FacetFields facetFields, List<org.alfresco.service.cmr.search.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)
-