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.commons.api.data
Subclasses of Entity in org.apache.olingo.commons.api.dataModifier and TypeClassDescriptionclass
A deleted entity contains the reason for deletion and the id.Methods 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 Entity
EntityIterator.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.