|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use QueryInfo | |
---|---|
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 | |
org.odata4j.producer.resources |
Uses of QueryInfo in org.odata4j.producer |
---|
Subclasses of QueryInfo in org.odata4j.producer | |
---|---|
class |
EntityQueryInfo
QueryInfo represents an OData single-entity query as a strongly-typed immutable data structure. |
Methods in org.odata4j.producer that return QueryInfo | |
---|---|
QueryInfo |
QueryInfo.Builder.build()
|
Methods in org.odata4j.producer with parameters of type QueryInfo | |
---|---|
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). |
void |
OMediaLinkExtension.deleteStream(OEntity mle,
QueryInfo query)
Deletes the media resource defined by the given media link entry entity. |
EntitiesResponse |
ODataProducerDelegate.getEntities(String entitySetName,
QueryInfo queryInfo)
|
EntitiesResponse |
ODataProducer.getEntities(String entitySetName,
QueryInfo queryInfo)
Gets all the entities for a given set matching the query information. |
CountResponse |
ODataProducerDelegate.getEntitiesCount(String entitySetName,
QueryInfo queryInfo)
|
CountResponse |
ODataProducer.getEntitiesCount(String entitySetName,
QueryInfo queryInfo)
Gets the count of all the entities for a given set matching the query information. |
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. |
CountResponse |
ODataProducerDelegate.getNavPropertyCount(String entitySetName,
OEntityKey entityKey,
String navProp,
QueryInfo queryInfo)
|
CountResponse |
ODataProducer.getNavPropertyCount(String entitySetName,
OEntityKey entityKey,
String navProp,
QueryInfo queryInfo)
Given a specific entity, follow one of its navigation properties, applying constraints as appropriate. |
OutputStream |
OMediaLinkExtension.getOutputStreamForMediaLinkEntryCreate(OEntity mle,
String etag,
QueryInfo query)
Gets an OutputStream for the purpose of creating a media resource. |
OutputStream |
OMediaLinkExtension.getOutputStreamForMediaLinkEntryUpdate(OEntity mle,
String etag,
QueryInfo query)
Gets an OutputStream for the purpose of updating an existing media resource. |
Constructors in org.odata4j.producer with parameters of type QueryInfo | |
---|---|
PropertyPathHelper(QueryInfo qi)
|
Uses of QueryInfo in org.odata4j.producer.command |
---|
Methods in org.odata4j.producer.command that return QueryInfo | |
---|---|
QueryInfo |
GetNavPropertyCountCommandContext.getQueryInfo()
|
QueryInfo |
GetNavPropertyCommandContext.getQueryInfo()
|
QueryInfo |
GetEntitiesCountCommandContext.getQueryInfo()
|
QueryInfo |
GetEntitiesCommandContext.getQueryInfo()
|
QueryInfo |
CallFunctionCommandContext.getQueryInfo()
|
Uses of QueryInfo in org.odata4j.producer.edm |
---|
Methods in org.odata4j.producer.edm with parameters of type QueryInfo | |
---|---|
BaseResponse |
MetadataProducer.callFunction(EdmFunctionImport name,
Map<String,OFunctionParameter> params,
QueryInfo queryInfo)
|
EntitiesResponse |
MetadataProducer.getEntities(String entitySetName,
QueryInfo queryInfo)
|
CountResponse |
MetadataProducer.getEntitiesCount(String entitySetName,
QueryInfo queryInfo)
|
BaseResponse |
MetadataProducer.getNavProperty(String entitySetName,
OEntityKey entityKey,
String navProp,
QueryInfo queryInfo)
|
CountResponse |
MetadataProducer.getNavPropertyCount(String entitySetName,
OEntityKey entityKey,
String navProp,
QueryInfo queryInfo)
|
Constructors in org.odata4j.producer.edm with parameters of type QueryInfo | |
---|---|
MetadataProducer.Context(String entitySetName,
QueryInfo queryInfo)
|
|
MetadataProducer.Context(String entitySetName,
QueryInfo queryInfo,
OEntityKey key)
|
Uses of QueryInfo in org.odata4j.producer.inmemory |
---|
Methods in org.odata4j.producer.inmemory that return QueryInfo | |
---|---|
QueryInfo |
InMemoryProducer.RequestContext.getQueryInfo()
|
Methods in org.odata4j.producer.inmemory with parameters of type QueryInfo | |
---|---|
BaseResponse |
InMemoryProducer.callFunction(EdmFunctionImport name,
Map<String,OFunctionParameter> params,
QueryInfo queryInfo)
|
EntitiesResponse |
InMemoryProducer.getEntities(String entitySetName,
QueryInfo queryInfo)
|
CountResponse |
InMemoryProducer.getEntitiesCount(String entitySetName,
QueryInfo queryInfo)
|
BaseResponse |
InMemoryProducer.getNavProperty(String entitySetName,
OEntityKey entityKey,
String navProp,
QueryInfo queryInfo)
|
CountResponse |
InMemoryProducer.getNavPropertyCount(String entitySetName,
OEntityKey entityKey,
String navProp,
QueryInfo queryInfo)
|
InMemoryProducer.RequestContext.Builder |
InMemoryProducer.RequestContext.Builder.queryInfo(QueryInfo value)
|
Uses of QueryInfo in org.odata4j.producer.jdbc |
---|
Methods in org.odata4j.producer.jdbc with parameters of type QueryInfo | |
---|---|
CallFunctionCommandContext |
JdbcProducerBackend.newCallFunctionCommandContext(EdmFunctionImport name,
Map<String,OFunctionParameter> params,
QueryInfo queryInfo)
|
GetEntitiesCommandContext |
JdbcProducerBackend.newGetEntitiesCommandContext(String entitySetName,
QueryInfo queryInfo)
|
GetEntitiesCountCommandContext |
JdbcProducerBackend.newGetEntitiesCountCommandContext(String entitySetName,
QueryInfo queryInfo)
|
GetNavPropertyCommandContext |
JdbcProducerBackend.newGetNavPropertyCommandContext(String entitySetName,
OEntityKey entityKey,
String navProp,
QueryInfo queryInfo)
|
GetNavPropertyCountCommandContext |
JdbcProducerBackend.newGetNavPropertyCountCommandContext(String entitySetName,
OEntityKey entityKey,
String navProp,
QueryInfo queryInfo)
|
Uses of QueryInfo in org.odata4j.producer.jpa |
---|
Methods in org.odata4j.producer.jpa that return QueryInfo | |
---|---|
QueryInfo |
JPAContext.getQueryInfo()
|
Methods in org.odata4j.producer.jpa with parameters of type QueryInfo | |
---|---|
BaseResponse |
JPAProducer.callFunction(EdmFunctionImport name,
Map<String,OFunctionParameter> params,
QueryInfo queryInfo)
|
EntitiesResponse |
JPAProducer.getEntities(String entitySetName,
QueryInfo queryInfo)
|
CountResponse |
JPAProducer.getEntitiesCount(String entitySetName,
QueryInfo queryInfo)
|
BaseResponse |
JPAProducer.getNavProperty(String entitySetName,
OEntityKey entityKey,
String navProp,
QueryInfo queryInfo)
|
CountResponse |
JPAProducer.getNavPropertyCount(String entitySetName,
OEntityKey entityKey,
String navProp,
QueryInfo queryInfo)
|
Constructors in org.odata4j.producer.jpa with parameters of type QueryInfo | |
---|---|
JPAContext(EdmDataServices metadata,
String entitySetName,
OEntityKey oEntityKey,
String navProperty,
QueryInfo queryInfo)
|
|
JPAContext(EdmDataServices metadata,
String entitySetName,
QueryInfo queryInfo)
|
Uses of QueryInfo in org.odata4j.producer.resources |
---|
Methods in org.odata4j.producer.resources with parameters of type QueryInfo | |
---|---|
static Response |
FunctionResource.callFunction(ODataHttpMethod callingMethod,
HttpHeaders httpHeaders,
UriInfo uriInfo,
ODataProducer producer,
String functionName,
String format,
String callback,
QueryInfo queryInfo)
Handles function call resource access by gathering function call info from the request and delegating to the producer. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |