| Package | Description |
|---|---|
| com.sapportals.connector.execution.structures |
Provides access to the data returned from query/function execution.
|
| com.sapportals.connector.metadata |
Provides metadata of the connector ("Resource Addapter" in JCA terminology).
|
| com.sapportals.connector.metadata.functions |
Provides metadata of the EIS functions.
|
| com.sapportals.connector.metadata.objects |
Provides metadata of the EIS Business Objects.
|
| com.sapportals.connector.metadata.relations |
Provides metadata of the EIS relations.
|
| com.sapportals.connector.metadata.structures |
Provides metadata of data structures.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
IAbstractRecord
The abstract interface for Record.
|
interface |
IField |
interface |
IRecord
This interface is used to get the actual data in the records columns.
|
interface |
IRecordSet
Represents tabular data, which is usually generated by executing a query in
the EIS.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ICapabilities
This interface exposes the functionality of a specific connector.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ExtensibleMetadataFunction
An interface to a function that can hold extra metadata.
|
interface |
IFunction
This interface contains metadata for a specific EIS function
|
interface |
IFunctionException
This interface contains metadata for a specific EIS exception
|
interface |
IParameter
TThis interface exposes metadata for a parameter for an EIS function
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
IAttribute
This interface exposes metadata for an attribute of an EIS Business Object
|
interface |
IBusinessObject
This interface exposes metadata for an EIS Business Object
|
interface |
IBusinessObjectGroup
This interface exposes metadata for an EIS Business Object Group.
|
interface |
IIndex
This interface exposes metadata for an index of an EIS Business Object
|
interface |
IMethod
This interface contains metadata for a method of a EIS business object
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
IBlackBoxRelation
Deprecated.
Use
IRelation and return true for
IRelation.isBlackBox() |
interface |
IDefaultRelation
Deprecated.
Use
IRelation |
interface |
IRelation
This interface exposes metadata for a relation between 2 EIS Business Objects
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
IArrayStructure
This interface exposes metadata for a array
|
interface |
IExtendedStructure
Implementing connectors may implement this interface instead
of
IStructure to provide additional metadata for the
structure. |
interface |
IFieldStructure
This interface exposes metadata for a field (primitive)
|
interface |
IRecordSetStructure
This interface exposes metadata for a record set
|
interface |
IRecordStructure
This interface exposes metadata for a record
|
interface |
IStructure
This base interface exposes metadata for data structures
|
interface |
IStructureWrapper |
interface |
IUnionStructure
This interface exposes metadata for a union
|
Copyright 2021 SAP SE Complete Copyright Notice