Uses of Interface
org.apache.olingo.commons.api.edm.EdmStructuredType
Packages that use EdmStructuredType
Package
Description
Contains representations for EDM objects created during the URI parsing
Contains representations for all annotation related
EDM objects created during the URI parsing
Olingo URI
Olingo Server API - URI - QueryOptions
-
Uses of EdmStructuredType in org.apache.olingo.commons.api.edm
Subinterfaces of EdmStructuredType in org.apache.olingo.commons.api.edmModifier and TypeInterfaceDescriptioninterface
A CSDL ComplexType element.interface
A CSDL EntityType element.Methods in org.apache.olingo.commons.api.edm that return EdmStructuredTypeModifier and TypeMethodDescriptionEdmStructuredType.getBaseType()
Base types are described in the OData protocol specification. -
Uses of EdmStructuredType in org.apache.olingo.commons.api.edm.annotation
Methods in org.apache.olingo.commons.api.edm.annotation that return EdmStructuredTypeModifier and TypeMethodDescriptionEdmRecord.getType()
Returns the entity type or complex type to be constructed. -
Uses of EdmStructuredType in org.apache.olingo.ext.pojogen
Fields in org.apache.olingo.ext.pojogen declared as EdmStructuredTypeMethods in org.apache.olingo.ext.pojogen that return EdmStructuredTypeMethods in org.apache.olingo.ext.pojogen with parameters of type EdmStructuredTypeModifier and TypeMethodDescriptionAbstractUtility.getNavigationBindingDetails
(EdmStructuredType sourceEntityType, EdmNavigationProperty property) boolean
AbstractUtility.isNavigationAlreadyDeclared
(EdmStructuredType type, EdmNavigationProperty property) Constructors in org.apache.olingo.ext.pojogen with parameters of type EdmStructuredTypeModifierConstructorDescriptionNavPropertyBindingDetails
(Edm edm, EdmStructuredType type) NavPropertyBindingDetails
(Edm edm, EdmStructuredType sourceType, EdmNavigationProperty property) -
Uses of EdmStructuredType in org.apache.olingo.server.api.uri
Methods in org.apache.olingo.server.api.uri with parameters of type EdmStructuredTypeModifier and TypeMethodDescriptionUriHelper.buildContextURLSelectList
(EdmStructuredType type, ExpandOption expand, SelectOption select) Builds the select-list part of aContextURL
. -
Uses of EdmStructuredType in org.apache.olingo.server.api.uri.queryoption
Methods in org.apache.olingo.server.api.uri.queryoption that return EdmStructuredType