Uses of Interface
org.apache.olingo.odata2.api.edm.EdmEntityType

Packages that use EdmEntityType
org.apache.olingo.odata2.api.edm Entity Data Model API 
org.apache.olingo.odata2.api.uri URI Parser Facade 
 

Uses of EdmEntityType in org.apache.olingo.odata2.api.edm
 

Methods in org.apache.olingo.odata2.api.edm that return EdmEntityType
 EdmEntityType EdmEntityType.getBaseType()
           
 EdmEntityType EdmEntitySet.getEntityType()
          Get the entity type
 EdmEntityType EdmAssociationEnd.getEntityType()
           
 EdmEntityType Edm.getEntityType(String namespace, String name)
          Get entity type by full qualified name
 

Uses of EdmEntityType in org.apache.olingo.odata2.api.uri
 

Methods in org.apache.olingo.odata2.api.uri with parameters of type EdmEntityType
static FilterExpression UriParser.parseFilter(Edm edm, EdmEntityType edmType, String expression)
          Parses a $filter expression string and create an expression tree.
abstract  FilterExpression UriParser.parseFilterString(EdmEntityType edmType, String expression)
          Parses a $filter expression string and create an expression tree.
static OrderByExpression UriParser.parseOrderBy(Edm edm, EdmEntityType edmType, String expression)
          Parses a $orderby expression string and creates an expression tree.
abstract  OrderByExpression UriParser.parseOrderByString(EdmEntityType edmType, String expression)
          Parses a $orderby expression string and creates an expression tree.
 



Copyright © 2013-2015 The Apache Software Foundation. All Rights Reserved.