|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OFunctionParameter | |
---|---|
org.odata4j.core | Core odata4j concepts. |
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.jdbc | |
org.odata4j.producer.jpa |
Uses of OFunctionParameter in org.odata4j.core |
---|
Methods in org.odata4j.core that return OFunctionParameter | ||
---|---|---|
static
|
OFunctionParameters.create(String name,
T value)
Creates a new OFunctionParameter, inferring the edm-type from the value provided, which cannot be null. |
|
static OFunctionParameter |
OFunctionParameters.parse(String name,
EdmType type,
String value)
Creates a new OFunctionParameter by parsing a string value |
Uses of OFunctionParameter in org.odata4j.producer |
---|
Method parameters in org.odata4j.producer with type arguments of type OFunctionParameter | |
---|---|
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). |
Uses of OFunctionParameter in org.odata4j.producer.command |
---|
Methods in org.odata4j.producer.command that return types with arguments of type OFunctionParameter | |
---|---|
Map<String,OFunctionParameter> |
CallFunctionCommandContext.getParams()
|
Method parameters in org.odata4j.producer.command with type arguments of type OFunctionParameter | |
---|---|
BaseResponse |
CommandProducer.callFunction(EdmFunctionImport name,
Map<String,OFunctionParameter> params,
QueryInfo queryInfo)
|
CallFunctionCommandContext |
CommandProducerBackend.newCallFunctionCommandContext(EdmFunctionImport name,
Map<String,OFunctionParameter> params,
QueryInfo queryInfo)
|
Uses of OFunctionParameter in org.odata4j.producer.edm |
---|
Method parameters in org.odata4j.producer.edm with type arguments of type OFunctionParameter | |
---|---|
BaseResponse |
MetadataProducer.callFunction(EdmFunctionImport name,
Map<String,OFunctionParameter> params,
QueryInfo queryInfo)
|
Uses of OFunctionParameter in org.odata4j.producer.inmemory |
---|
Method parameters in org.odata4j.producer.inmemory with type arguments of type OFunctionParameter | |
---|---|
BaseResponse |
InMemoryProducer.callFunction(EdmFunctionImport name,
Map<String,OFunctionParameter> params,
QueryInfo queryInfo)
|
Uses of OFunctionParameter in org.odata4j.producer.jdbc |
---|
Method parameters in org.odata4j.producer.jdbc with type arguments of type OFunctionParameter | |
---|---|
CallFunctionCommandContext |
JdbcProducerBackend.newCallFunctionCommandContext(EdmFunctionImport name,
Map<String,OFunctionParameter> params,
QueryInfo queryInfo)
|
Uses of OFunctionParameter in org.odata4j.producer.jpa |
---|
Method parameters in org.odata4j.producer.jpa with type arguments of type OFunctionParameter | |
---|---|
BaseResponse |
JPAProducer.callFunction(EdmFunctionImport name,
Map<String,OFunctionParameter> params,
QueryInfo queryInfo)
|
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |