| Name | Description | Type | Package | Framework |
| AbstractConnectorConnection | Abstract class that implements IConnection and HttpSessionBindingListener. | Class | com.sapportals.connector.connection | SAP NetWeaver |
| AttributeNotFoundException | Thrown when attempting access to an invalidSee Also:Serialized Form | Class | com.sapportals.connector.execution.objects | SAP NetWeaver |
| AttributeNotFoundException | Thrown when an invalid attribute is requested. | Class | com.sapportals.connector.metadata.objects | SAP NetWeaver |
| CapabilityNotFoundException | Thrown when capability was not found. | Class | com.sapportals.connector.metadata | SAP NetWeaver |
| CapabilityNotSupportedException | Thrown when capability is not supported. | Class | com.sapportals.connector.metadata | SAP NetWeaver |
| ConnectionClosedException | Thrown to indicate that the connection is closedSee Also:Serialized Form | Class | com.sapportals.connector.connection | SAP NetWeaver |
| ConnectionFailedException | Thrown when failed to get a connection to the EIS instance. | Class | com.sapportals.connector.connection | SAP NetWeaver |
| ConnectorException | The base connector exception. | Class | com.sapportals.connector | SAP NetWeaver |
| ConnectorRuntimeException | Connector runtime exceptionSee Also:Serialized Form | Class | com.sapportals.connector | SAP NetWeaver |
| ElementNotFoundException | Thrown when an invalid element is requested. | Class | com.sapportals.connector.metadata.objects | SAP NetWeaver |
| ExecutionException | Thrown when execution of a function has failed. | Class | com.sapportals.connector.execution | SAP NetWeaver |
| FieldNotFoundException | Thrown when an invalid field is requestedSee Also:Serialized Form | Class | com.sapportals.connector.metadata.structures | SAP NetWeaver |
| FunctionNotFoundException | Thrown when an invalid function is requested. | Class | com.sapportals.connector.metadata.functions | SAP NetWeaver |
| IAbstractQuery | Interface | com.sapportals.connector.execution.objects | SAP NetWeaver | |
| IAbstractRecord | The abstract interface for Record. | Interface | com.sapportals.connector.execution.structures | SAP NetWeaver |
| IAggregateSymbol | This interface marks SQL operation symbols that are a part of the SELECT clause of a query. | Interface | com.sapportals.connector.execution.objects.language | SAP NetWeaver |
| IAliasSymbol | This interface marks SQL operation symbols that are a part of the SELECT clause of a query. | Interface | com.sapportals.connector.execution.objects.language | SAP NetWeaver |
| IArrayStructure | This interface exposes metadata for a arrayFields inherited from interface com. | Interface | com.sapportals.connector.metadata.structures | SAP NetWeaver |
| IAttribute | Interface | com.sapportals.connector.metadata.objects | SAP NetWeaver | |
| IAttributeAliasSymbol | This interface marks SQL operation symbols that are a part of the SELECT clause of a query. | Interface | com.sapportals.connector.execution.objects.language | SAP NetWeaver |
| IAttributeSymbol | This interface marks a SQL operation symbol of a Business object attribute. | Interface | com.sapportals.connector.execution.objects.language | SAP NetWeaver |
| IBigDecimal | This base interface exposes metadata for a big decimal primitiveFields inherited from interface com. | Interface | com.sapportals.connector.metadata.primitives | SAP NetWeaver |
| IBlackBoxRelation | This interface exposes metadata for a relation between 2 EIS Business Objects using an obscure token | Interface | com.sapportals.connector.metadata.relations | SAP NetWeaver |
| IBoolean | This base interface exposes metadata for the boolean data primitiveFields inherited from interface com. | Interface | com.sapportals.connector.metadata.primitives | SAP NetWeaver |
| IBusinessObject | This interface exposes metadata for an EIS Business ObjectFields inherited from interface com. | Interface | com.sapportals.connector.metadata.objects | SAP NetWeaver |
| IBusinessObjectGroup | This interface exposes metadata for an EIS Business Object Group. | Interface | com.sapportals.connector.metadata.objects | SAP NetWeaver |
| IBusinessObjectSymbol | Interface | com.sapportals.connector.execution.objects.language | SAP NetWeaver | |
| IByte | This base interface exposes metadata for the byte data primitiveFields inherited from interface com. | Interface | com.sapportals.connector.metadata.primitives | SAP NetWeaver |
| ICapabilities | This interface exposes the functionality of a specific connector. | Interface | com.sapportals.connector.metadata | SAP NetWeaver |
| IChar | This base interface exposes metadata for the char data primitiveFields inherited from interface com. | Interface | com.sapportals.connector.metadata.primitives | SAP NetWeaver |
| ICompareCriteria | This interface marks the criteria object as a comparison condition. | Interface | com.sapportals.connector.execution.objects.language | SAP NetWeaver |
| ICompoundLogicalCriteria | This interface is used by compound logical conditions. | Interface | com.sapportals.connector.execution.objects.language | SAP NetWeaver |
| IConnection | A Connection represents an application-level handle that is used by a client to access the underlying physical connection. | Interface | com.sapportals.connector.connection | SAP NetWeaver |
| IConnectionFactory | IConnectionFactory provides an interface for getting connection to an EIS instance. | Interface | com.sapportals.connector.connection | SAP NetWeaver |
| IConnectionMetaData | The interface IConnectionMetaData provides information about an EIS instance connected through a Connection instance. | Interface | com.sapportals.connector.connection | SAP NetWeaver |
| IConnectionProperty | IConnectionProperty provides an interface for defining certain connection properties for the connectionSpec. | Interface | com.sapportals.connector.connection | SAP NetWeaver |
| IConnectionPropertyGroup | The interface IConnectionProperty provides metadata to a certain group of connection properties that constitute a valid connection spec. | Interface | com.sapportals.connector.connection | SAP NetWeaver |
| IConnectionSpec | IConnectionSpec is used by an application component to pass connection request-specific properties to the IConnectionFactory. | Interface | com.sapportals.connector.connection | SAP NetWeaver |
| IConnectionSpecMetaData | The interface IConnectionSpecMetaData describes the metadata of the connection properties that compose the connectionSpec. | Interface | com.sapportals.connector.connection | SAP NetWeaver |
| IConnectorMetaData | Interface | com.sapportals.connector.metadata | SAP NetWeaver | |
| IConnectorObject | The base interface for all connector objects. | Interface | com.sapportals.connector | SAP NetWeaver |
| IConstant | This interface marks a SQL operation symbol of a constant value. | Interface | com.sapportals.connector.execution.objects.language | SAP NetWeaver |
| ICriteria | The base interface for SQL operation criteria. | Interface | com.sapportals.connector.execution.objects.language | SAP NetWeaver |
| IDate | This base interface exposes metadata for the date data primitiveFields inherited from interface com. | Interface | com.sapportals.connector.metadata.primitives | SAP NetWeaver |
| IDefaultRelation | This interface exposes metadata for a relation between 2 EIS Business Objects using A. | Interface | com.sapportals.connector.metadata.relations | SAP NetWeaver |
| IDeleteOperation | The base interface for SQL DELETE operation holderFields inherited from interface com. | Interface | com.sapportals.connector.execution.objects.language | SAP NetWeaver |
| IDouble | This base interface exposes metadata for the double data primitiveFields inherited from interface com. | Interface | com.sapportals.connector.metadata.primitives | SAP NetWeaver |
| IElement | This base interface exposes metadata for an EIS entity. | Interface | com.sapportals.connector.metadata.objects | SAP NetWeaver |
| IEnumeration | This interface exposes metadata for an enumeration typeFields inherited from interface com. | Interface | com.sapportals.connector.metadata.primitives | SAP NetWeaver |
| IEqual | This base interface exposes metadata for the equal operatorFields inherited from interface com. | Interface | com.sapportals.connector.metadata.operators | SAP NetWeaver |
| IExecution | Interface | com.sapportals.connector.execution.objects | SAP NetWeaver | |
| IExpression | The base interface for all SQL operation expressions. | Interface | com.sapportals.connector.execution.objects.language | SAP NetWeaver |
| IExpressionSymbol | This interface marks SQL operation symbols that are a part of the SELECT clause of a query. | Interface | com.sapportals.connector.execution.objects.language | SAP NetWeaver |
| IField | Interface | com.sapportals.connector.execution.structures | SAP NetWeaver | |
| IFieldStructure | This interface exposes metadata for a field (primitive)Fields inherited from interface com. | Interface | com.sapportals.connector.metadata.structures | SAP NetWeaver |
| IFloat | This base interface exposes metadata for the float data primitiveFields inherited from interface com. | Interface | com.sapportals.connector.metadata.primitives | SAP NetWeaver |
| IFrom | This interface holds all the symbols of a SQL operation FROM clause. | Interface | com.sapportals.connector.execution.objects.language | SAP NetWeaver |
| IFromClause | Interface | com.sapportals.connector.execution.objects.language | SAP NetWeaver | |
| IFunction | This interface marks a SQL operation symbol of a function. | Interface | com.sapportals.connector.execution.objects.language | SAP NetWeaver |
| IFunction | Interface | com.sapportals.connector.metadata.functions | SAP NetWeaver | |
| IFunctionException | Interface | com.sapportals.connector.metadata.functions | SAP NetWeaver | |
| IFunctionsMetaData | This interface exposes metadata for EIS functions. | Interface | com.sapportals.connector.metadata.functions | SAP NetWeaver |
| IGreaterThan | This base interface exposes metadata for the greater than operatorFields inherited from interface com. | Interface | com.sapportals.connector.metadata.operators | SAP NetWeaver |
| IGreaterThanOrEqual | This base interface exposes metadata for the greater than or equal operatorFields inherited from interface com. | Interface | com.sapportals.connector.metadata.operators | SAP NetWeaver |
| IGroupBy | This interface holds all the symbols of a query GROUP BY clause. | Interface | com.sapportals.connector.execution.objects.language | SAP NetWeaver |
| IIndex | Interface | com.sapportals.connector.metadata.objects | SAP NetWeaver | |
| IInsertOperation | The base interface for SQL INSERT operation holderFields inherited from interface com. | Interface | com.sapportals.connector.execution.objects.language | SAP NetWeaver |
| IInt | This base interface exposes metadata for the int data primitiveFields inherited from interface com. | Interface | com.sapportals.connector.metadata.primitives | SAP NetWeaver |
| IInteraction | IInteraction enables a component to execute EIS functions. | Interface | com.sapportals.connector.execution.functions | SAP NetWeaver |
| IInteractionProperty | IInteractionProperty provides an interface for defining certain interaction properties for the interactionSpec. | Interface | com.sapportals.connector.execution.functions | SAP NetWeaver |
| IInteractionSpec | An InteractionSpec holds interaction properties for driving an Interaction with an EIS instance. | Interface | com.sapportals.connector.execution.functions | SAP NetWeaver |
| IInteractionSpecMetaData | The interface IInteractionSpecMetaData describes the metadata of the interaction properties that compose the interactionSpec. | Interface | com.sapportals.connector.execution.functions | SAP NetWeaver |
| IIsNullCriteria | This interface marks the criteria object as one of the type A is null where A is an SQL operation expression. | Interface | com.sapportals.connector.execution.objects.language | SAP NetWeaver |
| IJoinPredicate | This interface marks a FROM clause as a join predicate. | Interface | com.sapportals.connector.execution.objects.language | SAP NetWeaver |
| IKey | This interface exposes metadata for a relation key - a set of attributes that participate in a relation between objects | Interface | com.sapportals.connector.metadata.relations | SAP NetWeaver |
| ILanguageObject | Interface | com.sapportals.connector.execution.objects.language | SAP NetWeaver | |
| ILessThan | This base interface exposes metadata for the less than operatorFields inherited from interface com. | Interface | com.sapportals.connector.metadata.operators | SAP NetWeaver |
| ILessThanOrEqual | This base interface exposes metadata for the less than or equal operatorFields inherited from interface com. | Interface | com.sapportals.connector.metadata.operators | SAP NetWeaver |
| ILike | This base interface exposes metadata for the like operatorFields inherited from interface com. | Interface | com.sapportals.connector.metadata.operators | SAP NetWeaver |
| ILikeCriteria | This interface marks the criteria object to contain symbols may include attributes or functions etc. | Interface | com.sapportals.connector.execution.objects.language | SAP NetWeaver |
| ILogicalCriteria | This interface declares that the criteria object is logical. | Interface | com.sapportals.connector.execution.objects.language | SAP NetWeaver |
| ILong | This base interface exposes metadata for the long data primitiveFields inherited from interface com. | Interface | com.sapportals.connector.metadata.primitives | SAP NetWeaver |
| IMethod | This interface contains metadata for a method of a EIS business objectFields inherited from interface com. | Interface | com.sapportals.connector.metadata.objects | SAP NetWeaver |
| INative | The interface INative provides a set of handles to various interfaces that an EIS can expose directly to the connector client application. | Interface | com.sapportals.connector.connection | SAP NetWeaver |
| INativeQuery | The interface INativeQuery allows a connector client application to perform queries given as a query string in the native EIS language. | Interface | com.sapportals.connector.execution.objects | SAP NetWeaver |
| INotCriteria | Interface | com.sapportals.connector.execution.objects.language | SAP NetWeaver | |
| INotEqual | This base interface exposes metadata for the not equal operatorFields inherited from interface com. | Interface | com.sapportals.connector.metadata.operators | SAP NetWeaver |
| INumber | This base interface exposes metadata for the number data primitiveFields inherited from interface com. | Interface | com.sapportals.connector.metadata.primitives | SAP NetWeaver |
| IObjectsMetaData | Interface | com.sapportals.connector.metadata.objects | SAP NetWeaver | |
| IOperation | The base interface for topmost holder objects that encapsulate the entire data and metadata needed to perform a back end operation | Interface | com.sapportals.connector.execution.objects.language | SAP NetWeaver |
| IOperator | Interface | com.sapportals.connector.metadata.operators | SAP NetWeaver | |
| IOrderBy | This interface holds all the symbols of a query GROUP BY clause. | Interface | com.sapportals.connector.execution.objects.language | SAP NetWeaver |
| IParameter | Interface | com.sapportals.connector.metadata.functions | SAP NetWeaver | |
| IPredicateCriteria | This interface marks the criteria object as one containing actual symbols. | Interface | com.sapportals.connector.execution.objects.language | SAP NetWeaver |
| IPrimitive | Interface | com.sapportals.connector.metadata.primitives | SAP NetWeaver | |
| IQuery | The interface IQuery allows a connector client application to perform queries using java API or using a given query string in the Connector | Interface | com.sapportals.connector.execution.objects | SAP NetWeaver |
| IQueryOperation | The base interface for SQL query (SELECT) operation holderFields inherited from interface com. | Interface | com.sapportals.connector.execution.objects.language | SAP NetWeaver |
| IRecord | This interface is used to get the actual data in the records columns. | Interface | com.sapportals.connector.execution.structures | SAP NetWeaver |
| IRecordMetaData | An object that can be used to get information about the types and properties of the columns in a Record object. | Interface | com.sapportals.connector.execution.structures | SAP NetWeaver |
| IRecordSet | Represents tabular data, which is usually generated by executing a query in the EIS. | Interface | com.sapportals.connector.execution.structures | SAP NetWeaver |
| IRecordSetStructure | This interface exposes metadata for a record setFields inherited from interface com. | Interface | com.sapportals.connector.metadata.structures | SAP NetWeaver |
| IRecordStructure | This interface exposes metadata for a recordFields inherited from interface com. | Interface | com.sapportals.connector.metadata.structures | SAP NetWeaver |
| IRelation | Interface | com.sapportals.connector.metadata.relations | SAP NetWeaver | |
| IRelationsMetaData | This interface exposes metadata for EIS relations. | Interface | com.sapportals.connector.metadata.relations | SAP NetWeaver |
| ISOAPSerializable | Interface | com.sapportals.connector | SAP NetWeaver | |
| ISelect | This interface holds all the symbols of a query SELECT clause. | Interface | com.sapportals.connector.execution.objects.language | SAP NetWeaver |
| ISelectSymbol | This interface marks SQL operation symbols that are a part of the SELECT clause of a query | Interface | com.sapportals.connector.execution.objects.language | SAP NetWeaver |
| ISetCriteria | This interface marks the criteria object. | Interface | com.sapportals.connector.execution.objects.language | SAP NetWeaver |
| IShort | This base interface exposes metadata for the short data primitiveFields inherited from interface com. | Interface | com.sapportals.connector.metadata.primitives | SAP NetWeaver |
| IString | This base interface exposes metadata for the string data primitiveFields inherited from interface com. | Interface | com.sapportals.connector.metadata.primitives | SAP NetWeaver |
| IStructure | Interface | com.sapportals.connector.metadata.structures | SAP NetWeaver | |
| IStructureFactory | The interface IStructureFactory is used for creating the execution. | Interface | com.sapportals.connector.execution.structures | SAP NetWeaver |
| IStructureWrapper | Fields inherited from interface com. | Interface | com.sapportals.connector.metadata.structures | SAP NetWeaver |
| IStructureWrapperMetaData | Interface | com.sapportals.connector.metadata.structures | SAP NetWeaver | |
| IStructureWrapperMetaDataProperty | Methods inherited from interface com. | Interface | com.sapportals.connector.metadata.structures | SAP NetWeaver |
| ISymbol | The base interface for all SQL operation symbols. | Interface | com.sapportals.connector.execution.objects.language | SAP NetWeaver |
| ITime | This base interface exposes metadata for the time data primitive. | Interface | com.sapportals.connector.metadata.primitives | SAP NetWeaver |
| IUnaryFromClause | This interface holds all the symbols of a SQL operation FROM sub clause. | Interface | com.sapportals.connector.execution.objects.language | SAP NetWeaver |
| IUnionStructure | This interface exposes metadata for a unionFields inherited from interface com. | Interface | com.sapportals.connector.metadata.structures | SAP NetWeaver |
| IUnknown | This base interface exposes metadata for an unknown data primitiveFields inherited from interface com. | Interface | com.sapportals.connector.metadata.primitives | SAP NetWeaver |
| IUpdateOperation | The base interface for SQL UPDATE operation holderFields inherited from interface com. | Interface | com.sapportals.connector.execution.objects.language | SAP NetWeaver |
| IndexNotFoundException | Thrown when index is not foundSee Also:Serialized Form | Class | com.sapportals.connector.metadata.objects | SAP NetWeaver |
| InterfaceNotSupportedException | Thrown when an invalid interface is requested from the INative interface. | Class | com.sapportals.connector.connection | SAP NetWeaver |
| InvalidConditionException | Thrown when attempting access to an invalid conditionSee Also:Serialized Form | Class | com.sapportals.connector.execution.objects | SAP NetWeaver |
| InvalidQueryException | Thrown when attempting to perform an invalid query. | Class | com.sapportals.connector.execution.objects | SAP NetWeaver |
| InvalidQueryStringException | Thrown when executing an invalid query stringSee Also:Serialized Form | Class | com.sapportals.connector.execution.objects | SAP NetWeaver |
| InvalidRelationException | Thrown when attempting access to an invalid relationSee Also:Serialized Form | Class | com.sapportals.connector.execution.objects | SAP NetWeaver |
| MethodNotFoundException | Thrown when an invalid method is requested. | Class | com.sapportals.connector.metadata.objects | SAP NetWeaver |
| ObjectNotFoundException | Thrown when attempting access to an invalid objectSee Also:Serialized Form | Class | com.sapportals.connector.execution.objects | SAP NetWeaver |
| ParameterNotFoundException | Thrown when an invalid parameter is requested. | Class | com.sapportals.connector.metadata.functions | SAP NetWeaver |
| QueryExecutionException | Thrown when executing a querySee Also:Serialized Form | Class | com.sapportals.connector.execution.objects | SAP NetWeaver |
| RelationNotFoundException | Thrown when an non existing relation is requested. | Class | com.sapportals.connector.metadata.relations | SAP NetWeaver |
| TimeoutException | Thrown when time for connecting was exceeded. | Class | com.sapportals.connector.connection | SAP NetWeaver |