Uses of Class
org.apache.olingo.commons.api.edm.provider.annotation.CsdlDynamicExpression
Packages that use CsdlDynamicExpression
Package
Description
Contains representations for objects created during
CSDL document parsing related to the CSDL annotations.
-
Uses of CsdlDynamicExpression in org.apache.olingo.commons.api.edm.provider.annotation
Modifier and TypeClassDescriptionclass
Represents an annotation pathclass
class
Represents an edm:Cast expression.class
The edm:Collection expression enables a value to be obtained from zero or more child expressions.class
Represents a edm:If expressionclass
The edm:IsOf expression evaluates a child expression and returns a Boolean value indicating whether the child expression returns the specified typeclass
The edm:LabeledElement expression assigns a name to a child expression.class
The edm:LabeledElementReference expression returns the value of an edm:LabeledElement (seeCsdlLabeledElement
) expression.class
class
The edm:NavigationPropertyPath expression provides a value for terms or term properties that specify the built-in abstract type Edm.NavigationPropertyPathclass
The edm:Null expression returns an untyped null value.class
The edm:Path expression enables a value to be obtained by traversing an object graph.class
The edm:PropertyPath expression provides a value for terms or term properties that specify the built-in abstract type Edm.PropertyPath.class
The edm:Record expression enables a new entity type or complex type instance to be constructed.class
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.provider.annotation that return CsdlDynamicExpressionModifier and TypeMethodDescriptionCsdlExpression.asDynamic()
Cast the expression toCsdlDynamicExpression
.