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.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.options |
Modifier and Type | Method and Description |
---|---|
EntityCollection |
ODataBinder.getEntitySet(ClientEntitySet entitySet)
Gets a EntitySet from the given OData entity set.
|
Modifier and Type | Method and Description |
---|---|
ResWrap<EntityCollection> |
ODataDeserializer.toEntitySet(InputStream input)
Gets an entity set object from the given InputStream.
|
Modifier and Type | Method and Description |
---|---|
ClientEntitySet |
ODataBinder.getODataEntitySet(ResWrap<EntityCollection> resource)
Gets ODataEntitySet from the given entity set resource.
|
Modifier and Type | Class and Description |
---|---|
class |
Delta
A Delta instance contains all added and deleted links and all deleted entities.
|
Modifier and Type | Method and Description |
---|---|
EntityCollection |
Link.getInlineEntitySet()
Gets in-line entity set.
|
Modifier and Type | Method and Description |
---|---|
void |
Link.setInlineEntitySet(EntityCollection entitySet)
Sets in-line entity set.
|
Modifier and Type | Method and Description |
---|---|
EntityCollection |
DeserializerResult.getEntityCollection()
Returns an entity collection.
|
Modifier and Type | Method and Description |
---|---|
SerializerResult |
ODataSerializer.entityCollection(ServiceMetadata metadata,
EdmEntityType entityType,
EntityCollection entitySet,
EntityCollectionSerializerOptions options)
Writes entity-collection data into an InputStream.
|
SerializerResult |
ODataSerializer.referenceCollection(ServiceMetadata metadata,
EdmEntitySet edmEntitySet,
EntityCollection entityCollection,
ReferenceCollectionSerializerOptions options)
Writes entity-collection references into an InputStream.
|
Modifier and Type | Method and Description |
---|---|
EntityCollection |
DataProvider.readAll(EdmEntitySet edmEntitySet) |
Modifier and Type | Method and Description |
---|---|
protected static EntityCollection |
ActionData.entityCollectionAction(String name,
Map<String,Parameter> parameters) |
protected static EntityCollection |
FunctionData.entityCollectionFunction(String name,
List<UriParameter> parameters,
Map<String,EntityCollection> data) |
EntityCollection |
DataProvider.processActionEntityCollection(String name,
Map<String,Parameter> actionParameters) |
EntityCollection |
DataProvider.readAll(EdmEntitySet edmEntitySet) |
EntityCollection |
DataProvider.readFunctionEntitySet(EdmFunction function,
List<UriParameter> parameters) |
Modifier and Type | Method and Description |
---|---|
protected Map<String,EntityCollection> |
DataCreator.getData() |
Modifier and Type | Method and Description |
---|---|
Entity |
DataProvider.read(EdmEntityType edmEntityType,
EntityCollection entitySet,
List<UriParameter> keys) |
Modifier and Type | Method and Description |
---|---|
protected static EntityActionResult |
ActionData.entityAction(String name,
Map<String,Parameter> parameters,
Map<String,EntityCollection> data) |
protected static EntityCollection |
FunctionData.entityCollectionFunction(String name,
List<UriParameter> parameters,
Map<String,EntityCollection> data) |
protected static Entity |
FunctionData.entityFunction(String name,
List<UriParameter> parameters,
Map<String,EntityCollection> data) |
protected static Property |
FunctionData.primitiveComplexFunction(String name,
List<UriParameter> parameters,
Map<String,EntityCollection> data,
OData oData) |
Modifier and Type | Method and Description |
---|---|
protected EntityCollection |
TechnicalProcessor.readEntityCollection(UriInfoResource uriInfo) |
Modifier and Type | Method and Description |
---|---|
EntityCollection |
ExpandSystemQueryOptionHandler.newEntitySet(EntityCollection entitySet) |
EntityCollection |
ExpandSystemQueryOptionHandler.transformEntitySetGraphToTree(EntityCollection entitySet,
EdmBindingTarget edmBindingTarget,
ExpandOption expand) |
Modifier and Type | Method and Description |
---|---|
void |
ExpandSystemQueryOptionHandler.applyExpandQueryOptions(EntityCollection entitySet,
EdmEntitySet edmEntitySet,
ExpandOption expandOption) |
EntityCollection |
ExpandSystemQueryOptionHandler.newEntitySet(EntityCollection entitySet) |
EntityCollection |
ExpandSystemQueryOptionHandler.transformEntitySetGraphToTree(EntityCollection entitySet,
EdmBindingTarget edmBindingTarget,
ExpandOption expand) |
Modifier and Type | Method and Description |
---|---|
static void |
CountHandler.applyCountSystemQueryOption(CountOption countOption,
EntityCollection entitySet) |
static void |
FilterHandler.applyFilterSystemQuery(FilterOption filterOption,
EntityCollection entitySet,
EdmBindingTarget edmEntitySet) |
static void |
OrderByHandler.applyOrderByOption(OrderByOption orderByOption,
EntityCollection entitySet,
EdmBindingTarget edmBindingTarget) |
static Integer |
ServerSidePagingHandler.applyServerSidePaging(SkipTokenOption skipTokenOption,
EntityCollection entityCollection,
EdmEntitySet edmEntitySet,
String rawRequestUri,
Integer preferredPageSize)
Applies server-side paging to the given entity collection.
|
static void |
SkipHandler.applySkipSystemQueryHandler(SkipOption skipOption,
EntityCollection entitySet) |
static void |
TopHandler.applyTopSystemQueryOption(TopOption topOption,
EntityCollection entitySet) |
Copyright © 2013–2015 The Apache Software Foundation. All rights reserved.