Package | Description |
---|---|
org.apache.olingo.commons.api.edm | |
org.apache.olingo.commons.api.edm.annotation | |
org.apache.olingo.ext.pojogen | |
org.apache.olingo.server.api.uri |
Modifier and Type | Interface and Description |
---|---|
interface |
EdmComplexType
A CSDL ComplexType element.
|
interface |
EdmEntityType
A CSDL EntityType element.
|
Modifier and Type | Method and Description |
---|---|
EdmStructuredType |
EdmStructuredType.getBaseType()
Base types are described in the OData protocol specification.
|
Modifier and Type | Method and Description |
---|---|
EdmStructuredType |
EdmRecord.getType() |
Modifier and Type | Field and Description |
---|---|
protected EdmStructuredType |
NavPropertyBindingDetails.type |
Modifier and Type | Method and Description |
---|---|
EdmStructuredType |
NavPropertyBindingDetails.getType() |
Modifier and Type | Method and Description |
---|---|
NavPropertyBindingDetails |
AbstractUtility.getNavigationBindingDetails(EdmStructuredType sourceEntityType,
EdmNavigationProperty property) |
boolean |
AbstractUtility.isNavigationAlreadyDeclared(EdmStructuredType type,
EdmNavigationProperty property) |
Constructor and Description |
---|
NavPropertyBindingDetails(Edm edm,
EdmStructuredType type) |
NavPropertyBindingDetails(Edm edm,
EdmStructuredType sourceType,
EdmNavigationProperty property) |
Modifier and Type | Method and Description |
---|---|
String |
UriHelper.buildContextURLSelectList(EdmStructuredType type,
ExpandOption expand,
SelectOption select)
Builds the select-list part of a
ContextURL . |
Copyright © 2013–2015 The Apache Software Foundation. All rights reserved.