Uses of Class
org.alfresco.search.model.GenericFacetResponse
-
Packages that use GenericFacetResponse Package Description org.alfresco.search.model -
-
Uses of GenericFacetResponse in org.alfresco.search.model
Methods in org.alfresco.search.model that return GenericFacetResponse Modifier and Type Method Description GenericFacetResponseGenericFacetResponse. addBucketsItem(GenericBucket bucketsItem)GenericFacetResponseGenericFacetResponse. buckets(List<GenericBucket> buckets)GenericFacetResponseGenericFacetResponse. label(String label)GenericFacetResponseGenericFacetResponse. type(String type)Methods in org.alfresco.search.model that return types with arguments of type GenericFacetResponse Modifier and Type Method Description @Valid List<GenericFacetResponse>ResultSetContext. getFacets()The faceted responseMethods in org.alfresco.search.model with parameters of type GenericFacetResponse Modifier and Type Method Description ResultSetContextResultSetContext. addFacetsItem(GenericFacetResponse facetsItem)Method parameters in org.alfresco.search.model with type arguments of type GenericFacetResponse Modifier and Type Method Description ResultSetContextResultSetContext. facets(List<GenericFacetResponse> facets)voidResultSetContext. setFacets(List<GenericFacetResponse> facets)
-