| Modifier and Type | Interface and Description |
|---|---|
interface |
ODataInvokeRequest<T extends ClientInvokeResult>
This class implements an OData invoke operation request.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ClientNoContent
Marker class for invoke with no return type.
|
| Modifier and Type | Method and Description |
|---|---|
<T extends ClientInvokeResult> |
EdmEnabledInvokeRequestFactory.getActionImportInvokeRequest(String actionImportName)
Gets an invoke request instance for the action import with the given name.
|
<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)
Gets an invoke request instance for the action bound to given URI (no parameters).
|
<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)
Gets an invoke request instance for the action bound to given URI (no 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)
Gets an invoke request instance for the function bound to given URI (no 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)
Gets an invoke request instance for the function import with the given name and no 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)
Gets an invoke request instance for the function bound to given URI (no parameters).
|
<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.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ODataInvokeResponse<T extends ClientInvokeResult>
This class implements a response to a specific invoke request.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ClientDelta |
interface |
ClientEntity
OData entity.
|
interface |
ClientEntitySet
OData entity collection.
|
interface |
ClientProperty
OData entity property.
|
interface |
ClientSingleton |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractODataInvokeRequest<T extends ClientInvokeResult>
This class implements an OData invoke operation request.
|
class |
ODataInvokeRequestImpl<T extends ClientInvokeResult> |
| Modifier and Type | Method and Description |
|---|---|
<RES extends ClientInvokeResult> |
AbstractEdmEnabledInvokeRequestFactory.getActionImportInvokeRequest(String actionImportName) |
<RES extends ClientInvokeResult> |
AbstractEdmEnabledInvokeRequestFactory.getActionImportInvokeRequest(String actionImportName,
Map<String,ClientValue> parameters) |
<RES extends ClientInvokeResult> |
AbstractInvokeRequestFactory.getActionInvokeRequest(URI uri,
Class<RES> resultRef) |
<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) |
<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) |
<RES extends ClientInvokeResult> |
AbstractEdmEnabledInvokeRequestFactory.getBoundFunctionInvokeRequest(URI bindingParameterURI,
FullQualifiedName functionName,
FullQualifiedName bindingParameterTypeName,
Boolean isBindingParameterCollection,
Map<String,ClientValue> parameters) |
<RES extends ClientInvokeResult> |
AbstractEdmEnabledInvokeRequestFactory.getFunctionImportInvokeRequest(String functionImportName) |
<RES extends ClientInvokeResult> |
AbstractEdmEnabledInvokeRequestFactory.getFunctionImportInvokeRequest(String functionImportName,
Map<String,ClientValue> parameters) |
<RES extends ClientInvokeResult> |
AbstractInvokeRequestFactory.getFunctionInvokeRequest(URI uri,
Class<RES> resultRef) |
<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) |
protected <RES extends ClientInvokeResult> |
AbstractInvokeRequestFactory.getResultReference(EdmReturnType returnType) |
| Modifier and Type | Class and Description |
|---|---|
class |
ClientDeltaImpl |
class |
ClientEntityImpl |
class |
ClientEntitySetImpl |
class |
ClientPropertyImpl |
Copyright © 2023. All rights reserved.