Uses of Interface
org.odata4j.producer.EntityIdResponse

Packages that use EntityIdResponse
org.odata4j.producer The odata4j server-side (producer-side) API. 
org.odata4j.producer.command   
org.odata4j.producer.edm   
org.odata4j.producer.inmemory   
org.odata4j.producer.jpa   
 

Uses of EntityIdResponse in org.odata4j.producer
 

Methods in org.odata4j.producer that return EntityIdResponse
 EntityIdResponse ODataProducerDelegate.getLinks(OEntityId sourceEntity, String targetNavProp)
           
 EntityIdResponse ODataProducer.getLinks(OEntityId sourceEntity, String targetNavProp)
          Returns the value of an entity's navigation property as a collection of entity links (or a single link if the association cardinality is 1).
static
<T extends OEntityId>
EntityIdResponse
Responses.multipleIds(Iterable<T> entityIds)
          Creates a new EntityIdResponse instance for payloads with a cardinality of EdmMultiplicity.MANY.
static
<T extends OEntityId>
EntityIdResponse
Responses.singleId(T entityId)
          Creates a new EntityIdResponse instance for payloads with a cardinality of EdmMultiplicity.ONE.
 

Uses of EntityIdResponse in org.odata4j.producer.command
 

Methods in org.odata4j.producer.command that return EntityIdResponse
 EntityIdResponse CommandProducer.getLinks(OEntityId sourceEntity, String targetNavProp)
           
 

Uses of EntityIdResponse in org.odata4j.producer.edm
 

Methods in org.odata4j.producer.edm that return EntityIdResponse
 EntityIdResponse MetadataProducer.getLinks(OEntityId sourceEntity, String targetNavProp)
           
 

Uses of EntityIdResponse in org.odata4j.producer.inmemory
 

Methods in org.odata4j.producer.inmemory that return EntityIdResponse
 EntityIdResponse InMemoryProducer.getLinks(OEntityId sourceEntity, String targetNavProp)
           
 

Uses of EntityIdResponse in org.odata4j.producer.jpa
 

Methods in org.odata4j.producer.jpa that return EntityIdResponse
 EntityIdResponse JPAProducer.getLinks(OEntityId sourceEntity, String targetNavProp)
           
 



http://odata4j.org