org.odata4j.producer.inmemory
Class InMemoryProducer.RequestContext

java.lang.Object
  extended by org.odata4j.producer.inmemory.InMemoryProducer.RequestContext
Enclosing class:
InMemoryProducer

public static class InMemoryProducer.RequestContext
extends Object


Nested Class Summary
static class InMemoryProducer.RequestContext.Builder
           
static class InMemoryProducer.RequestContext.RequestType
           
 
Field Summary
 InMemoryProducer.RequestContext.RequestType requestType
           
 
Method Summary
 OEntityKey getEntityKey()
           
 EdmEntitySet getEntitySet()
           
 String getEntitySetName()
           
 String getNavPropName()
           
 PropertyPathHelper getPathHelper()
           
 QueryInfo getQueryInfo()
           
 InMemoryProducer.RequestContext.RequestType getRequestType()
           
static InMemoryProducer.RequestContext.Builder newBuilder(InMemoryProducer.RequestContext.RequestType requestType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

requestType

public final InMemoryProducer.RequestContext.RequestType requestType
Method Detail

getEntityKey

public OEntityKey getEntityKey()

getEntitySet

public EdmEntitySet getEntitySet()

getEntitySetName

public String getEntitySetName()

getNavPropName

public String getNavPropName()

getPathHelper

public PropertyPathHelper getPathHelper()

getQueryInfo

public QueryInfo getQueryInfo()

getRequestType

public InMemoryProducer.RequestContext.RequestType getRequestType()

newBuilder

public static InMemoryProducer.RequestContext.Builder newBuilder(InMemoryProducer.RequestContext.RequestType requestType)


http://odata4j.org