Modifier and Type | Method and Description |
---|---|
Edm |
EdmEnabledODataClient.getCachedEdm()
Return the cached Edm matadata information.
|
Edm |
EdmEnabledODataClient.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 |
---|---|
ODataClientBuilder.ClientBuilder |
ODataClientBuilder.ClientBuilder.edm(Edm edm)
Set the edm to use for edm enabled client
|
Modifier and Type | Method and Description |
---|---|
Edm |
ODataReader.readMetadata(InputStream input)
Parses a stream into metadata representation.
|
Edm |
ODataReader.readMetadata(Map<String,CsdlSchema> 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 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) |
V4Utility(Edm metadata,
EdmSchema schema,
String basePackage) |
Modifier and Type | Method and Description |
---|---|
Edm |
ServiceMetadata.getEdm() |
Modifier and Type | Method and Description |
---|---|
SerializerResult |
ODataSerializer.serviceDocument(Edm edm,
String serviceRoot)
Writes the service document into an InputStream.
|
Modifier and Type | Method and Description |
---|---|
List<UriParameter> |
UriHelper.getKeyPredicatesFromEntityLink(Edm edm,
String entityLink,
String rawServiceRoot)
Retrieves the key predicates from a canonical link to an entity.
|
Modifier and Type | Method and Description |
---|---|
void |
DataProvider.setEdm(Edm edm) |
Constructor and Description |
---|
RequestValidator(DataProvider provider,
boolean isUpdate,
boolean isPatch,
UriHelper uriHelper,
Edm edm,
String rawServiceRoot) |
RequestValidator(DataProvider provider,
UriHelper uriHelper,
Edm edm,
String rawServiceRoot) |
Copyright © 2013–2015 The Apache Software Foundation. All rights reserved.