Uses of Interface
org.apache.olingo.client.api.domain.ClientValue
Packages that use ClientValue
Package
Description
-
Uses of ClientValue in org.apache.olingo.client.api.communication.request.invoke
Method parameters in org.apache.olingo.client.api.communication.request.invoke with type arguments of type ClientValueModifier and TypeMethodDescription<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, 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, 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, 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, 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, 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.voidODataInvokeRequest.setParameters(Map<String, ClientValue> parameters) Sets operation parameters. -
Uses of ClientValue in org.apache.olingo.client.api.domain
Classes in org.apache.olingo.client.api.domain with type parameters of type ClientValueModifier and TypeInterfaceDescriptioninterfaceClientCollectionValue<T extends ClientValue>OData collection property value.Subinterfaces of ClientValue in org.apache.olingo.client.api.domainModifier and TypeInterfaceDescriptioninterfaceClientCollectionValue<T extends ClientValue>OData collection property value.interfaceOData complex property value.interfaceinterfaceClasses in org.apache.olingo.client.api.domain that implement ClientValueModifier and TypeClassDescriptionclassAbstract representation of an OData entity property value.Methods in org.apache.olingo.client.api.domain with type parameters of type ClientValueModifier and TypeMethodDescription<OV extends ClientValue>
ClientCollectionValue<OV>AbstractClientValue.asCollection()Casts to collection value.<T extends ClientValue>
ClientCollectionValue<T>ClientValue.asCollection()Casts to collection value.Methods in org.apache.olingo.client.api.domain that return ClientValueMethods in org.apache.olingo.client.api.domain that return types with arguments of type ClientValueModifier and TypeMethodDescriptionClientValuable.getCollectionValue()Gets collection value.ClientObjectFactory.newCollectionValue(String typeName) Methods in org.apache.olingo.client.api.domain with parameters of type ClientValueModifier and TypeMethodDescriptionClientCollectionValue.add(ClientValue value) Adds a value to the collection.Method parameters in org.apache.olingo.client.api.domain with type arguments of type ClientValueModifier and TypeMethodDescriptionClientObjectFactory.newCollectionProperty(String name, ClientCollectionValue<? extends ClientValue> value) Instantiates a new collection property. -
Uses of ClientValue in org.apache.olingo.client.core.communication.request.invoke
Fields in org.apache.olingo.client.core.communication.request.invoke with type parameters of type ClientValueModifier and TypeFieldDescriptionprotected Map<String,ClientValue> AbstractODataInvokeRequest.parametersFunction parameters.Method parameters in org.apache.olingo.client.core.communication.request.invoke with type arguments of type ClientValueModifier and TypeMethodDescription<RES extends ClientInvokeResult>
ODataInvokeRequest<RES>AbstractEdmEnabledInvokeRequestFactory.getActionImportInvokeRequest(String actionImportName, Map<String, ClientValue> parameters) <RES extends ClientInvokeResult>
ODataInvokeRequest<RES>AbstractInvokeRequestFactory.getActionInvokeRequest(URI uri, Class<RES> resultRef, Map<String, ClientValue> parameters) <RES extends ClientInvokeResult>
ODataInvokeRequest<RES>AbstractEdmEnabledInvokeRequestFactory.getBoundActionInvokeRequest(URI bindingParameterURI, FullQualifiedName actionName, FullQualifiedName bindingParameterTypeName, Boolean isBindingParameterCollection, Map<String, ClientValue> parameters) <RES extends ClientInvokeResult>
ODataInvokeRequest<RES>AbstractEdmEnabledInvokeRequestFactory.getBoundFunctionInvokeRequest(URI bindingParameterURI, FullQualifiedName functionName, FullQualifiedName bindingParameterTypeName, Boolean isBindingParameterCollection, Map<String, ClientValue> parameters) <RES extends ClientInvokeResult>
ODataInvokeRequest<RES>AbstractEdmEnabledInvokeRequestFactory.getFunctionImportInvokeRequest(String functionImportName, Map<String, ClientValue> parameters) <RES extends ClientInvokeResult>
ODataInvokeRequest<RES>AbstractInvokeRequestFactory.getFunctionInvokeRequest(URI uri, Class<RES> resultRef, Map<String, ClientValue> parameters) <RES extends ClientInvokeResult>
ODataInvokeRequest<RES>EdmEnabledInvokeRequestFactoryImpl.getInvokeRequest(HttpMethod method, URI uri, Class<RES> resultRef, Map<String, ClientValue> parameters) <RES extends ClientInvokeResult>
ODataInvokeRequest<RES>InvokeRequestFactoryImpl.getInvokeRequest(HttpMethod method, URI uri, Class<RES> resultRef, Map<String, ClientValue> parameters) voidAbstractODataInvokeRequest.setParameters(Map<String, ClientValue> parameters) -
Uses of ClientValue in org.apache.olingo.client.core.domain
Classes in org.apache.olingo.client.core.domain with type parameters of type ClientValueClasses in org.apache.olingo.client.core.domain that implement ClientValueModifier and TypeClassDescriptionclassClientCollectionValueImpl<OV extends ClientValue>classclassclassFields in org.apache.olingo.client.core.domain declared as ClientValueMethods in org.apache.olingo.client.core.domain that return ClientValueMethods in org.apache.olingo.client.core.domain that return types with arguments of type ClientValueModifier and TypeMethodDescriptionClientAnnotationImpl.getCollectionValue()ClientValuableImpl.getCollectionValue()ClientObjectFactoryImpl.newCollectionValue(String typeName) Methods in org.apache.olingo.client.core.domain with parameters of type ClientValueModifier and TypeMethodDescriptionClientCollectionValueImpl.add(ClientValue value) Adds a value to the collection.Method parameters in org.apache.olingo.client.core.domain with type arguments of type ClientValueModifier and TypeMethodDescriptionClientObjectFactoryImpl.newCollectionProperty(String name, ClientCollectionValue<? extends ClientValue> value) Constructors in org.apache.olingo.client.core.domain with parameters of type ClientValueModifierConstructorDescriptionClientAnnotationImpl(String term, ClientValue value) ClientPropertyImpl(String name, ClientValue value) ClientValuableImpl(ClientValue value) -
Uses of ClientValue in org.apache.olingo.client.core.serialization
Methods in org.apache.olingo.client.core.serialization that return ClientValueModifier and TypeMethodDescriptionprotected ClientValueODataBinderImpl.getODataValue(FullQualifiedName type, Valuable valuable, URI contextURL, String metadataETag) Methods in org.apache.olingo.client.core.serialization with parameters of type ClientValue -
Uses of ClientValue in org.apache.olingo.client.core.uri
Method parameters in org.apache.olingo.client.core.uri with type arguments of type ClientValueModifier and TypeMethodDescriptionstatic URIURIUtils.buildFunctionInvokeURI(URI uri, Map<String, ClientValue> parameters)