public static interface Data.Multiple extends ResolvableToMany<DataEntity>
| Modifier and Type | Method and Description |
|---|---|
default boolean |
anyExists() |
Page<StructuredData> |
data(RelativePath dataPath,
Pager pager)
Similar to
Data.Single.data(RelativePath), only resolved over multiple entities. |
Page<DataEntity> |
entities(Pager pager)
Note that this is potentially expensive operation because it loads all the data associated with each of the
returned data entities.
|
Page<StructuredData> |
flatData(RelativePath dataPath,
Pager pager)
Similar to
Data.Single.flatData(RelativePath), only resolved over multiple entities. |
entitiesPage<DataEntity> entities(Pager pager)
entities in interface ResolvableToMany<DataEntity>pager - the pager object describing the subset of the entities to returnPage<StructuredData> data(RelativePath dataPath, Pager pager)
Data.Single.data(RelativePath), only resolved over multiple entities.dataPath - the path to the data entry inside the data entitypager - pager to use to page the dataPage<StructuredData> flatData(RelativePath dataPath, Pager pager)
Data.Single.flatData(RelativePath), only resolved over multiple entities.dataPath - the path to the data entry inside the data entitypager - pager to use to page the datadefault boolean anyExists()
anyExists in interface ResolvableToMany<DataEntity>Copyright © 2015 Red Hat, Inc.. All rights reserved.