Uses of Interface
org.apache.olingo.odata2.api.edm.EdmType
Packages that use EdmType
Package
Description
Entity Data Model API
URI Parser Facade
Expression Parser
URI Parser Result Views
-
Uses of EdmType in org.apache.olingo.odata2.api.edm
Subinterfaces of EdmType in org.apache.olingo.odata2.api.edmModifier and TypeInterfaceDescriptioninterfaceinterfaceA CSDL ComplexType element.interfaceA CSDL EntityType element.interfaceEdmSimpleType is a primitive type as defined in the Entity Data Model (EDM).interfaceMethods in org.apache.olingo.odata2.api.edm that return EdmType -
Uses of EdmType in org.apache.olingo.odata2.api.uri
Methods in org.apache.olingo.odata2.api.uri that return EdmTypeModifier and TypeMethodDescriptionUriInfo.getTargetType()Gets the target type of the request: an entity type, a simple type, or a complex type. -
Uses of EdmType in org.apache.olingo.odata2.api.uri.expression
Methods in org.apache.olingo.odata2.api.uri.expression that return EdmTypeMethods in org.apache.olingo.odata2.api.uri.expression with parameters of type EdmTypeModifier and TypeMethodDescriptionCommonExpression.setEdmType(EdmType edmType) Set the edmType of this expression node -
Uses of EdmType in org.apache.olingo.odata2.api.uri.info
Methods in org.apache.olingo.odata2.api.uri.info that return EdmTypeModifier and TypeMethodDescriptionDeleteUriInfo.getTargetType()Gets the target type of the request: an entity type, a simple type, or a complex type.GetComplexPropertyUriInfo.getTargetType()Gets the target complex type of the request.GetEntityCountUriInfo.getTargetType()Gets the target entity type of the request.GetEntityLinkCountUriInfo.getTargetType()Gets the target entity type of the request.GetEntityLinkUriInfo.getTargetType()Gets the target entity type of the request.GetEntitySetCountUriInfo.getTargetType()Gets the target entity type of the request.GetEntitySetLinksCountUriInfo.getTargetType()Gets the target entity type of the request.GetEntitySetLinksUriInfo.getTargetType()Gets the target entity type of the request.GetEntitySetUriInfo.getTargetType()Gets the target entity type of the request.GetEntityUriInfo.getTargetType()Gets the target entity type of the request.GetMediaResourceUriInfo.getTargetType()Gets the target entity type of the request.GetSimplePropertyUriInfo.getTargetType()Gets the target simple type of the request.PostUriInfo.getTargetType()Gets the target entity type of the request.PutMergePatchUriInfo.getTargetType()Gets the target type of the request: an entity type, a simple type, or a complex type. -
Uses of EdmType in org.apache.olingo.odata2.core.edm
Classes in org.apache.olingo.odata2.core.edm that implement EdmTypeModifier and TypeClassDescriptionclassAbstract implementation of the EDM simple-type interface.classImplementation of the internal simple type Bit.classImplementation of the EDM simple type Binary.classImplementation of the EDM simple type Boolean.classImplementation of the EDM simple type Byte.classImplementation of the EDM simple type DateTime.classImplementation of the EDM simple type DateTimeOffset.classImplementation of the EDM simple type Decimal.classImplementation of the EDM simple type Double.classImplementation of the EDM simple type Guid.classImplementation of the EDM simple type Int16.classImplementation of the EDM simple type Int32.classImplementation of the EDM simple type Int64.classImplementation of the simple type Null.classImplementation of the EDM simple type SByte.classImplementation of the EDM simple type Single.classImplementation of the EDM simple type String.classImplementation of the EDM simple type Time.classImplementation of the internal simple type "unsigned 7-bit integer". -
Uses of EdmType in org.apache.olingo.odata2.core.edm.provider
Classes in org.apache.olingo.odata2.core.edm.provider that implement EdmTypeModifier and TypeClassDescriptionclassclassclassclassFields in org.apache.olingo.odata2.core.edm.provider declared as EdmTypeMethods in org.apache.olingo.odata2.core.edm.provider that return EdmType -
Uses of EdmType in org.apache.olingo.odata2.core.ep.aggregator
Methods in org.apache.olingo.odata2.core.ep.aggregator that return EdmType -
Uses of EdmType in org.apache.olingo.odata2.core.ep.producer
Methods in org.apache.olingo.odata2.core.ep.producer with parameters of type EdmTypeModifier and TypeMethodDescriptionprotected static voidJsonPropertyEntityProducer.appendPropertyMetadata(JsonStreamWriter jsonStreamWriter, EdmType type) -
Uses of EdmType in org.apache.olingo.odata2.core.uri
Methods in org.apache.olingo.odata2.core.uri that return EdmTypeMethods in org.apache.olingo.odata2.core.uri with parameters of type EdmType -
Uses of EdmType in org.apache.olingo.odata2.core.uri.expression
Fields in org.apache.olingo.odata2.core.uri.expression declared as EdmTypeMethods in org.apache.olingo.odata2.core.uri.expression that return EdmTypeModifier and TypeMethodDescriptionBinaryExpressionImpl.getEdmType()FilterExpressionImpl.getEdmType()LiteralExpressionImpl.getEdmType()MemberExpressionImpl.getEdmType()MethodExpressionImpl.getEdmType()OrderByExpressionImpl.getEdmType()OrderExpressionImpl.getEdmType()PropertyExpressionImpl.getEdmType()Token.getEdmType()UnaryExpressionImpl.getEdmType()ParameterSet.getReturnType()ParameterSetCombination.getReturnType()ParameterSetCombination.PSCflex.getReturnType()ParameterSetCombination.PSCReturnTypeEqLastParameter.getReturnType()InputTypeValidator.TypePromotionValidator.validateParameterSet(List<ParameterSet> allowedParameterTypes, List<EdmType> actualParameterTypes) InputTypeValidator.validateParameterSet(List<ParameterSet> allowedParameterTypes, List<EdmType> actualParameterTypes) Methods in org.apache.olingo.odata2.core.uri.expression with parameters of type EdmTypeModifier and TypeMethodDescriptionstatic ExpressionParserExceptionFilterParserExceptionImpl.createINVALID_TYPES_FOR_BINARY_OPERATOR(BinaryOperator op, EdmType left, EdmType right, Token token, String expression) static ExpressionParserExceptionFilterParserExceptionImpl.createLEFT_SIDE_NOT_STRUCTURAL_TYPE(EdmType parentType, PropertyExpressionImpl property, Token token, String expression) static ExpressionParserExceptionFilterParserExceptionImpl.createTYPE_EXPECTED_AT(EdmType expectedType, EdmType actualType, int position, String expression) BinaryExpressionImpl.setEdmType(EdmType edmType) FilterExpressionImpl.setEdmType(EdmType edmType) LiteralExpressionImpl.setEdmType(EdmType edmType) MemberExpressionImpl.setEdmType(EdmType edmType) MethodExpressionImpl.setEdmType(EdmType edmType) OrderByExpressionImpl.setEdmType(EdmType edmType) OrderExpressionImpl.setEdmType(EdmType edmType) PropertyExpressionImpl.setEdmType(EdmType edmType) UnaryExpressionImpl.setEdmType(EdmType edmType) Method parameters in org.apache.olingo.odata2.core.uri.expression with type arguments of type EdmTypeModifier and TypeMethodDescriptionbooleanCompares a list of EdmTypes with the EdmTypes stored inParameterSet.types.Constructors in org.apache.olingo.odata2.core.uri.expression with parameters of type EdmType