| 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
 
 The serializer package is used to condense all about the Olingo serialization. | 
| org.apache.olingo.server.api.uri | Olingo URI
 
 The URI package is used to condense all information about the OData path used to query the data. | 
| 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 | 
| List<EdmEntitySet> | EdmEntityContainer. getEntitySetsWithAnnotations()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–2023 The Apache Software Foundation. All rights reserved.