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.client.core.domain
Methods in org.apache.olingo.client.core.domain with parameters of type EdmTypeModifier and TypeMethodDescription -
Uses of EdmType in org.apache.olingo.client.core.serialization
Methods in org.apache.olingo.client.core.serialization with parameters of type EdmTypeModifier and TypeMethodDescriptionprotected ClientPropertyODataBinderImpl.getODataProperty(EdmType type, Property resource) protected voidODataBinderImpl.odataNavigationLinks(EdmType edmType, Linked linked, ClientLinked odataLinked, String metadataETag, URI base) -
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 TypeInterfaceDescriptioninterfaceA CSDL action.interfaceA CSDL ComplexType element.interfaceA CSDL EntityType element.interfaceAn EdmEnumType represents a set of related values.interfaceAn EdmFunction as described in the OData specificationinterfaceA EdmOperation can either be anEdmActionor anEdmFunction.interfaceEdmPrimitiveType is a primitive type as defined in the Entity Data Model (EDM).interfaceEdmStructuralType is the base for a complex type or an entity type.interfaceinterfaceAnEdmTypeDefinitiondefines 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()SeeEdmTypefor more information about possible types.EdmProperty.getTypeWithAnnotations()SeeEdmTypefor more information about possible types.Methods in org.apache.olingo.commons.api.edm with parameters of type EdmTypeModifier and TypeMethodDescriptionbooleanEdmStructuredType.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.commons.core.edm
Classes in org.apache.olingo.commons.core.edm that implement EdmTypeModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassMethods in org.apache.olingo.commons.core.edm that return EdmTypeModifier and TypeMethodDescriptionEdmParameterImpl.getType()EdmPropertyImpl.getType()EdmReturnTypeImpl.getType()EdmTermImpl.getType()EdmTypeInfo.getType()EdmPropertyImpl.getTypeWithAnnotations()Methods in org.apache.olingo.commons.core.edm with parameters of type EdmTypeModifier and TypeMethodDescriptionbooleanAbstractEdmStructuredType.compatibleTo(EdmType targetType) -
Uses of EdmType in org.apache.olingo.commons.core.edm.annotation
Methods in org.apache.olingo.commons.core.edm.annotation that return EdmType -
Uses of EdmType in org.apache.olingo.commons.core.edm.primitivetype
Classes in org.apache.olingo.commons.core.edm.primitivetype that implement EdmTypeModifier and TypeClassDescriptionclassAbstractGeospatialType<T extends Geospatial>classImplementation of the EDM primitive type Binary.final classImplementation of the EDM primitive type Boolean.final classImplementation of the EDM primitive type Byte.final classImplementation of the EDM primitive type Date.final classImplementation of the EDM primitive type DateTimeOffset.final classImplementation of the EDM primitive type Decimal.final classImplementation of the EDM primitive type Double.classfinal classfinal classfinal classfinal classfinal classfinal classfinal classfinal classfinal classfinal classfinal classfinal classfinal classfinal classfinal classfinal classfinal classImplementation of the EDM primitive type Guid.final classImplementation of the EDM primitive type Int16.final classImplementation of the EDM primitive type Int32.final classImplementation of the EDM primitive type Int64.final classImplementation of the EDM primitive type SByte.final classImplementation of the EDM primitive type Single.final classImplementation of the EDM primitive type Stream as URI.final classImplementation of the EDM primitive type String.final classclassAbstract singleton implementation of the EDM primitive-type interface. -
Uses of EdmType in org.apache.olingo.commons.core.edm.termtype
Classes in org.apache.olingo.commons.core.edm.termtype that implement EdmTypeModifier and TypeClassDescriptionclassclassclassclassclassclassAbstract singleton implementation of the EDM term-type interface. -
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 traversedTypeLiteralexpression -
Uses of EdmType in org.apache.olingo.server.core.debug
Methods in org.apache.olingo.server.core.debug with parameters of type EdmTypeModifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodeExpressionJsonVisitor.visitTypeLiteral(EdmType type) -
Uses of EdmType in org.apache.olingo.server.core.serializer.json
Methods in org.apache.olingo.server.core.serializer.json with parameters of type EdmTypeModifier and TypeMethodDescriptionprotected voidEdmAssistedJsonSerializer.valuable(com.fasterxml.jackson.core.JsonGenerator json, Valuable valuable, String name, EdmType type, EdmProperty edmProperty) -
Uses of EdmType in org.apache.olingo.server.core.uri
Methods in org.apache.olingo.server.core.uri that return EdmTypeModifier and TypeMethodDescriptionUriResourceActionImpl.getType()UriResourceComplexPropertyImpl.getType()UriResourceEntitySetImpl.getType()UriResourceFunctionImpl.getType()UriResourceItImpl.getType()UriResourceLambdaAllImpl.getType()UriResourceLambdaAnyImpl.getType()UriResourceLambdaVarImpl.getType()UriResourceNavigationPropertyImpl.getType()UriResourcePrimitivePropertyImpl.getType()UriResourceRootImpl.getType()UriResourceSingletonImpl.getType()UriResourceStartingTypeFilterImpl.getType()UriResourceTypedImpl.getTypeFilter()UriResourceWithKeysImpl.getTypeFilterOnCollection()UriResourceWithKeysImpl.getTypeFilterOnEntry()Methods in org.apache.olingo.server.core.uri with parameters of type EdmTypeModifier and TypeMethodDescriptionUriResourceWithKeysImpl.setCollectionTypeFilter(EdmType collectionTypeFilter) UriResourceWithKeysImpl.setEntryTypeFilter(EdmType entryTypeFilter) Constructors in org.apache.olingo.server.core.uri with parameters of type EdmTypeModifierConstructorDescriptionUriResourceItImpl(EdmType type, boolean isCollection) UriResourceLambdaVarImpl(String variableText, EdmType type) UriResourceRootImpl(EdmType type, boolean isCollection) UriResourceStartingTypeFilterImpl(EdmType type, boolean isCollection) -
Uses of EdmType in org.apache.olingo.server.core.uri.parser
Methods in org.apache.olingo.server.core.uri.parser that return EdmTypeModifier and TypeMethodDescriptionprotected static EdmTypeExpressionParser.getType(Expression expression) protected static EdmTypeParserHelper.getTypeInformation(UriResourcePartTyped resourcePart) Methods in org.apache.olingo.server.core.uri.parser with parameters of type EdmTypeModifier and TypeMethodDescriptionprotected static List<UriParameter>ParserHelper.compoundKey(UriTokenizer tokenizer, EdmEntityType edmEntityType, Edm edm, EdmType referringType, Map<String, AliasQueryOption> aliases, String protocolType) protected static UriParameterParserHelper.createUriParameter(EdmProperty edmProperty, String parameterName, String literalValue, Edm edm, EdmType referringType, Map<String, AliasQueryOption> aliases) ExpressionParser.parse(UriTokenizer tokenizer, EdmType referringType, Collection<String> crossjoinEntitySetNames, Map<String, AliasQueryOption> aliases) ExpressionParser.parse(UriTokenizer tokenizer, EdmType referringType, Collection<String> crossjoinEntitySetNames, Map<String, AliasQueryOption> aliases, boolean allowCollections) FilterParser.parse(UriTokenizer tokenizer, EdmType referencedType, Collection<String> crossjoinEntitySetNames, Map<String, AliasQueryOption> aliases) protected static AliasQueryOptionParserHelper.parseAliasValue(String name, EdmType type, boolean isNullable, boolean isCollection, Edm edm, EdmType referringType, Map<String, AliasQueryOption> aliases) protected static List<UriParameter>ParserHelper.parseFunctionParameters(UriTokenizer tokenizer, Edm edm, EdmType referringType, boolean withComplex, boolean allowCollections, Map<String, AliasQueryOption> aliases) protected static List<UriParameter>ParserHelper.parseFunctionParameters(UriTokenizer tokenizer, Edm edm, EdmType referringType, boolean withComplex, Map<String, AliasQueryOption> aliases) protected static List<UriParameter>ParserHelper.parseKeyPredicate(UriTokenizer tokenizer, EdmEntityType edmEntityType, EdmNavigationProperty partner, Edm edm, EdmType referringType, Map<String, AliasQueryOption> aliases) protected static List<UriParameter>ParserHelper.parseNavigationKeyPredicate(UriTokenizer tokenizer, EdmNavigationProperty navigationProperty, Edm edm, EdmType referringType, Map<String, AliasQueryOption> aliases, String protocolType) protected static voidParserHelper.validateFunctionParameters(EdmFunction function, List<UriParameter> parameters, Edm edm, EdmType referringType) protected static voidParserHelper.validateFunctionParameters(EdmFunction function, List<UriParameter> parameters, Edm edm, EdmType referringType, Map<String, AliasQueryOption> aliases) -
Uses of EdmType in org.apache.olingo.server.core.uri.queryoption
Methods in org.apache.olingo.server.core.uri.queryoption that return EdmTypeModifier and TypeMethodDescriptionExpandItemImpl.getStartTypeFilter()SelectItemImpl.getStartTypeFilter()Methods in org.apache.olingo.server.core.uri.queryoption with parameters of type EdmTypeModifier and TypeMethodDescriptionExpandItemImpl.setTypeFilter(EdmType startTypeFilter) SelectItemImpl.setTypeFilter(EdmType startTypeFilter) -
Uses of EdmType in org.apache.olingo.server.core.uri.queryoption.apply
Classes in org.apache.olingo.server.core.uri.queryoption.apply that implement EdmTypeModifier and TypeClassDescriptionclassA dynamic structured type used to incorporate dynamic properties containing aggregations.Methods in org.apache.olingo.server.core.uri.queryoption.apply that return EdmTypeModifier and TypeMethodDescriptionDynamicProperty.getType()DynamicProperty.getTypeWithAnnotations()Methods in org.apache.olingo.server.core.uri.queryoption.apply with parameters of type EdmTypeConstructors in org.apache.olingo.server.core.uri.queryoption.apply with parameters of type EdmTypeModifierConstructorDescriptionDynamicProperty(String name, EdmType type) Creates a dynamic property with a mandatory name and an optional type. -
Uses of EdmType in org.apache.olingo.server.core.uri.queryoption.expression
Methods in org.apache.olingo.server.core.uri.queryoption.expression that return EdmTypeModifier and TypeMethodDescriptionMemberImpl.getStartTypeFilter()BinaryImpl.getType()LiteralImpl.getType()MemberImpl.getType()MethodImpl.getType()TypeLiteralImpl.getType()UnaryImpl.getType()Constructors in org.apache.olingo.server.core.uri.queryoption.expression with parameters of type EdmTypeModifierConstructorDescriptionBinaryImpl(Expression left, BinaryOperatorKind operator, List<Expression> right, EdmType type) BinaryImpl(Expression left, BinaryOperatorKind operator, Expression right, EdmType type) LiteralImpl(String text, EdmType type) MemberImpl(UriInfoResource path, EdmType startTypeFilter) TypeLiteralImpl(EdmType type) UnaryImpl(UnaryOperatorKind operator, Expression expression, EdmType type)