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
|
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,
AbstractEntityCollection 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.
|
Copyright © 2013–2018 The Apache Software Foundation. All rights reserved.