public static class EmptyInventory.DatasMultiple extends Object implements Data.Multiple
| Constructor and Description |
|---|
DatasMultiple() |
| Modifier and Type | Method and Description |
|---|---|
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. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitanyExistsentitiespublic Page<DataEntity> entities(Pager pager)
Data.Multipleentities in interface Data.Multipleentities in interface ResolvableToMany<DataEntity>pager - the pager object describing the subset of the entities to returnpublic Page<StructuredData> data(RelativePath dataPath, Pager pager)
Data.MultipleData.Single.data(RelativePath), only resolved over multiple entities.data in interface Data.MultipledataPath - the path to the data entry inside the data entitypager - pager to use to page the datapublic Page<StructuredData> flatData(RelativePath dataPath, Pager pager)
Data.MultipleData.Single.flatData(RelativePath), only resolved over multiple entities.flatData in interface Data.MultipledataPath - the path to the data entry inside the data entitypager - pager to use to page the dataCopyright © 2015 Red Hat, Inc.. All rights reserved.