| 
 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use BaseResponse | |
|---|---|
| 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 BaseResponse in org.odata4j.producer | 
|---|
| Subinterfaces of BaseResponse in org.odata4j.producer | |
|---|---|
|  interface | CollectionResponse<T extends OObject>An CollectionResponseis a response to a client request expecting a collection of OData objects. | 
|  interface | ComplexObjectResponseAn ComplexObjectResponseis a response to a client request expecting a single instance of a complex type. | 
|  interface | CountResponseAn CountResponseis a response to a client request for the count of an entity-set. | 
|  interface | EntitiesResponseAn EntitiesResponseis a response to a client request expecting multiple OData entities. | 
|  interface | EntityResponseAn EntityResponseis a response to a client request expecting a single OData entity. | 
|  interface | ErrorResponseAn ErrorResponseis the response in case an error occurred. | 
|  interface | PropertyResponseAn PropertyResponseis a response to a client request expecting a single property value. | 
|  interface | SimpleResponseAn SimpleResponseis a response to a client request expecting a single EdmSimpleType value. | 
| Methods in org.odata4j.producer that return BaseResponse | |
|---|---|
|  BaseResponse | ODataProducerDelegate.callFunction(EdmFunctionImport name,
             Map<String,OFunctionParameter> params,
             QueryInfo queryInfo) | 
|  BaseResponse | ODataProducer.callFunction(EdmFunctionImport name,
             Map<String,OFunctionParameter> params,
             QueryInfo queryInfo)Calls a function (aka Service Operation). | 
|  BaseResponse | ODataProducerDelegate.getNavProperty(String entitySetName,
               OEntityKey entityKey,
               String navProp,
               QueryInfo queryInfo) | 
|  BaseResponse | ODataProducer.getNavProperty(String entitySetName,
               OEntityKey entityKey,
               String navProp,
               QueryInfo queryInfo)Given a specific entity, follow one of its navigation properties, applying constraints as appropriate. | 
| Uses of BaseResponse in org.odata4j.producer.command | 
|---|
| Methods in org.odata4j.producer.command that return BaseResponse | |
|---|---|
|  BaseResponse | CommandProducer.callFunction(EdmFunctionImport name,
             Map<String,OFunctionParameter> params,
             QueryInfo queryInfo) | 
|  BaseResponse | CommandProducer.getNavProperty(String entitySetName,
               OEntityKey entityKey,
               String navProp,
               QueryInfo queryInfo) | 
| Uses of BaseResponse in org.odata4j.producer.edm | 
|---|
| Methods in org.odata4j.producer.edm that return BaseResponse | |
|---|---|
|  BaseResponse | MetadataProducer.callFunction(EdmFunctionImport name,
             Map<String,OFunctionParameter> params,
             QueryInfo queryInfo) | 
|  BaseResponse | MetadataProducer.getNavProperty(String entitySetName,
               OEntityKey entityKey,
               String navProp,
               QueryInfo queryInfo) | 
| Uses of BaseResponse in org.odata4j.producer.inmemory | 
|---|
| Methods in org.odata4j.producer.inmemory that return BaseResponse | |
|---|---|
|  BaseResponse | InMemoryProducer.callFunction(EdmFunctionImport name,
             Map<String,OFunctionParameter> params,
             QueryInfo queryInfo) | 
| protected  BaseResponse | InMemoryProducer.getNavProperty(EdmNavigationProperty navProp,
               InMemoryProducer.RequestContext rc)Gets the entity(s) on the target end of a NavigationProperty. | 
|  BaseResponse | InMemoryProducer.getNavProperty(String entitySetName,
               OEntityKey entityKey,
               String navProp,
               QueryInfo queryInfo) | 
| Uses of BaseResponse in org.odata4j.producer.jpa | 
|---|
| Methods in org.odata4j.producer.jpa that return BaseResponse | |
|---|---|
|  BaseResponse | JPAProducer.callFunction(EdmFunctionImport name,
             Map<String,OFunctionParameter> params,
             QueryInfo queryInfo) | 
|  BaseResponse | JPAProducer.getNavProperty(String entitySetName,
               OEntityKey entityKey,
               String navProp,
               QueryInfo queryInfo) | 
|  BaseResponse | JPAContext.getResponse() | 
| Methods in org.odata4j.producer.jpa with parameters of type BaseResponse | |
|---|---|
|  void | JPAContext.setResponse(BaseResponse response) | 
| 
 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||