Uses of Class
org.apache.olingo.odata2.core.ep.aggregator.EntityInfoAggregator
-
Packages that use EntityInfoAggregator Package Description org.apache.olingo.odata2.core.ep.aggregator org.apache.olingo.odata2.core.ep.consumer org.apache.olingo.odata2.core.ep.producer -
-
Uses of EntityInfoAggregator in org.apache.olingo.odata2.core.ep.aggregator
Methods in org.apache.olingo.odata2.core.ep.aggregator that return EntityInfoAggregator Modifier and Type Method Description static EntityInfoAggregatorEntityInfoAggregator. create(EdmEntitySet entitySet)Create anEntityInfoAggregatorbased on givenEdmEntitySetstatic EntityInfoAggregatorEntityInfoAggregator. create(EdmEntitySet entitySet, ExpandSelectTreeNode expandSelectTree)Create anEntityInfoAggregatorbased on givenEdmEntitySet -
Uses of EntityInfoAggregator in org.apache.olingo.odata2.core.ep.consumer
Methods in org.apache.olingo.odata2.core.ep.consumer with parameters of type EntityInfoAggregator Modifier and Type Method Description ODataEntryXmlEntryConsumer. readEntry(XMLStreamReader reader, EntityInfoAggregator eia, EntityProviderReadProperties readProperties, boolean isInline)ODataDeltaFeedXmlFeedConsumer. readFeed(XMLStreamReader reader, EntityInfoAggregator eia, EntityProviderReadProperties readProperties)Constructors in org.apache.olingo.odata2.core.ep.consumer with parameters of type EntityInfoAggregator Constructor Description JsonEntryConsumer(com.google.gson.stream.JsonReader reader, EntityInfoAggregator eia, EntityProviderReadProperties readProperties)JsonFeedConsumer(com.google.gson.stream.JsonReader reader, EntityInfoAggregator eia, EntityProviderReadProperties readProperties) -
Uses of EntityInfoAggregator in org.apache.olingo.odata2.core.ep.producer
Methods in org.apache.olingo.odata2.core.ep.producer with parameters of type EntityInfoAggregator Modifier and Type Method Description voidAtomEntryEntityProducer. append(XMLStreamWriter writer, EntityInfoAggregator eia, Map<String,Object> data, boolean isRootElement, boolean isFeedPart)voidAtomFeedProducer. append(XMLStreamWriter writer, EntityInfoAggregator eia, List<Map<String,Object>> data, boolean isInline)voidJsonDeletedEntryEntityProducer. append(Writer writer, EntityInfoAggregator entityInfo, List<Map<String,Object>> deletedEntries, boolean noPreviousEntries)voidJsonEntryEntityProducer. append(Writer writer, EntityInfoAggregator entityInfo, Map<String,Object> data, boolean isRootElement)voidJsonLinkEntityProducer. append(Writer writer, EntityInfoAggregator entityInfo, Map<String,Object> data)voidJsonLinksEntityProducer. append(Writer writer, EntityInfoAggregator entityInfo, List<Map<String,Object>> data)voidXmlLinkEntityProducer. append(XMLStreamWriter writer, EntityInfoAggregator entityInfo, Map<String,Object> data, boolean isRootElement)voidXmlLinksEntityProducer. append(XMLStreamWriter writer, EntityInfoAggregator entityInfo, List<Map<String,Object>> data)voidJsonFeedEntityProducer. appendAsArray(Writer writer, EntityInfoAggregator entityInfo, List<Map<String,Object>> data)voidJsonFeedEntityProducer. appendAsObject(Writer writer, EntityInfoAggregator entityInfo, List<Map<String,Object>> data, boolean isRootElement)voidTombstoneProducer. appendTombstones(XMLStreamWriter writer, EntityInfoAggregator eia, EntityProviderWriteProperties properties, List<Map<String,Object>> deletedEntries)Appends tombstones to an already started feed.protected static StringAtomEntryEntityProducer. createETag(EntityInfoAggregator eia, Map<String,Object> data)
-