Package | Description |
---|---|
org.apache.olingo.client.api.domain | |
org.apache.olingo.client.api.serialization | |
org.apache.olingo.commons.api.data |
Contains all the data objects of OData responses and OData requests
|
org.apache.olingo.server.api.deserializer |
Olingo Server API - Deserializer
|
org.apache.olingo.server.api.serializer |
Olingo Server API - Serializer
|
org.apache.olingo.server.api.uri |
Olingo URI
|
Modifier and Type | Field and Description |
---|---|
protected ResWrap<Entity> |
ClientEntitySetIterator.cached |
Modifier and Type | Method and Description |
---|---|
Entity |
ODataBinder.getEntity(ClientEntity entity)
Gets an Entity from the given OData entity.
|
Modifier and Type | Method and Description |
---|---|
ResWrap<Entity> |
ODataDeserializer.toEntity(InputStream input)
Gets an entity object from the given InputStream.
|
Modifier and Type | Method and Description |
---|---|
ClientEntity |
ODataBinder.getODataEntity(ResWrap<Entity> resource)
Gets ODataEntity from the given entity resource.
|
Modifier and Type | Class and Description |
---|---|
class |
DeletedEntity
A deleted entity contains the reason for deletion and the id.
|
Modifier and Type | Method and Description |
---|---|
Entity |
Entity.addProperty(Property property)
Add property to this Entity.
|
Entity |
Parameter.asEntity()
Gets the value in its entity representation or null if it is not based on an entity value type.
|
Entity |
Link.getInlineEntity()
Gets in-line entity.
|
abstract Entity |
EntityIterator.next()
Which is an Entity for this type of iterator.
|
Modifier and Type | Method and Description |
---|---|
List<Entity> |
EntityCollection.getEntities()
Gets entities.
|
Iterator<Entity> |
EntityIterator.iterator() |
Iterator<Entity> |
EntityCollection.iterator() |
Modifier and Type | Method and Description |
---|---|
void |
Link.setInlineEntity(Entity entity)
Sets in-line entity.
|
Modifier and Type | Method and Description |
---|---|
Entity |
DeserializerResult.getEntity()
Returns an entity.
|
Modifier and Type | Method and Description |
---|---|
SerializerResult |
ODataSerializer.entity(ServiceMetadata metadata,
EdmEntityType entityType,
Entity entity,
EntitySerializerOptions options)
Writes entity data into an InputStream.
|
SerializerResult |
ODataSerializer.reference(ServiceMetadata metadata,
EdmEntitySet edmEntitySet,
Entity entity,
ReferenceSerializerOptions options)
Writes a single entity reference into an InputStream.
|
Modifier and Type | Method and Description |
---|---|
String |
UriHelper.buildCanonicalURL(EdmEntitySet edmEntitySet,
Entity entity)
Builds the relative canonical URL for the given entity in the given entity set.
|
String |
UriHelper.buildKeyPredicate(EdmEntityType edmEntityType,
Entity entity)
Builds the key predicate for the given entity.
|
Copyright © 2013–2018 The Apache Software Foundation. All rights reserved.