Package | Description |
---|---|
org.apache.olingo.client.api | |
org.apache.olingo.client.api.serialization | |
org.apache.olingo.ext.pojogen | |
org.apache.olingo.server.api | |
org.apache.olingo.server.api.serializer |
Modifier and Type | Method and Description |
---|---|
Edm |
CommonEdmEnabledODataClient.getCachedEdm()
Return the cached Edm matadata information.
|
Edm |
CommonEdmEnabledODataClient.getEdm(String metadataETag)
Checks if the cached Edm matadata information matches the argument and, if not, updates the cache against the
configured service root.
|
Modifier and Type | Method and Description |
---|---|
Edm |
CommonODataReader.readMetadata(InputStream input)
Parses a stream into metadata representation.
|
Edm |
CommonODataReader.readMetadata(Map<String,Schema> xmlSchemas)
Parses a stream into metadata representation, including referenced metadata documents.
|
Modifier and Type | Field and Description |
---|---|
protected Edm |
NavPropertyBindingDetails.edm |
Modifier and Type | Method and Description |
---|---|
protected Edm |
AbstractUtility.getMetadata() |
Modifier and Type | Method and Description |
---|---|
protected void |
V4POJOGenMojo.createUtility(Edm edm,
EdmSchema schema,
String basePackage) |
protected void |
V3POJOGenMojo.createUtility(Edm edm,
EdmSchema schema,
String basePackage) |
protected abstract void |
AbstractPOJOGenMojo.createUtility(Edm edm,
EdmSchema schema,
String basePackage) |
Constructor and Description |
---|
AbstractUtility(Edm metadata,
EdmSchema schema,
String basePackage) |
NavPropertyBindingDetails(Edm edm,
EdmStructuredType type) |
NavPropertyBindingDetails(Edm edm,
EdmStructuredType sourceType,
EdmNavigationProperty property) |
NavPropertyContainsTarget(Edm edm,
EdmEntityType type) |
V3Utility(Edm metadata,
EdmSchema schema,
String basePackage) |
V4Utility(Edm metadata,
EdmSchema schema,
String basePackage) |
Modifier and Type | Method and Description |
---|---|
Edm |
ServiceMetadata.getEdm() |
Modifier and Type | Method and Description |
---|---|
InputStream |
ODataSerializer.serviceDocument(Edm edm,
String serviceRoot)
Writes the service document into an InputStream.
|
Copyright © 2013–2015 The Apache Software Foundation. All rights reserved.