Parser a non error result of the execution of a Function Import OData document The result will be converted to a list of OData Entry documents If the result was a simple type it can accessed due the result entries as if it were a property,.
Syntax
public
abstract List< IODataEntry >
parseFunctionImportResult
(
InputStream
stream
,
IODataFunctionImport
functionImport
,
IODataSchema
schema
) throws ParserException, IllegalArgumentException
Parameters
-
stream –
The function Import result stream
-
functionImport –
The OData Function Import document
-
schema –
The appropriate OData Schema document
Returns
List of OData Entry containing the result values
Exceptions
-
ParserException class –
If parsing document has failed
-
IllegalArgumentException –
If either of the arguments is null