Modifier and Type | Method and Description |
---|---|
<RES extends ODataInvokeResult> |
EdmEnabledInvokeRequestFactory.getActionImportInvokeRequest(String actionImportName,
Map<String,ODataValue> parameters)
Gets an invoke request instance for the action import with the given name.
|
<RES extends ODataInvokeResult> |
InvokeRequestFactory.getActionInvokeRequest(URI uri,
Class<RES> resultRef,
Map<String,ODataValue> parameters)
Gets an invoke request instance for the action bound to given URI (with parameters).
|
<RES extends ODataInvokeResult> |
EdmEnabledInvokeRequestFactory.getBoundActionInvokeRequest(URI bindingParameterURI,
FullQualifiedName actionName,
FullQualifiedName bindingParameterTypeName,
Boolean isBindingParameterCollection,
Map<String,ODataValue> parameters)
Gets an invoke request instance for the action bound to given URI (with parameters).
|
<RES extends ODataInvokeResult> |
EdmEnabledInvokeRequestFactory.getBoundFunctionInvokeRequest(URI bindingParameterURI,
FullQualifiedName functionName,
FullQualifiedName bindingParameterTypeName,
Boolean isBindingParameterCollection,
Map<String,ODataValue> parameters)
Gets an invoke request instance for the function bound to given URI (with parameters).
|
<RES extends ODataInvokeResult> |
EdmEnabledInvokeRequestFactory.getFunctionImportInvokeRequest(String functionImportName,
Map<String,ODataValue> parameters)
Gets an invoke request instance for the function import with the given name and matching parameter names.
|
<RES extends ODataInvokeResult> |
InvokeRequestFactory.getFunctionInvokeRequest(URI uri,
Class<RES> resultRef,
Map<String,ODataValue> parameters)
Gets an invoke request instance for the function bound to given URI (with parameters).
|
<RES extends ODataInvokeResult> |
InvokeRequestFactory.getInvokeRequest(HttpMethod method,
URI uri,
Class<RES> resultRef,
Map<String,ODataValue> parameters)
Gets an invoke request instance for the operation bound to given URI.
|
void |
ODataInvokeRequest.setParameters(Map<String,ODataValue> parameters)
Sets operation parameters.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ODataCollectionValue<OV extends ODataValue>
OData collection property value.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ODataCollectionValue<OV extends ODataValue>
OData collection property value.
|
interface |
ODataComplexValue<OP extends CommonODataProperty>
OData complex property value.
|
interface |
ODataPrimitiveValue |
Modifier and Type | Class and Description |
---|---|
class |
AbstractODataValue
Abstract representation of an OData entity property value.
|
Modifier and Type | Method and Description |
---|---|
<OV extends ODataValue> |
ODataValue.asCollection()
Casts to collection value.
|
<OV extends ODataValue> |
AbstractODataValue.asCollection()
Casts to collection value.
|
Modifier and Type | Method and Description |
---|---|
ODataValue |
CommonODataProperty.getValue()
Returns property value.
|
Modifier and Type | Method and Description |
---|---|
ODataCollectionValue<? extends ODataValue> |
CommonODataObjectFactory.newCollectionValue(String typeName) |
Modifier and Type | Method and Description |
---|---|
ODataCollectionValue<OV> |
ODataCollectionValue.add(ODataValue value)
Adds a value to the collection.
|
Modifier and Type | Method and Description |
---|---|
CommonODataProperty |
CommonODataObjectFactory.newCollectionProperty(String name,
ODataCollectionValue<? extends ODataValue> value)
Instantiates a new collection property.
|
Modifier and Type | Method and Description |
---|---|
ODataCollectionValue<ODataValue> |
ODataProperty.getCollectionValue()
Gets collection value.
|
ODataCollectionValue<ODataValue> |
ODataObjectFactory.newCollectionValue(String typeName) |
Modifier and Type | Method and Description |
---|---|
ODataProperty |
ODataObjectFactory.newCollectionProperty(String name,
ODataCollectionValue<? extends ODataValue> value) |
Modifier and Type | Interface and Description |
---|---|
interface |
ODataEnumValue |
interface |
ODataLinkedComplexValue |
interface |
ODataValue |
Modifier and Type | Method and Description |
---|---|
ODataProperty |
ODataObjectFactory.newCollectionProperty(String name,
ODataCollectionValue<? extends ODataValue> value) |
Constructor and Description |
---|
InvokerInvocationHandler(URI uri,
Map<String,ODataValue> parameters,
Operation operation,
EdmOperation edmOperation,
Type[] references,
AbstractService<?> service) |
StructuredComposableInvokerInvocationHandler(URI uri,
Map<String,ODataValue> parameters,
Operation operation,
EdmOperation edmOperation,
Type[] references,
org.apache.olingo.commons.core.edm.EdmTypeInfo returnType,
AbstractService<?> service) |
Modifier and Type | Method and Description |
---|---|
static ODataValue |
CoreUtils.getODataValue(CommonEdmEnabledODataClient<?> 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,
ODataValue value,
Class<?> ref,
EntityInvocationHandler handler,
URI baseURI,
boolean collectionItem) |
static Class<?> |
CoreUtils.getComplexTypeRef(AbstractService<?> service,
ODataValue value) |
static Object |
CoreUtils.getObjectFromODataValue(ODataValue value,
Class<?> ref,
AbstractService<?> service) |
static Object |
CoreUtils.getObjectFromODataValue(ODataValue value,
Type typeRef,
AbstractService<?> service) |
Copyright © 2013–2015 The Apache Software Foundation. All rights reserved.