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

    Modifier and Type
    Interface
    Description
    interface 
    Represents a logical and annotation
    interface 
    Represents an annotation path
    interface 
    Represents an Edm:Apply expression
    interface 
    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 expression
    interface 
    Represents a edm:Ge expression
    interface 
    Represents a edm:Gt expression
    interface 
    Represents a edm:If expression
    interface 
    The edm:IsOf expression evaluates a child expression and returns a Boolean value indicating whether the child expression returns the specified type
    interface 
    The edm:LabeledElement expression assigns a name to a child expression.
    interface 
    The edm:LabeledElementReference expression returns the value of an edm:LabeledElement (see EdmLabeledElement) expression.
    interface 
    Represents a edm:Le expression
    interface 
    Represents a generic expression with two child exprssions
    interface 
    Represents a edm:Lt expression
    interface 
    The edm:NavigationPropertyPath expression provides a value for terms or term properties that specify the built-in abstract type Edm.NavigationPropertyPath
    interface 
    Represents a edm:Ne expression
    interface 
    Represents a logical edm:Le expression
    interface 
    The edm:Null expression returns an untyped null value.
    interface 
    Represents a logical edm:And expression
    interface 
    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.
    Modifier and Type
    Method
    Description
    EdmExpression.asDynamic()
    Cast the expression to EdmDynamicExpression