| 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,
                           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,
                             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(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  | ClientComplexValueOData complex property value. | 
| interface  | ClientEnumValue | 
| interface  | ClientPrimitiveValue | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AbstractClientValueAbstract 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. | 
| Constructor and Description | 
|---|
| InvokerInvocationHandler(URI uri,
                        Map<String,ClientValue> parameters,
                        Operation operation,
                        EdmOperation edmOperation,
                        Type[] references,
                        AbstractService<?> service) | 
| StructuredComposableInvokerInvocationHandler(URI uri,
                                            Map<String,ClientValue> parameters,
                                            Operation operation,
                                            EdmOperation edmOperation,
                                            Type[] references,
                                            org.apache.olingo.commons.core.edm.EdmTypeInfo returnType,
                                            AbstractService<?> service) | 
| Modifier and Type | Method and Description | 
|---|---|
| static ClientValue | CoreUtils. getODataValue(EdmEnabledODataClient client,
             org.apache.olingo.commons.core.edm.EdmTypeInfo type,
             Object obj) | 
| Modifier and Type | Method and Description | 
|---|---|
| static Object | ProxyUtils. getComplexProxy(AbstractService<?> service,
               String name,
               ClientValue value,
               Class<?> ref,
               EntityInvocationHandler handler,
               URI baseURI,
               boolean collectionItem) | 
| static Class<?> | CoreUtils. getComplexTypeRef(AbstractService<?> service,
                 ClientValue value) | 
| static Object | CoreUtils. getObjectFromODataValue(ClientValue value,
                       Class<?> ref,
                       AbstractService<?> service) | 
| static Object | CoreUtils. getObjectFromODataValue(ClientValue value,
                       Type typeRef,
                       AbstractService<?> service) | 
Copyright © 2013–2023 The Apache Software Foundation. All rights reserved.