Package | Description |
---|---|
org.apache.olingo.commons.api.edm |
Contains representations for EDM objects created during the URI parsing
|
org.apache.olingo.ext.pojogen | |
org.apache.olingo.server.tecsvc.data | |
org.apache.olingo.server.tecsvc.processor.queryoptions | |
org.apache.olingo.server.tecsvc.processor.queryoptions.expression | |
org.apache.olingo.server.tecsvc.processor.queryoptions.options |
Modifier and Type | Interface and Description |
---|---|
interface |
EdmEntitySet
A CSDL EntitySet element.
|
interface |
EdmSingleton
An
EdmSingleton represents a single entity inside the entity model. |
Modifier and Type | Method and Description |
---|---|
EdmBindingTarget |
EdmBindingTarget.getRelatedBindingTarget(String path)
Returns the target for a given path.
|
Modifier and Type | Field and Description |
---|---|
protected EdmBindingTarget |
NavPropertyBindingDetails.entitySet |
Modifier and Type | Method and Description |
---|---|
EdmBindingTarget |
NavPropertyBindingDetails.getEntitySet() |
Modifier and Type | Method and Description |
---|---|
void |
RequestValidator.validate(EdmBindingTarget edmBindingTarget,
Entity entity) |
Modifier and Type | Method and Description |
---|---|
Entity |
ExpandSystemQueryOptionHandler.transformEntityGraphToTree(Entity entity,
EdmBindingTarget edmEntitySet,
ExpandOption expand) |
EntityCollection |
ExpandSystemQueryOptionHandler.transformEntitySetGraphToTree(EntityCollection entitySet,
EdmBindingTarget edmBindingTarget,
ExpandOption expand) |
Constructor and Description |
---|
ExpressionVisitorImpl(Entity entity,
EdmBindingTarget bindingTarget) |
Modifier and Type | Method and Description |
---|---|
static void |
FilterHandler.applyFilterSystemQuery(FilterOption filterOption,
EntityCollection entitySet,
EdmBindingTarget edmEntitySet) |
static void |
OrderByHandler.applyOrderByOption(OrderByOption orderByOption,
EntityCollection entitySet,
EdmBindingTarget edmBindingTarget) |
Copyright © 2013–2015 The Apache Software Foundation. All rights reserved.