| Modifier and Type | Method and Description |
|---|---|
<T extends ClientInvokeResult> |
EdmEnabledInvokeRequestFactory.getActionImportInvokeRequest(String actionImportName,
Map<String,ClientValue> parameters)
Gets an invoke request instance for the action import with the given name.
|
<T extends ClientInvokeResult> |
InvokeRequestFactory.getActionInvokeRequest(URI uri,
Class<T> resultRef,
Map<String,ClientValue> parameters)
Gets an invoke request instance for the action bound to given URI (with parameters).
|
<T extends ClientInvokeResult> |
EdmEnabledInvokeRequestFactory.getBoundActionInvokeRequest(URI bindingParameterURI,
FullQualifiedName actionName,
FullQualifiedName bindingParameterTypeName,
Boolean isBindingParameterCollection,
Map<String,ClientValue> parameters)
Gets an invoke request instance for the action bound to given URI (with parameters).
|
<T extends ClientInvokeResult> |
EdmEnabledInvokeRequestFactory.getBoundFunctionInvokeRequest(URI bindingParameterURI,
FullQualifiedName functionName,
FullQualifiedName bindingParameterTypeName,
Boolean isBindingParameterCollection,
Map<String,ClientValue> parameters)
Gets an invoke request instance for the function bound to given URI (with parameters).
|
<T extends ClientInvokeResult> |
EdmEnabledInvokeRequestFactory.getFunctionImportInvokeRequest(String functionImportName,
Map<String,ClientValue> parameters)
Gets an invoke request instance for the function import with the given name and matching parameter names.
|
<T extends ClientInvokeResult> |
InvokeRequestFactory.getFunctionInvokeRequest(URI uri,
Class<T> resultRef,
Map<String,ClientValue> parameters)
Gets an invoke request instance for the function bound to given URI (with parameters).
|
<T extends ClientInvokeResult> |
InvokeRequestFactory.getInvokeRequest(HttpMethod method,
URI uri,
Class<T> resultRef,
Map<String,ClientValue> parameters)
Gets an invoke request instance for the operation bound to given URI.
|
void |
ODataInvokeRequest.setParameters(Map<String,ClientValue> parameters)
Sets operation parameters.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ClientCollectionValue<T extends ClientValue>
OData collection property value.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ClientCollectionValue<T extends ClientValue>
OData collection property value.
|
interface |
ClientComplexValue
OData complex property value.
|
interface |
ClientEnumValue |
interface |
ClientPrimitiveValue |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractClientValue
Abstract representation of an OData entity property value.
|
| Modifier and Type | Method and Description |
|---|---|
<OV extends ClientValue> |
AbstractClientValue.asCollection()
Casts to collection value.
|
<T extends ClientValue> |
ClientValue.asCollection()
Casts to collection value.
|
| Modifier and Type | Method and Description |
|---|---|
ClientValue |
ClientValuable.getValue()
Returns annotation value.
|
| Modifier and Type | Method and Description |
|---|---|
ClientCollectionValue<ClientValue> |
ClientValuable.getCollectionValue()
Gets collection value.
|
ClientCollectionValue<ClientValue> |
ClientObjectFactory.newCollectionValue(String typeName) |
| Modifier and Type | Method and Description |
|---|---|
ClientCollectionValue<T> |
ClientCollectionValue.add(ClientValue value)
Adds a value to the collection.
|
| Modifier and Type | Method and Description |
|---|---|
ClientProperty |
ClientObjectFactory.newCollectionProperty(String name,
ClientCollectionValue<? extends ClientValue> value)
Instantiates a new collection property.
|
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,ClientValue> |
AbstractODataInvokeRequest.parameters
Function parameters.
|
| Modifier and Type | Method and Description |
|---|---|
<RES extends ClientInvokeResult> |
AbstractEdmEnabledInvokeRequestFactory.getActionImportInvokeRequest(String actionImportName,
Map<String,ClientValue> parameters) |
<RES extends ClientInvokeResult> |
AbstractInvokeRequestFactory.getActionInvokeRequest(URI uri,
Class<RES> resultRef,
Map<String,ClientValue> parameters) |
<RES extends ClientInvokeResult> |
AbstractEdmEnabledInvokeRequestFactory.getBoundActionInvokeRequest(URI bindingParameterURI,
FullQualifiedName actionName,
FullQualifiedName bindingParameterTypeName,
Boolean isBindingParameterCollection,
Map<String,ClientValue> parameters) |
<RES extends ClientInvokeResult> |
AbstractEdmEnabledInvokeRequestFactory.getBoundFunctionInvokeRequest(URI bindingParameterURI,
FullQualifiedName functionName,
FullQualifiedName bindingParameterTypeName,
Boolean isBindingParameterCollection,
Map<String,ClientValue> parameters) |
<RES extends ClientInvokeResult> |
AbstractEdmEnabledInvokeRequestFactory.getFunctionImportInvokeRequest(String functionImportName,
Map<String,ClientValue> parameters) |
<RES extends ClientInvokeResult> |
AbstractInvokeRequestFactory.getFunctionInvokeRequest(URI uri,
Class<RES> resultRef,
Map<String,ClientValue> parameters) |
<RES extends ClientInvokeResult> |
InvokeRequestFactoryImpl.getInvokeRequest(HttpMethod method,
URI uri,
Class<RES> resultRef,
Map<String,ClientValue> parameters) |
<RES extends ClientInvokeResult> |
EdmEnabledInvokeRequestFactoryImpl.getInvokeRequest(HttpMethod method,
URI uri,
Class<RES> resultRef,
Map<String,ClientValue> parameters) |
void |
AbstractODataInvokeRequest.setParameters(Map<String,ClientValue> parameters) |
| Modifier and Type | Class and Description |
|---|---|
class |
ClientCollectionValueImpl<OV extends ClientValue> |
| Modifier and Type | Class and Description |
|---|---|
class |
ClientCollectionValueImpl<OV extends ClientValue> |
class |
ClientComplexValueImpl |
class |
ClientEnumValueImpl |
class |
ClientPrimitiveValueImpl |
| Modifier and Type | Field and Description |
|---|---|
protected ClientValue |
ClientValuableImpl.value |
| Modifier and Type | Method and Description |
|---|---|
ClientValue |
ClientValuableImpl.getValue() |
ClientValue |
ClientAnnotationImpl.getValue() |
| Modifier and Type | Method and Description |
|---|---|
ClientCollectionValue<ClientValue> |
ClientValuableImpl.getCollectionValue() |
ClientCollectionValue<ClientValue> |
ClientAnnotationImpl.getCollectionValue() |
ClientCollectionValue<ClientValue> |
ClientObjectFactoryImpl.newCollectionValue(String typeName) |
| Modifier and Type | Method and Description |
|---|---|
ClientCollectionValue<OV> |
ClientCollectionValueImpl.add(ClientValue value)
Adds a value to the collection.
|
| Modifier and Type | Method and Description |
|---|---|
ClientProperty |
ClientObjectFactoryImpl.newCollectionProperty(String name,
ClientCollectionValue<? extends ClientValue> value) |
| Constructor and Description |
|---|
ClientAnnotationImpl(String term,
ClientValue value) |
ClientPropertyImpl(String name,
ClientValue value) |
ClientValuableImpl(ClientValue value) |
| Modifier and Type | Method and Description |
|---|---|
protected ClientValue |
ODataBinderImpl.getODataValue(FullQualifiedName type,
Valuable valuable,
URI contextURL,
String metadataETag) |
| Modifier and Type | Method and Description |
|---|---|
protected Object |
ODataBinderImpl.getValue(ClientValue value) |
| Modifier and Type | Method and Description |
|---|---|
static URI |
URIUtils.buildFunctionInvokeURI(URI uri,
Map<String,ClientValue> parameters) |
Copyright © 2023. All rights reserved.