Uses of Class
org.apache.olingo.commons.api.data.Entity
Packages that use Entity
Package
Description
Contains all the data objects of OData responses and OData requests
Olingo Server API - Deserializer
Olingo Server API - Serializer
Olingo URI
-
Uses of Entity in org.apache.olingo.client.api.domain
Fields in org.apache.olingo.client.api.domain with type parameters of type Entity -
Uses of Entity in org.apache.olingo.client.api.serialization
Methods in org.apache.olingo.client.api.serialization that return EntityModifier and TypeMethodDescriptionODataBinder.getEntity(ClientEntity entity) Gets an Entity from the given OData entity.Methods in org.apache.olingo.client.api.serialization that return types with arguments of type EntityModifier and TypeMethodDescriptionODataDeserializer.toEntity(InputStream input) Gets an entity object from the given InputStream.Method parameters in org.apache.olingo.client.api.serialization with type arguments of type EntityModifier and TypeMethodDescriptionODataBinder.getODataEntity(ResWrap<Entity> resource) Gets ODataEntity from the given entity resource. -
Uses of Entity in org.apache.olingo.client.core.serialization
Methods in org.apache.olingo.client.core.serialization that return EntityMethods in org.apache.olingo.client.core.serialization that return types with arguments of type EntityModifier and TypeMethodDescriptionJsonEntityDeserializer.doDeserialize(com.fasterxml.jackson.core.JsonParser parser) AtomDeserializer.toEntity(InputStream input) ClientODataDeserializerImpl.toEntity(InputStream input) JsonDeserializer.toEntity(InputStream input) Methods in org.apache.olingo.client.core.serialization with parameters of type EntityModifier and TypeMethodDescriptionprotected voidJsonEntitySerializer.doSerialize(Entity entity, com.fasterxml.jackson.core.JsonGenerator jgen) Method parameters in org.apache.olingo.client.core.serialization with type arguments of type EntityModifier and TypeMethodDescriptionprotected voidJsonEntitySerializer.doContainerSerialize(ResWrap<Entity> container, com.fasterxml.jackson.core.JsonGenerator jgen) ODataBinderImpl.getODataEntity(ResWrap<Entity> resource) -
Uses of Entity in org.apache.olingo.commons.api.data
Subclasses of Entity in org.apache.olingo.commons.api.dataMethods in org.apache.olingo.commons.api.data that return EntityModifier and TypeMethodDescriptionEntity.addProperty(Property property) Add property to this Entity.Parameter.asEntity()Gets the value in its entity representation or null if it is not based on an entity value type.Link.getInlineEntity()Gets in-line entity.abstract EntityEntityIterator.next()Methods in org.apache.olingo.commons.api.data that return types with arguments of type EntityModifier and TypeMethodDescriptionEntityCollection.getEntities()Gets entities.EntityCollection.iterator()EntityIterator.iterator()Methods in org.apache.olingo.commons.api.data with parameters of type Entity -
Uses of Entity in org.apache.olingo.server.api.deserializer
Methods in org.apache.olingo.server.api.deserializer that return Entity -
Uses of Entity in org.apache.olingo.server.api.serializer
Methods in org.apache.olingo.server.api.serializer with parameters of type EntityModifier and TypeMethodDescriptionODataSerializer.entity(ServiceMetadata metadata, EdmEntityType entityType, Entity entity, EntitySerializerOptions options) Writes entity data into an InputStream.ODataSerializer.reference(ServiceMetadata metadata, EdmEntitySet edmEntitySet, Entity entity, ReferenceSerializerOptions options) Writes a single entity reference into an InputStream. -
Uses of Entity in org.apache.olingo.server.api.uri
Methods in org.apache.olingo.server.api.uri with parameters of type EntityModifier and TypeMethodDescriptionUriHelper.buildCanonicalURL(EdmEntitySet edmEntitySet, Entity entity) Builds the relative canonical URL for the given entity in the given entity set.UriHelper.buildKeyPredicate(EdmEntityType edmEntityType, Entity entity) Builds the key predicate for the given entity. -
Uses of Entity in org.apache.olingo.server.core.deserializer
Methods in org.apache.olingo.server.core.deserializer that return EntityMethods in org.apache.olingo.server.core.deserializer with parameters of type EntityModifier and TypeMethodDescription -
Uses of Entity in org.apache.olingo.server.core.serializer.json
Methods in org.apache.olingo.server.core.serializer.json with parameters of type EntityModifier and TypeMethodDescriptionprotected voidEdmAssistedJsonSerializer.doSerialize(EdmEntityType entityType, Entity entity, String contextURLString, String metadataETag, com.fasterxml.jackson.core.JsonGenerator json) EdmAssistedJsonSerializer.entity(ServiceMetadata metadata, EdmEntityType entityType, Entity entity, EdmAssistedSerializerOptions options) ODataJsonSerializer.entity(ServiceMetadata metadata, EdmEntityType entityType, Entity entity, EntitySerializerOptions options) protected StringODataJsonSerializer.getEntityId(Entity entity, EdmEntityType entityType, String name) Get the ascii representation of the entity id or thrown anSerializerExceptionif id isnull.ODataJsonSerializer.reference(ServiceMetadata metadata, EdmEntitySet edmEntitySet, Entity entity, ReferenceSerializerOptions options) voidJsonDeltaSerializer.writeAddedUpdatedEntity(ServiceMetadata metadata, EdmEntityType entityType, Entity entity, ExpandOption expand, SelectOption select, ContextURL url, boolean onlyReference, String name, com.fasterxml.jackson.core.JsonGenerator json) voidJsonDeltaSerializerWithNavigations.writeAddedUpdatedEntity(ServiceMetadata metadata, EdmEntityType entityType, Entity entity, ExpandOption expand, SelectOption select, ContextURL url, boolean onlyReference, String name, com.fasterxml.jackson.core.JsonGenerator json, boolean isFullRepresentation) protected voidODataJsonSerializer.writeEntity(ServiceMetadata metadata, EdmEntityType entityType, Entity entity, ContextURL contextURL, ExpandOption expand, Integer toDepth, SelectOption select, boolean onlyReference, Set<String> ancestors, String name, com.fasterxml.jackson.core.JsonGenerator json) -
Uses of Entity in org.apache.olingo.server.core.serializer.xml
Methods in org.apache.olingo.server.core.serializer.xml with parameters of type EntityModifier and TypeMethodDescriptionODataXmlSerializer.entity(ServiceMetadata metadata, EdmEntityType entityType, Entity entity, EntitySerializerOptions options) ODataXmlSerializer.reference(ServiceMetadata metadata, EdmEntitySet edmEntitySet, Entity entity, ReferenceSerializerOptions options) -
Uses of Entity in org.apache.olingo.server.core.uri
Methods in org.apache.olingo.server.core.uri with parameters of type EntityModifier and TypeMethodDescriptionUriHelperImpl.buildCanonicalURL(EdmEntitySet edmEntitySet, Entity entity) UriHelperImpl.buildKeyPredicate(EdmEntityType edmEntityType, Entity entity)