|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InMemoryProducer.RequestContext | |
---|---|
org.odata4j.producer.inmemory |
Uses of InMemoryProducer.RequestContext in org.odata4j.producer.inmemory |
---|
Methods in org.odata4j.producer.inmemory that return InMemoryProducer.RequestContext | |
---|---|
InMemoryProducer.RequestContext |
InMemoryProducer.RequestContext.Builder.build()
|
Methods in org.odata4j.producer.inmemory that return types with arguments of type InMemoryProducer.RequestContext | |
---|---|
Func1<InMemoryProducer.RequestContext,Iterable<TEntity>> |
InMemoryEntityInfo.getGetWithContext()
|
Methods in org.odata4j.producer.inmemory with parameters of type InMemoryProducer.RequestContext | |
---|---|
protected EntitiesResponse |
InMemoryProducer.getEntitiesResponse(InMemoryProducer.RequestContext rc,
EdmEntitySet targetEntitySet,
Enumerable<Object> objects,
PropertyModel propertyModel)
|
protected Object |
InMemoryProducer.getEntityPojo(InMemoryProducer.RequestContext rc)
Given an entity set and an entity key, returns the pojo that is that entity instance. |
protected BaseResponse |
InMemoryProducer.getNavProperty(EdmNavigationProperty navProp,
InMemoryProducer.RequestContext rc)
Gets the entity(s) on the target end of a NavigationProperty. |
Method parameters in org.odata4j.producer.inmemory with type arguments of type InMemoryProducer.RequestContext | ||
---|---|---|
|
InMemoryProducer.register(Class<TEntity> entityClass,
PropertyModel propertyModel,
String entitySetName,
String entityTypeName,
Func<Iterable<TEntity>> get,
Func1<InMemoryProducer.RequestContext,Iterable<TEntity>> getWithContext,
String... keys)
|
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |