| Package | Description |
|---|---|
| org.apache.olingo.client.api.communication.request.invoke | |
| org.apache.olingo.client.api.domain |
| 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,
org.apache.olingo.commons.api.edm.FullQualifiedName actionName,
org.apache.olingo.commons.api.edm.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,
org.apache.olingo.commons.api.edm.FullQualifiedName functionName,
org.apache.olingo.commons.api.edm.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(org.apache.olingo.commons.api.http.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.
|
Copyright © 2013–2018 The Apache Software Foundation. All rights reserved.