public class EntityCollection
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
int |
count
The total number of entities that are available to return after filtering and faceting but before paging.
|
java.util.List<Facet> |
facets
The facets calculated for the result set.
|
java.util.List<Entity> |
items
The filtered, faceted, sorted and paged entities.
|
| Constructor and Description |
|---|
EntityCollection() |
| Modifier and Type | Method and Description |
|---|---|
DistinctFacet |
getDistinctFacetByName(java.lang.String name) |
RangeFacet |
getRangeFacetByName(java.lang.String name) |
public int count
public java.util.List<Facet> facets
public java.util.List<Entity> items
public DistinctFacet getDistinctFacetByName(java.lang.String name)
public RangeFacet getRangeFacetByName(java.lang.String name)