Uses of Interface
org.apache.olingo.commons.api.edm.Edm
Packages that use Edm
Package
Description
Olingo Server API
Olingo URI
-
Uses of Edm in org.apache.olingo.client.api
Methods in org.apache.olingo.client.api that return EdmModifier and TypeMethodDescriptionEdmEnabledODataClient.getCachedEdm()
Return the cached Edm matadata information.Checks if the cached Edm matadata information matches the argument and, if not, updates the cache against the configured service root.Methods in org.apache.olingo.client.api with parameters of type EdmModifier and TypeMethodDescriptionSet the edm to use for edm enabled client -
Uses of Edm in org.apache.olingo.client.api.serialization
Methods in org.apache.olingo.client.api.serialization that return EdmModifier and TypeMethodDescriptionODataReader.readMetadata
(InputStream input) Parses a stream into metadata representation.ODataReader.readMetadata
(InputStream input, List<InputStream> termDefinitions) Parses a stream into metadata representation.ODataReader.readMetadata
(Map<String, CsdlSchema> xmlSchemas) Parses a stream into metadata representation, including referenced metadata documents.ODataReader.readMetadata
(Map<String, CsdlSchema> xmlSchemas, List<CsdlSchema> termDefinitionSchema) Parses metadata document along with the document which includes term definitionsODataReader.readMetadata
(XMLMetadata metadata, List<InputStream> termDefinitions) Fetches schema from metadata document and parses the document which includes term definitionsMethods in org.apache.olingo.client.api.serialization with parameters of type EdmModifier and TypeMethodDescriptionvoid
ODataMetadataValidation.validateMetadata
(Edm edm) This method validates the metadata based on the Edm provided -
Uses of Edm in org.apache.olingo.ext.pojogen
Fields in org.apache.olingo.ext.pojogen declared as EdmMethods in org.apache.olingo.ext.pojogen that return EdmMethods in org.apache.olingo.ext.pojogen with parameters of type EdmModifier and TypeMethodDescriptionprotected abstract void
AbstractPOJOGenMojo.createUtility
(Edm edm, EdmSchema schema, String basePackage) protected void
V4POJOGenMojo.createUtility
(Edm edm, EdmSchema schema, String basePackage) Constructors in org.apache.olingo.ext.pojogen with parameters of type EdmModifierConstructorDescriptionAbstractUtility
(Edm metadata, EdmSchema schema, String basePackage) NavPropertyBindingDetails
(Edm edm, EdmStructuredType type) NavPropertyBindingDetails
(Edm edm, EdmStructuredType sourceType, EdmNavigationProperty property) NavPropertyContainsTarget
(Edm edm, EdmEntityType type) -
Uses of Edm in org.apache.olingo.server.api
Methods in org.apache.olingo.server.api that return Edm -
Uses of Edm in org.apache.olingo.server.api.uri
Methods in org.apache.olingo.server.api.uri with parameters of type EdmModifier and TypeMethodDescriptionUriHelper.parseEntityId
(Edm edm, String entityId, String rawServiceRoot) Parses a given entity-id.