Uses of Class
org.apache.olingo.commons.api.data.AbstractEntityCollectionObject
Packages that use AbstractEntityCollectionObject
Package
Description
Contains all the data objects of OData responses and OData requests
Olingo Server API - Serializer
-
Uses of AbstractEntityCollectionObject in org.apache.olingo.commons.api.data
Subclasses of AbstractEntityCollectionObject in org.apache.olingo.commons.api.dataModifier and TypeClassDescriptionclassclassA Delta instance contains all added and deleted links and all deleted entities.classData representation for a collection of single entities.classData representation as an Iterator for a collection of single entities. -
Uses of AbstractEntityCollectionObject in org.apache.olingo.server.api.serializer
Methods in org.apache.olingo.server.api.serializer with parameters of type AbstractEntityCollectionObjectModifier and TypeMethodDescriptionODataSerializer.entityCollectionStreamed(ServiceMetadata metadata, EdmEntityType entityType, AbstractEntityCollectionObject entities, EntityCollectionSerializerOptions options) Writes entity-collection data into an InputStream. -
Uses of AbstractEntityCollectionObject in org.apache.olingo.server.core
Methods in org.apache.olingo.server.core with parameters of type AbstractEntityCollectionObjectModifier and TypeMethodDescriptionODataWritableContent.with(AbstractEntityCollectionObject entitySet, EdmEntityType entityType, ODataSerializer serializer, ServiceMetadata metadata, EntityCollectionSerializerOptions options) Constructors in org.apache.olingo.server.core with parameters of type AbstractEntityCollectionObjectModifierConstructorDescriptionODataWritableContentBuilder(AbstractEntityCollectionObject entities, EdmEntityType entityType, ODataSerializer serializer, ServiceMetadata metadata, EntityCollectionSerializerOptions options) -
Uses of AbstractEntityCollectionObject in org.apache.olingo.server.core.serializer.json
Methods in org.apache.olingo.server.core.serializer.json with parameters of type AbstractEntityCollectionObjectModifier and TypeMethodDescriptionvoidODataJsonSerializer.entityCollectionIntoStream(ServiceMetadata metadata, EdmEntityType entityType, AbstractEntityCollectionObject entitySet, EntityCollectionSerializerOptions options, OutputStream outputStream) ODataJsonSerializer.entityCollectionStreamed(ServiceMetadata metadata, EdmEntityType entityType, AbstractEntityCollectionObject entities, EntityCollectionSerializerOptions options) protected voidODataJsonSerializer.writeEntitySet(ServiceMetadata metadata, EdmEntityType entityType, AbstractEntityCollectionObject entitySet, ExpandOption expand, Integer toDepth, SelectOption select, boolean onlyReference, Set<String> ancestors, String name, com.fasterxml.jackson.core.JsonGenerator json) protected voidODataJsonSerializer.writeNextLink(AbstractEntityCollectionObject entitySet, com.fasterxml.jackson.core.JsonGenerator json) -
Uses of AbstractEntityCollectionObject in org.apache.olingo.server.core.serializer.xml
Methods in org.apache.olingo.server.core.serializer.xml with parameters of type AbstractEntityCollectionObjectModifier and TypeMethodDescriptionODataXmlSerializer.entityCollectionStreamed(ServiceMetadata metadata, EdmEntityType entityType, AbstractEntityCollectionObject entities, EntityCollectionSerializerOptions options)