Package | Description |
---|---|
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.tecsvc.data |
Modifier and Type | Method and Description |
---|---|
Property |
ODataBinder.getProperty(ClientProperty property)
Gets a Property from the given OData property.
|
Modifier and Type | Method and Description |
---|---|
ResWrap<Property> |
ODataDeserializer.toProperty(InputStream input)
Gets a property object from the given InputStream.
|
Modifier and Type | Method and Description |
---|---|
ClientProperty |
ODataBinder.getODataProperty(ResWrap<Property> resource)
Gets an ODataProperty from the given property resource.
|
Modifier and Type | Method and Description |
---|---|
Property |
Entity.getProperty(String name)
Gets property with given name.
|
Modifier and Type | Method and Description |
---|---|
List<Property> |
Entity.getProperties()
Gets properties.
|
List<Property> |
ComplexValue.getValue()
Get list of all values for this ComplexValue.
|
Modifier and Type | Method and Description |
---|---|
Entity |
Entity.addProperty(Property property)
Add property to this Entity.
|
Modifier and Type | Method and Description |
---|---|
Property |
DeserializerResult.getProperty()
Returns a Property or collections of properties (primitive & complex).
|
Modifier and Type | Method and Description |
---|---|
SerializerResult |
ODataSerializer.complex(ServiceMetadata metadata,
EdmComplexType type,
Property property,
ComplexSerializerOptions options)
Writes complex-type instance data into an InputStream.
|
SerializerResult |
ODataSerializer.complexCollection(ServiceMetadata metadata,
EdmComplexType type,
Property property,
ComplexSerializerOptions options)
Writes data of a collection of complex-type instances into an InputStream.
|
SerializerResult |
ODataSerializer.primitive(ServiceMetadata metadata,
EdmPrimitiveType type,
Property property,
PrimitiveSerializerOptions options)
Writes primitive-type instance data into an InputStream.
|
SerializerResult |
ODataSerializer.primitiveCollection(ServiceMetadata metadata,
EdmPrimitiveType type,
Property property,
PrimitiveSerializerOptions options)
Writes data of a collection of primitive-type instances into an InputStream.
|
Modifier and Type | Method and Description |
---|---|
protected static Property |
ActionData.complexAction(String name,
Map<String,Parameter> parameters) |
protected static Property |
ActionData.complexCollectionAction(String name,
Map<String,Parameter> parameters) |
protected static Property |
DataCreator.createComplex(String name,
Property... properties) |
protected static Property |
DataCreator.createComplexCollection(String name,
List<Property>... propertiesList) |
protected Property |
DataCreator.createKeyNavAllPrimComplexValue(String name) |
protected static Property |
ActionData.createKeyNavAllPrimComplexValue(String name) |
protected static Property |
DataCreator.createPrimitive(String name,
Object value) |
protected static Property |
DataCreator.createPrimitiveCollection(String name,
Object... values) |
protected static Property |
ActionData.primitiveAction(String name,
Map<String,Parameter> parameters)
Performs the named action (i.e., does nothing, currently) and returns the primitive-type result.
|
protected static Property |
ActionData.primitiveCollectionAction(String name,
Map<String,Parameter> parameters,
OData oData) |
protected static Property |
FunctionData.primitiveComplexFunction(String name,
List<UriParameter> parameters,
Map<String,EntityCollection> data,
OData oData) |
Property |
DataProvider.processActionComplex(String name,
Map<String,Parameter> actionParameters) |
Property |
DataProvider.processActionComplexCollection(String name,
Map<String,Parameter> actionParameters) |
Property |
DataProvider.processActionPrimitive(String name,
Map<String,Parameter> actionParameters) |
Property |
DataProvider.processActionPrimitiveCollection(String name,
Map<String,Parameter> actionParameters) |
Property |
DataProvider.readFunctionPrimitiveComplex(EdmFunction function,
List<UriParameter> parameters) |
Modifier and Type | Method and Description |
---|---|
protected static Property |
DataCreator.createComplex(String name,
Property... properties) |
void |
DataProvider.updateProperty(EdmProperty edmProperty,
Property property,
Property newProperty,
boolean patch) |
void |
DataProvider.updatePropertyValue(Property property,
Object value) |
Copyright © 2013–2015 The Apache Software Foundation. All rights reserved.