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
|
org.apache.olingo.server.sample.data | |
org.apache.olingo.server.tecsvc.data | |
org.apache.olingo.server.tecsvc.processor | |
org.apache.olingo.server.tecsvc.processor.queryoptions | |
org.apache.olingo.server.tecsvc.processor.queryoptions.expression |
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 | 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.
|
Modifier and Type | Method and Description |
---|---|
List<Entity> |
EntityCollection.getEntities()
Gets entities.
|
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.
|
Modifier and Type | Method and Description |
---|---|
Entity |
DataProvider.read(EdmEntitySet edmEntitySet,
List<UriParameter> keys) |
Modifier and Type | Method and Description |
---|---|
Entity |
DataProvider.create(EdmEntitySet edmEntitySet) |
protected static Entity |
FunctionData.entityFunction(String name,
Map<String,Parameter> parameters,
Map<String,EntityCollection> data) |
Entity |
EntityActionResult.getEntity() |
protected Entity |
DataProvider.getEntityByReference(String entityId,
String rawServiceRoot) |
Entity |
DataProvider.read(EdmEntitySet edmEntitySet,
List<UriParameter> keys) |
Entity |
DataProvider.read(EdmEntityType edmEntityType,
EntityCollection entitySet,
List<UriParameter> keys) |
Entity |
DataProvider.readFunctionEntity(EdmFunction function,
List<UriParameter> parameters,
UriInfoResource uriInfo) |
Modifier and Type | Method and Description |
---|---|
void |
DataProvider.createReference(Entity entity,
EdmNavigationProperty navigationProperty,
URI entityId,
String rawServiceRoot) |
void |
DataProvider.delete(EdmEntitySet edmEntitySet,
Entity entity) |
void |
DataProvider.deleteLinksTo(Entity to) |
void |
DataProvider.deleteReference(Entity entity,
EdmNavigationProperty navigationProperty,
String entityId,
String rawServiceRoot) |
byte[] |
DataProvider.readMedia(Entity entity) |
EntityActionResult |
EntityActionResult.setEntity(Entity entity) |
void |
DataProvider.setLink(EdmNavigationProperty navigationProperty,
Entity srcEntity,
Entity targetEntity) |
protected static void |
DataCreator.setLink(Entity entity,
String navigationPropertyName,
Entity target) |
protected static void |
DataCreator.setLinks(Entity entity,
String navigationPropertyName,
Entity... targets) |
protected static void |
DataCreator.setLinks(Entity entity,
String navigationPropertyName,
Entity... targets) |
void |
DataProvider.setMedia(Entity entity,
byte[] media,
String type) |
void |
DataProvider.update(String rawBaseUri,
EdmEntitySet edmEntitySet,
Entity entity,
Entity changedEntity,
boolean patch,
boolean isInsert) |
void |
DataProvider.updateETag(Entity entity) |
void |
RequestValidator.validate(EdmBindingTarget edmBindingTarget,
Entity entity) |
Modifier and Type | Method and Description |
---|---|
protected Entity |
TechnicalProcessor.readEntity(UriInfoResource uriInfo)
Reads an entity as specified in the resource path, including navigation.
|
protected Entity |
TechnicalProcessor.readEntity(UriInfoResource uriInfo,
boolean ignoreLastNavigation)
If ignoreLastNavigation is set to false see
TechnicalProcessor.readEntity(UriInfoResource)
otherwise returns the second last entity (Ignores the last navigation)
If no such entity exists throws an ODataApplicationException |
Modifier and Type | Method and Description |
---|---|
Entity |
ExpandSystemQueryOptionHandler.transformEntityGraphToTree(Entity entity,
EdmBindingTarget edmEntitySet,
ExpandOption expand) |
Modifier and Type | Method and Description |
---|---|
void |
ExpandSystemQueryOptionHandler.applyExpandQueryOptions(Entity entity,
EdmEntitySet edmEntitySet,
ExpandOption expandOption,
UriInfoResource uriInfo,
Edm edm) |
Entity |
ExpandSystemQueryOptionHandler.transformEntityGraphToTree(Entity entity,
EdmBindingTarget edmEntitySet,
ExpandOption expand) |
Constructor and Description |
---|
ExpressionVisitorImpl(Entity entity,
UriInfoResource uriInfo,
Edm edm) |
Copyright © 2013–2015 The Apache Software Foundation. All rights reserved.