Uses of Interface
org.apache.olingo.client.api.domain.ClientInvokeResult
Packages that use ClientInvokeResult
Package
Description
-
Uses of ClientInvokeResult in org.apache.olingo.client.api.communication.request.invoke
Classes in org.apache.olingo.client.api.communication.request.invoke with type parameters of type ClientInvokeResultModifier and TypeInterfaceDescriptioninterface
ODataInvokeRequest<T extends ClientInvokeResult>
This class implements an OData invoke operation request.Classes in org.apache.olingo.client.api.communication.request.invoke that implement ClientInvokeResultModifier and TypeClassDescriptionclass
Marker class for invoke with no return type.Methods in org.apache.olingo.client.api.communication.request.invoke with type parameters of type ClientInvokeResultModifier and TypeMethodDescription<T extends ClientInvokeResult>
ODataInvokeRequest<T>EdmEnabledInvokeRequestFactory.getActionImportInvokeRequest
(String actionImportName) Gets an invoke request instance for the action import with the given name.<T extends ClientInvokeResult>
ODataInvokeRequest<T>EdmEnabledInvokeRequestFactory.getActionImportInvokeRequest
(String actionImportName, Map<String, ClientValue> parameters) Gets an invoke request instance for the action import with the given name.<T extends ClientInvokeResult>
ODataInvokeRequest<T>InvokeRequestFactory.getActionInvokeRequest
(URI uri, Class<T> resultRef) Gets an invoke request instance for the action bound to given URI (no parameters).<T extends ClientInvokeResult>
ODataInvokeRequest<T>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>
ODataInvokeRequest<T>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>
ODataInvokeRequest<T>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>
ODataInvokeRequest<T>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>
ODataInvokeRequest<T>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>
ODataInvokeRequest<T>EdmEnabledInvokeRequestFactory.getFunctionImportInvokeRequest
(String functionImportName) Gets an invoke request instance for the function import with the given name and no parameters.<T extends ClientInvokeResult>
ODataInvokeRequest<T>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>
ODataInvokeRequest<T>InvokeRequestFactory.getFunctionInvokeRequest
(URI uri, Class<T> resultRef) Gets an invoke request instance for the function bound to given URI (no parameters).<T extends ClientInvokeResult>
ODataInvokeRequest<T>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>
ODataInvokeRequest<T>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. -
Uses of ClientInvokeResult in org.apache.olingo.client.api.communication.response
Classes in org.apache.olingo.client.api.communication.response with type parameters of type ClientInvokeResultModifier and TypeInterfaceDescriptioninterface
ODataInvokeResponse<T extends ClientInvokeResult>
This class implements a response to a specific invoke request. -
Uses of ClientInvokeResult in org.apache.olingo.client.api.domain
Subinterfaces of ClientInvokeResult in org.apache.olingo.client.api.domainModifier and TypeInterfaceDescriptioninterface
interface
OData entity.interface
OData entity collection.interface
OData entity property.interface