Modifier and Type | Interface and Description |
---|---|
interface |
ODataInvokeRequest<T extends ODataInvokeResult>
This class implements an OData invoke operation request.
|
Modifier and Type | Class and Description |
---|---|
class |
ODataNoContent
Marker class for invoke with no return type.
|
Modifier and Type | Method and Description |
---|---|
<RES extends ODataInvokeResult> |
EdmEnabledInvokeRequestFactory.getActionImportInvokeRequest(String actionImportName)
Gets an invoke request instance for the action import with the given name.
|
<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)
Gets an invoke request instance for the action bound to given URI (no parameters).
|
<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)
Gets an invoke request instance for the action bound to given URI (no 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)
Gets an invoke request instance for the function bound to given URI (no 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)
Gets an invoke request instance for the function import with the given name and no 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)
Gets an invoke request instance for the function bound to given URI (no parameters).
|
<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.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ODataInvokeResponse<T extends ODataInvokeResult>
This class implements a response to a specific invoke request.
|
Modifier and Type | Interface and Description |
---|---|
interface |
CommonODataEntity
OData entity.
|
interface |
CommonODataEntitySet
OData entity collection.
|
interface |
CommonODataProperty
OData entity property.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ODataEntity |
interface |
ODataEntitySet |
interface |
ODataProperty |
Modifier and Type | Interface and Description |
---|---|
interface |
ODataDelta |
interface |
ODataSingleton |
Copyright © 2013–2015 The Apache Software Foundation. All rights reserved.