Uses of Interface
org.apache.olingo.commons.api.edm.annotation.EdmExpression
Packages that use EdmExpression
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
-
Uses of EdmExpression in org.apache.olingo.commons.api.edm
Methods in org.apache.olingo.commons.api.edm that return EdmExpression -
Uses of EdmExpression in org.apache.olingo.commons.api.edm.annotation
Subinterfaces of EdmExpression 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 constant expressioninterface
Represents a dynamic expressioninterface
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 EdmExpressionModifier and TypeMethodDescriptionEdmIf.getElse()
Return the third expression of the edm:If expression.EdmIf.getGuard()
Returns the first expression of the edm:If expression.EdmLogicalOrComparisonExpression.getLeftExpression()
Returns the first expression (left child)EdmLogicalOrComparisonExpression.getRightExpression()
Returns the second expression (right child)EdmIf.getThen()
Return the second expression of the edm:If expression.EdmCast.getValue()
Cast value of the expressionEdmIsOf.getValue()
Returns true if the child expression returns the specified typedEdmLabeledElement.getValue()
Returns the child expressionEdmPropertyValue.getValue()
Evaluated value of the expression (property value)EdmUrlRef.getValue()
Returns a expression of type Edm.StringMethods in org.apache.olingo.commons.api.edm.annotation that return types with arguments of type EdmExpressionModifier and TypeMethodDescriptionEdmCollection.getItems()
Returns a list of child expressionEdmApply.getParameters()
Returns the expressions applied to the parameters of the function