Package | Description |
---|---|
org.apache.olingo.client.api.communication.request.invoke |
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.
|
Copyright © 2013–2018 The Apache Software Foundation. All rights reserved.