Modifier and Type | Field and Description |
---|---|
protected ResWrap<Entity> |
ODataEntitySetIterator.cached |
Modifier and Type | Method and Description |
---|---|
Entity |
CommonODataBinder.getEntity(CommonODataEntity entity)
Gets an Entity from the given OData entity.
|
Modifier and Type | Method and Description |
---|---|
CommonODataEntity |
CommonODataBinder.getODataEntity(ResWrap<Entity> resource)
Gets ODataEntity from the given entity resource.
|
Modifier and Type | Method and Description |
---|---|
ODataEntity |
ODataBinder.getODataEntity(ResWrap<Entity> resource) |
Modifier and Type | Method and Description |
---|---|
ODataEntity |
ODataBinder.getODataEntity(ResWrap<Entity> resource) |
Modifier and Type | Method and Description |
---|---|
Entity |
Entity.addProperty(Property property)
Add property to this Entity.
|
Entity |
Link.getInlineEntity()
Gets in-line entity.
|
Modifier and Type | Method and Description |
---|---|
List<Entity> |
EntitySet.getEntities()
Gets entities.
|
Modifier and Type | Method and Description |
---|---|
void |
Link.setInlineEntity(Entity entity)
Sets in-line entity.
|
Modifier and Type | Method and Description |
---|---|
ResWrap<Entity> |
ODataDeserializer.toEntity(InputStream input)
Gets an entity object from the given InputStream.
|
Modifier and Type | Method and Description |
---|---|
Entity |
ODataDeserializer.entity(InputStream stream,
EdmEntityType edmEntityType)
Deserializes an entity stream into an
Entity object. |
Modifier and Type | Method and Description |
---|---|
InputStream |
ODataSerializer.entity(EdmEntityType entityType,
Entity entity,
EntitySerializerOptions options)
Writes entity data into an InputStream.
|
Modifier and Type | Method and Description |
---|---|
String |
UriHelper.buildCanonicalURL(EdmEntitySet edmEntitySet,
Entity entity)
Builds the relative canonical URL for the given entity in the given entity set.
|
Modifier and Type | Method and Description |
---|---|
Entity |
DataProvider.read(EdmEntitySet edmEntitySet,
List<UriParameter> keys) |
Modifier and Type | Method and Description |
---|---|
Entity |
DataProvider.create(EdmEntitySet edmEntitySet) |
Entity |
DataProvider.read(EdmEntitySet edmEntitySet,
List<UriParameter> keys) |
Modifier and Type | Method and Description |
---|---|
void |
DataProvider.delete(EdmEntitySet edmEntitySet,
Entity entity) |
void |
DataProvider.deleteLinksTo(Entity to) |
byte[] |
DataProvider.readMedia(Entity entity) |
void |
DataProvider.setMedia(Entity entity,
byte[] media,
String type) |
Copyright © 2013–2015 The Apache Software Foundation. All rights reserved.