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(java.util.List<java.lang.String> pivotKeys, Pivot aPivot, java.util.List<org.alfresco.service.cmr.search.StatsRequestParameters> stats, FacetFields facetFields, java.util.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 java.util.List<Pivot>
Pivot. getPivots()
java.util.List<Pivot>
SearchQuery. getPivots()
Constructor parameters in org.alfresco.rest.api.search.model with type arguments of type Pivot Constructor Description Pivot(java.lang.String key, java.util.List<Pivot> pivots)
-