| Package | Description |
|---|---|
| org.apache.olingo.commons.api.edm |
Contains representations for EDM objects created during the URI parsing
|
| org.apache.olingo.commons.core.edm | |
| org.apache.olingo.server.api.etag |
Olingo Server API - ETag
|
| 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 | Class and Description |
|---|---|
class |
AbstractEdmBindingTarget |
class |
EdmEntitySetImpl |
class |
EdmSingletonImpl |
| Modifier and Type | Method and Description |
|---|---|
EdmBindingTarget |
AbstractEdmBindingTarget.getRelatedBindingTarget(String path) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
CustomETagSupport.hasETag(EdmBindingTarget entitySetOrSingleton)
This method will be called for update requests which target an entity or a property of an entity.
|
boolean |
CustomETagSupport.hasMediaETag(EdmBindingTarget entitySetOrSingleton)
This method will be called for update requests which target a media entity value.
|
Copyright © 2023. All rights reserved.