Package | Description |
---|---|
org.apache.olingo.commons.api.data |
Contains all the data objects of OData responses and OData requests
|
org.apache.olingo.commons.api.edm |
Contains representations for EDM objects created during the URI parsing
|
org.apache.olingo.ext.pojogen | |
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.options |
Modifier and Type | Method and Description |
---|---|
ContextURL.Builder |
ContextURL.Builder.entitySet(EdmEntitySet entitySet)
Set the edm entity set.
|
Modifier and Type | Method and Description |
---|---|
EdmEntitySet |
EdmEntityContainer.getEntitySet(String name)
Get contained EntitySet by name.
|
EdmEntitySet |
EdmOperationImport.getReturnedEntitySet() |
EdmEntitySet |
EdmOperation.getReturnedEntitySet(EdmEntitySet bindingParameterEntitySet)
Get EdmEntitySet for the given binding parameters EntitySet
|
Modifier and Type | Method and Description |
---|---|
List<EdmEntitySet> |
EdmEntityContainer.getEntitySets()
This method DOES NOT support lazy loading
|
Modifier and Type | Method and Description |
---|---|
EdmEntitySet |
EdmOperation.getReturnedEntitySet(EdmEntitySet bindingParameterEntitySet)
Get EdmEntitySet for the given binding parameters EntitySet
|
Modifier and Type | Method and Description |
---|---|
org.apache.olingo.commons.core.edm.EdmTypeInfo |
AbstractUtility.getEdmType(EdmEntitySet entitySet) |
Map<String,String> |
AbstractUtility.getEntityKeyType(EdmEntitySet entitySet) |
Modifier and Type | Method and Description |
---|---|
SerializerResult |
ODataSerializer.reference(ServiceMetadata metadata,
EdmEntitySet edmEntitySet,
Entity entity,
ReferenceSerializerOptions options)
Writes a single entity reference 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 |
---|---|
EdmEntitySet |
UriResourceEntitySet.getEntitySet() |
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.
|
Modifier and Type | Method and Description |
---|---|
Entity |
DataProvider.read(EdmEntitySet edmEntitySet,
List<UriParameter> keys) |
EntityCollection |
DataProvider.readAll(EdmEntitySet edmEntitySet) |
Modifier and Type | Method and Description |
---|---|
Entity |
DataProvider.create(EdmEntitySet edmEntitySet) |
void |
DataProvider.delete(EdmEntitySet edmEntitySet,
Entity entity) |
Entity |
DataProvider.read(EdmEntitySet edmEntitySet,
List<UriParameter> keys) |
EntityCollection |
DataProvider.readAll(EdmEntitySet edmEntitySet) |
void |
DataProvider.update(String rawBaseUri,
EdmEntitySet edmEntitySet,
Entity entity,
Entity changedEntity,
boolean patch,
boolean isInsert) |
Modifier and Type | Method and Description |
---|---|
protected EdmEntitySet |
TechnicalProcessor.getEdmEntitySet(UriInfoResource uriInfo) |
Modifier and Type | Method and Description |
---|---|
void |
ExpandSystemQueryOptionHandler.applyExpandQueryOptions(EntityCollection entitySet,
EdmEntitySet edmEntitySet,
ExpandOption expandOption) |
void |
ExpandSystemQueryOptionHandler.applyExpandQueryOptions(Entity entity,
EdmEntitySet edmEntitySet,
ExpandOption expandOption) |
Modifier and Type | Method and Description |
---|---|
static Integer |
ServerSidePagingHandler.applyServerSidePaging(SkipTokenOption skipTokenOption,
EntityCollection entityCollection,
EdmEntitySet edmEntitySet,
String rawRequestUri,
Integer preferredPageSize)
Applies server-side paging to the given entity collection.
|
Copyright © 2013–2015 The Apache Software Foundation. All rights reserved.