Uses of Interface
org.apache.olingo.commons.api.edm.EdmAnnotatable
Packages that use EdmAnnotatable
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 EdmAnnotatable in org.apache.olingo.commons.api.edm
Subinterfaces of EdmAnnotatable in org.apache.olingo.commons.api.edmModifier and TypeInterfaceDescriptioninterface
A CSDL action.interface
An EdmActionImport element.interface
This class models an OData Annotation which can be applied to a target.interface
This is used to apply a group of annotations to a single model element.interface
Entity Sets or Singletons can be bound to each other using a navigation property binding so anEdmBindingTarget
can either be anEdmEntitySet
or anEdmSingleton
.interface
A CSDL ComplexType element.interface
A CSDL EntityContainer element.interface
A CSDL EntitySet element.interface
A CSDL EntityType element.interface
An EdmFunction as described in the OData specificationinterface
A CSDL FunctionImport elementinterface
AnEdmEnumType
member element.interface
A CSDL NavigationProperty element
EdmNavigationProperty allows navigation from one entity type to another via a relationship.interface
interface
A EdmOperation can either be anEdmAction
or anEdmFunction
.interface
An EdmOperationImport can be an EdmActionImport or an EdmFunctionImport.interface
A CSDL parameter elementinterface
A CSDL Property element.interface
A referential constraint of a navigation property.interface
A csdl schema elementinterface
AnEdmSingleton
represents a single entity inside the entity model.interface
EdmStructuralType is the base for a complex type or an entity type.interface
AnEdmTerm
defines a term in a vocabulary.interface
AnEdmTypeDefinition
defines a specialization of one of the possible primitive types. -
Uses of EdmAnnotatable in org.apache.olingo.commons.api.edm.annotation
Subinterfaces of EdmAnnotatable in org.apache.olingo.commons.api.edm.annotationModifier and TypeInterfaceDescriptioninterface
Represents a logical and annotationinterface
Represents an Edm:Apply expressioninterface
Represents an edm:Cast expression.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
Represents a edm:Le expressioninterface
Represents a generic expression with two child exprssionsinterface
Represents a edm:Lt expressioninterface
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:PropertyValue element supplies a value to a property on the type instantiated by an edm:Record expression (SeeEdmRecord
).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.