Uses of Interface
org.apache.olingo.commons.api.edm.annotation.EdmDynamicExpression
Packages that use EdmDynamicExpression
Package
Description
Contains representations for all annotation related
EDM objects created during the URI parsing
-
Uses of EdmDynamicExpression in org.apache.olingo.commons.api.edm.annotation
Subinterfaces of EdmDynamicExpression in org.apache.olingo.commons.api.edm.annotationModifier and TypeInterfaceDescriptioninterface
Represents a logical and annotationinterface
Represents an annotation pathinterface
Represents an Edm:Apply expressioninterface
Represents an edm:Cast expression.interface
The edm:Collection expression enables a value to be obtained from zero or more child expressions.interface
Represents a edm:Eq expressioninterface
Represents a edm:Ge expressioninterface
Represents a edm:Gt expressioninterface
Represents a edm:If expressioninterface
The edm:IsOf expression evaluates a child expression and returns a Boolean value indicating whether the child expression returns the specified typeinterface
The edm:LabeledElement expression assigns a name to a child expression.interface
The edm:LabeledElementReference expression returns the value of an edm:LabeledElement (seeEdmLabeledElement
) expression.interface
Represents a edm:Le expressioninterface
Represents a generic expression with two child exprssionsinterface
Represents a edm:Lt expressioninterface
The edm:NavigationPropertyPath expression provides a value for terms or term properties that specify the built-in abstract type Edm.NavigationPropertyPathinterface
Represents a edm:Ne expressioninterface
Represents a logical edm:Le expressioninterface
The edm:Null expression returns an untyped null value.interface
Represents a logical edm:And expressioninterface
The edm:Path expression enables a value to be obtained by traversing an object graph.interface
The edm:PropertyPath expression provides a value for terms or term properties that specify the built-in abstract type Edm.PropertyPath.interface
The edm:Record expression enables a new entity type or complex type instance to be constructed.interface
The edm:UrlRef expression enables a value to be obtained by sending a GET request to the value of the UrlRef expression.Methods in org.apache.olingo.commons.api.edm.annotation that return EdmDynamicExpressionModifier and TypeMethodDescriptionEdmExpression.asDynamic()
Cast the expression toEdmDynamicExpression