Uses of Class
org.apache.olingo.odata2.core.ep.aggregator.EntityInfoAggregator
Packages that use EntityInfoAggregator
Package
Description
-
Uses of EntityInfoAggregator in org.apache.olingo.odata2.core.ep.aggregator
Methods in org.apache.olingo.odata2.core.ep.aggregator that return EntityInfoAggregatorModifier and TypeMethodDescriptionstatic 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 EntityInfoAggregatorModifier and TypeMethodDescriptionXmlEntryConsumer.readEntry(XMLStreamReader reader, EntityInfoAggregator eia, EntityProviderReadProperties readProperties, boolean isInline) XmlFeedConsumer.readFeed(XMLStreamReader reader, EntityInfoAggregator eia, EntityProviderReadProperties readProperties) Constructors in org.apache.olingo.odata2.core.ep.consumer with parameters of type EntityInfoAggregatorModifierConstructorDescriptionJsonEntryConsumer(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 EntityInfoAggregatorModifier and TypeMethodDescriptionvoidAtomEntryEntityProducer.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)