Modifier and Type | Field and Description |
---|---|
protected ResWrap<Entity> |
ClientEntitySetIterator.cached |
Modifier and Type | Method and Description |
---|---|
Entity |
ODataBinder.getEntity(ClientEntity entity)
Gets an Entity from the given OData entity.
|
Modifier and Type | Method and Description |
---|---|
ClientEntity |
ODataBinder.getODataEntity(ResWrap<Entity> resource)
Gets ODataEntity from the given entity resource.
|
Modifier and Type | Method and Description |
---|---|
Entity |
Entity.addProperty(Property property)
Add property to this Entity.
|
Entity |
Parameter.asEntity()
Get the value in its entity representation or null if it is not based on an entity ValueType
|
Entity |
Link.getInlineEntity()
Gets in-line entity.
|
Modifier and Type | Method and Description |
---|---|
List<Entity> |
EntityCollection.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 |
DeserializerResult.getEntity()
Return an entity
|
Modifier and Type | Method and Description |
---|---|
SerializerResult |
ODataSerializer.entity(ServiceMetadata metadata,
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.
|
String |
UriHelper.buildKeyPredicate(EdmEntityType edmEntityType,
Entity entity)
Builds the key predicate for the given entity.
|
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) |
protected static Entity |
FunctionData.entityFunction(String name,
List<UriParameter> parameters,
Map<String,EntityCollection> data) |
Entity |
EntityActionResult.getEntity() |
Entity |
DataProvider.read(EdmEntitySet edmEntitySet,
List<UriParameter> keys) |
Entity |
DataProvider.read(EdmEntityType edmEntityType,
EntityCollection entitySet,
List<UriParameter> keys) |
Entity |
DataProvider.readFunctionEntity(EdmFunction function,
List<UriParameter> parameters) |
Modifier and Type | Method and Description |
---|---|
void |
DataProvider.delete(EdmEntitySet edmEntitySet,
Entity entity) |
void |
DataProvider.deleteLinksTo(Entity to) |
byte[] |
DataProvider.readMedia(Entity entity) |
EntityActionResult |
EntityActionResult.setEntity(Entity entity) |
protected static void |
DataCreator.setLink(Entity entity,
String navigationPropertyName,
Entity target) |
protected static void |
DataCreator.setLinks(Entity entity,
String navigationPropertyName,
Entity... targets) |
protected static void |
DataCreator.setLinks(Entity entity,
String navigationPropertyName,
Entity... targets) |
void |
DataProvider.setMedia(Entity entity,
byte[] media,
String type) |
void |
DataProvider.update(String rawBaseUri,
EdmEntitySet edmEntitySet,
Entity entity,
Entity changedEntity,
boolean patch,
boolean isInsert) |
void |
RequestValidator.validate(EdmBindingTarget edmBindingTarget,
Entity entity) |
Modifier and Type | Method and Description |
---|---|
protected Entity |
TechnicalProcessor.readEntity(UriInfoResource uriInfo)
Reads an entity as specified in the resource path, including navigation.
|
Modifier and Type | Method and Description |
---|---|
Entity |
ExpandSystemQueryOptionHandler.transformEntityGraphToTree(Entity entity,
EdmBindingTarget edmEntitySet,
ExpandOption expand) |
Modifier and Type | Method and Description |
---|---|
void |
ExpandSystemQueryOptionHandler.applyExpandQueryOptions(Entity entity,
EdmEntitySet edmEntitySet,
ExpandOption expandOption) |
Entity |
ExpandSystemQueryOptionHandler.transformEntityGraphToTree(Entity entity,
EdmBindingTarget edmEntitySet,
ExpandOption expand) |
Constructor and Description |
---|
ExpressionVisitorImpl(Entity entity,
EdmBindingTarget bindingTarget) |
Copyright © 2013–2015 The Apache Software Foundation. All rights reserved.