Package | Description |
---|---|
com.sap.cloud.sdk.result | |
com.sap.cloud.sdk.s4hana.connectivity.rfc |
Class and Description |
---|
CollectedResultCollection
A collection consisting of elements collected by their
ElementName via the
ResultCollection.collect(String) method. |
CollectionExtractor
Functional interface handling the type-safe transformation of a
ResultElement to a collections of a specific
type. |
GsonResultElementFactory
Factory implementation that creates a
ResultElement , based on a given JsonElement . |
ObjectExtractor
Functional interface handling the type-safe transformation of a
ResultElement to a specific type. |
ResultCollection
Interface representing one collection of result elements (e.g. a list of complex business objects) resulting from a
call to an external service (e.g. after invoking a BAPI or a remote-enabled function module).
|
ResultElement
Class representing one resulting element from a call to an external service (e.g. after invoking a BAPI or a
remote-enabled function module).
|
ResultElementFactory
Factory interface to encapsulating different ways to create a
ResultElement from an arbitrary object. |
ResultObject
Interface representing one structured object (e.g one complex business object) resulting from a call to an external
service (e.g. after invoking a BAPI or a remote-enabled function module).
|
ResultPrimitive
Class representing an unstructured result primitive resulting from a call to an external service (e.g. after invoking
a BAPI or a remote-enabled function module).
|
Class and Description |
---|
GsonResultElementFactory
Factory implementation that creates a
ResultElement , based on a given JsonElement . |
ResultElementFactory
Factory interface to encapsulating different ways to create a
ResultElement from an arbitrary object. |
Copyright © 2018 SAP SE. All rights reserved.