Uses of Interface
org.apache.olingo.commons.api.edm.EdmType
Packages that use EdmType
Package
Description
Contains all the data objects of OData responses and OData requests
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
Olingo Server API - URI - QueryOptions - Expressions
-
Uses of EdmType in org.apache.olingo.client.api.domain
Methods in org.apache.olingo.client.api.domain with parameters of type EdmTypeModifier and TypeMethodDescription -
Uses of EdmType in org.apache.olingo.commons.api.data
Methods in org.apache.olingo.commons.api.data with parameters of type EdmTypeModifier and TypeMethodDescriptionSet the edm entity type. -
Uses of EdmType in org.apache.olingo.commons.api.edm
Subinterfaces of EdmType in org.apache.olingo.commons.api.edmModifier and TypeInterfaceDescriptioninterface
A CSDL action.interface
A CSDL ComplexType element.interface
A CSDL EntityType element.interface
An EdmEnumType represents a set of related values.interface
An EdmFunction as described in the OData specificationinterface
A EdmOperation can either be anEdmAction
or anEdmFunction
.interface
EdmPrimitiveType is a primitive type as defined in the Entity Data Model (EDM).interface
EdmStructuralType is the base for a complex type or an entity type.interface
AnEdmTypeDefinition
defines a specialization of one of the possible primitive types.Methods in org.apache.olingo.commons.api.edm that return EdmTypeModifier and TypeMethodDescriptionEdmTerm.getType()
EdmTyped.getType()
SeeEdmType
for more information about possible types.EdmProperty.getTypeWithAnnotations()
SeeEdmType
for more information about possible types.Methods in org.apache.olingo.commons.api.edm with parameters of type EdmTypeModifier and TypeMethodDescriptionboolean
EdmStructuredType.compatibleTo
(EdmType targetType) Checks if this type is convertible to parametertargetType
-
Uses of EdmType in org.apache.olingo.commons.api.edm.annotation
Methods in org.apache.olingo.commons.api.edm.annotation that return EdmType -
Uses of EdmType in org.apache.olingo.ext.pojogen
Methods in org.apache.olingo.ext.pojogen with parameters of type EdmTypeModifier and TypeMethodDescriptionorg.apache.olingo.commons.core.edm.EdmTypeInfo
AbstractUtility.getEdmTypeInfo
(EdmType type) AbstractUtility.getJavaType
(EdmType type) AbstractUtility.getJavaType
(EdmType type, Boolean forceCollection) boolean
AbstractUtility.isStreamType
(EdmType type) -
Uses of EdmType in org.apache.olingo.ext.proxy.utils
Methods in org.apache.olingo.ext.proxy.utils with parameters of type EdmTypeModifier and TypeMethodDescriptionstatic ClientAnnotation
CoreUtils.getODataAnnotation
(EdmEnabledODataClient client, String term, EdmType type, Object obj) -
Uses of EdmType in org.apache.olingo.server.api.uri
Methods in org.apache.olingo.server.api.uri that return EdmTypeModifier and TypeMethodDescriptionUriResourcePartTyped.getType()
UriResourceEntitySet.getTypeFilterOnCollection()
UriResourceFunction.getTypeFilterOnCollection()
UriResourceIt.getTypeFilterOnCollection()
UriResourceNavigation.getTypeFilterOnCollection()
UriResourceEntitySet.getTypeFilterOnEntry()
UriResourceFunction.getTypeFilterOnEntry()
UriResourceIt.getTypeFilterOnEntry()
UriResourceNavigation.getTypeFilterOnEntry()
-
Uses of EdmType in org.apache.olingo.server.api.uri.queryoption
Methods in org.apache.olingo.server.api.uri.queryoption that return EdmTypeModifier and TypeMethodDescriptionExpandItem.getStartTypeFilter()
SelectItem.getStartTypeFilter()
-
Uses of EdmType in org.apache.olingo.server.api.uri.queryoption.expression
Methods in org.apache.olingo.server.api.uri.queryoption.expression that return EdmTypeModifier and TypeMethodDescriptionMember.getStartTypeFilter()
Literal.getType()
Numeric literals without an dot and without an e return the smallest possible Edm Integer type.Member.getType()
TypeLiteral.getType()
Methods in org.apache.olingo.server.api.uri.queryoption.expression with parameters of type EdmTypeModifier and TypeMethodDescriptionExpressionVisitor.visitTypeLiteral
(EdmType type) Called for each traversedTypeLiteral
expression