SAP J2EE Engine

Version 6.40

A B C D E F G H I J L M N O P Q R S T U W

I

IAbstractQuery - interface com.sapportals.connector.execution.objects.IAbstractQuery.
The abstract interface for query
IAbstractRecord - interface com.sapportals.connector.execution.structures.IAbstractRecord.
The abstract interface for Record.
IAggregateSymbol - interface com.sapportals.connector.execution.objects.language.IAggregateSymbol.
This interface marks SQL operation symbols that are a part of the SELECT clause of a query.
IAliasSymbol - interface com.sapportals.connector.execution.objects.language.IAliasSymbol.
This interface marks SQL operation symbols that are a part of the SELECT clause of a query.
IArrayStructure - interface com.sapportals.connector.metadata.structures.IArrayStructure.
This interface exposes metadata for a array
IAttribute - interface com.sapportals.connector.metadata.objects.IAttribute.
This interface exposes metadata for an attribute of an EIS Business Object
IAttributeAliasSymbol - interface com.sapportals.connector.execution.objects.language.IAttributeAliasSymbol.
This interface marks SQL operation symbols that are a part of the SELECT clause of a query.
IAttributeSymbol - interface com.sapportals.connector.execution.objects.language.IAttributeSymbol.
This interface marks a SQL operation symbol of a Business object attribute.
IBigDecimal - interface com.sapportals.connector.metadata.primitives.IBigDecimal.
This base interface exposes metadata for a big decimal primitive
IBlackBoxRelation - interface com.sapportals.connector.metadata.relations.IBlackBoxRelation.
Deprecated. Use IRelation and return true for IRelation.isBlackBox()
IBoolean - interface com.sapportals.connector.metadata.primitives.IBoolean.
This base interface exposes metadata for the boolean data primitive
IBusinessObject - interface com.sapportals.connector.metadata.objects.IBusinessObject.
This interface exposes metadata for an EIS Business Object
IBusinessObjectGroup - interface com.sapportals.connector.metadata.objects.IBusinessObjectGroup.
This interface exposes metadata for an EIS Business Object Group.
IBusinessObjectSymbol - interface com.sapportals.connector.execution.objects.language.IBusinessObjectSymbol.
This interface marks a SQL operation symbol of a Business object, with or without an alias
IByte - interface com.sapportals.connector.metadata.primitives.IByte.
This base interface exposes metadata for the byte data primitive
ICapabilities - interface com.sapportals.connector.metadata.ICapabilities.
This interface exposes the functionality of a specific connector.
IChar - interface com.sapportals.connector.metadata.primitives.IChar.
This base interface exposes metadata for the char data primitive
ICompareCriteria - interface com.sapportals.connector.execution.objects.language.ICompareCriteria.
This interface marks the criteria object as a comparison condition.
ICompoundLogicalCriteria - interface com.sapportals.connector.execution.objects.language.ICompoundLogicalCriteria.
This interface is used by compound logical conditions.
IConnection - interface com.sapportals.connector.connection.IConnection.
A Connection represents an application-level handle that is used by a client to access the underlying physical connection.
IConnectionFactory - interface com.sapportals.connector.connection.IConnectionFactory.
IConnectionFactory provides an interface for getting connection to an EIS instance.
IConnectionMetaData - interface com.sapportals.connector.connection.IConnectionMetaData.
The interface IConnectionMetaData provides information about an EIS instance connected through a Connection instance.
IConnectionProperty - interface com.sapportals.connector.connection.IConnectionProperty.
IConnectionProperty provides an interface for defining certain connection properties for the connectionSpec.
IConnectionPropertyGroup - interface com.sapportals.connector.connection.IConnectionPropertyGroup.
The interface IConnectionProperty provides metadata to a certain group of connection properties that constitute a valid connection spec.
IConnectionSpec - interface com.sapportals.connector.connection.IConnectionSpec.
IConnectionSpec is used by an application component to pass connection request-specific properties to the IConnectionFactory.getConnectionEx method.
IConnectionSpecMetaData - interface com.sapportals.connector.connection.IConnectionSpecMetaData.
The interface IConnectionSpecMetaData describes the metadata of the connection properties that compose the connectionSpec.
IConnectorMetaData - interface com.sapportals.connector.metadata.IConnectorMetaData.
Provides metadata for this connector
IConnectorObject - interface com.sapportals.connector.IConnectorObject.
The base interface for all connector objects.
IConstant - interface com.sapportals.connector.execution.objects.language.IConstant.
This interface marks a SQL operation symbol of a constant value.
ICriteria - interface com.sapportals.connector.execution.objects.language.ICriteria.
The base interface for SQL operation criteria.
IDate - interface com.sapportals.connector.metadata.primitives.IDate.
This base interface exposes metadata for the date data primitive
IDefaultRelation - interface com.sapportals.connector.metadata.relations.IDefaultRelation.
Deprecated. Use IRelation
IDeleteOperation - interface com.sapportals.connector.execution.objects.language.IDeleteOperation.
The base interface for SQL DELETE operation holder
IDouble - interface com.sapportals.connector.metadata.primitives.IDouble.
This base interface exposes metadata for the double data primitive
IElement - interface com.sapportals.connector.metadata.objects.IElement.
This base interface exposes metadata for an EIS entity.
IEnumeration - interface com.sapportals.connector.metadata.primitives.IEnumeration.
This interface exposes metadata for an enumeration type
IEqual - interface com.sapportals.connector.metadata.operators.IEqual.
This base interface exposes metadata for the equal operator
IExecution - interface com.sapportals.connector.execution.objects.IExecution.
The base interface for execution of operations defined in the language package.
IExpression - interface com.sapportals.connector.execution.objects.language.IExpression.
The base interface for all SQL operation expressions.
IExpressionSymbol - interface com.sapportals.connector.execution.objects.language.IExpressionSymbol.
This interface marks SQL operation symbols that are a part of the SELECT clause of a query.
IFieldStructure - interface com.sapportals.connector.metadata.structures.IFieldStructure.
This interface exposes metadata for a field (primitive)
IFloat - interface com.sapportals.connector.metadata.primitives.IFloat.
This base interface exposes metadata for the float data primitive
IFrom - interface com.sapportals.connector.execution.objects.language.IFrom.
This interface holds all the symbols of a SQL operation FROM clause.
IFromClause - interface com.sapportals.connector.execution.objects.language.IFromClause.
This interface holds all the symbols of a SQL operation FROM sub clause
IFunction - interface com.sapportals.connector.execution.objects.language.IFunction.
This interface marks a SQL operation symbol of a function.
IFunction - interface com.sapportals.connector.metadata.functions.IFunction.
This interface contains metadata for a specific EIS function
IFunctionException - interface com.sapportals.connector.metadata.functions.IFunctionException.
This interface contains metadata for a specific EIS exception
IFunctionsMetaData - interface com.sapportals.connector.metadata.functions.IFunctionsMetaData.
This interface exposes metadata for EIS functions.
IGreaterThan - interface com.sapportals.connector.metadata.operators.IGreaterThan.
This base interface exposes metadata for the greater than operator
IGreaterThanOrEqual - interface com.sapportals.connector.metadata.operators.IGreaterThanOrEqual.
This base interface exposes metadata for the greater than or equal operator
IGroupBy - interface com.sapportals.connector.execution.objects.language.IGroupBy.
This interface holds all the symbols of a query GROUP BY clause.
IIndex - interface com.sapportals.connector.metadata.objects.IIndex.
This interface exposes metadata for an index of an EIS Business Object
IInsertOperation - interface com.sapportals.connector.execution.objects.language.IInsertOperation.
The base interface for SQL INSERT operation holder
IInt - interface com.sapportals.connector.metadata.primitives.IInt.
This base interface exposes metadata for the int data primitive
IInteraction - interface com.sapportals.connector.execution.functions.IInteraction.
IInteraction enables a component to execute EIS functions.
IInteractionProperty - interface com.sapportals.connector.execution.functions.IInteractionProperty.
IInteractionProperty provides an interface for defining certain interaction properties for the interactionSpec.
IInteractionSpec - interface com.sapportals.connector.execution.functions.IInteractionSpec.
An InteractionSpec holds interaction properties for driving an Interaction with an EIS instance.
IInteractionSpecMetaData - interface com.sapportals.connector.execution.functions.IInteractionSpecMetaData.
The interface IInteractionSpecMetaData describes the metadata of the interaction properties that compose the interactionSpec.
IIsNullCriteria - interface com.sapportals.connector.execution.objects.language.IIsNullCriteria.
This interface marks the criteria object as one of the type A is null where A is an SQL operation expression.
IJoinPredicate - interface com.sapportals.connector.execution.objects.language.IJoinPredicate.
This interface marks a FROM clause as a join predicate.
IKey - interface com.sapportals.connector.metadata.relations.IKey.
This interface exposes metadata for a relation key - a set of attributes that participate in a relation between objects
ILanguageObject - interface com.sapportals.connector.execution.objects.language.ILanguageObject.
The base interface for all query language objects
ILessThan - interface com.sapportals.connector.metadata.operators.ILessThan.
This base interface exposes metadata for the less than operator
ILessThanOrEqual - interface com.sapportals.connector.metadata.operators.ILessThanOrEqual.
This base interface exposes metadata for the less than or equal operator
ILike - interface com.sapportals.connector.metadata.operators.ILike.
This base interface exposes metadata for the like operator
ILikeCriteria - interface com.sapportals.connector.execution.objects.language.ILikeCriteria.
This interface marks the criteria object to contain symbols may include attributes or functions etc.
ILogicalCriteria - interface com.sapportals.connector.execution.objects.language.ILogicalCriteria.
This interface declares that the criteria object is logical.
ILong - interface com.sapportals.connector.metadata.primitives.ILong.
This base interface exposes metadata for the long data primitive
IMethod - interface com.sapportals.connector.metadata.objects.IMethod.
This interface contains metadata for a method of a EIS business object
INative - interface com.sapportals.connector.connection.INative.
The interface INative provides a set of handles to various interfaces that an EIS can expose directly to the connector client application.
INativeQuery - interface com.sapportals.connector.execution.objects.INativeQuery.
The interface INativeQuery allows a connector client application to perform queries given as a query string in the native EIS language.
IndexNotFoundException - exception com.sapportals.connector.metadata.objects.IndexNotFoundException.
Thrown when index is not found
IndexNotFoundException(String) - Constructor for class com.sapportals.connector.metadata.objects.IndexNotFoundException
Constructor
initCause(Throwable) - Method in class com.sap.engine.services.servlets_jsp.lib.multipart.MultipartParseException
 
initialize(Subject, CallbackHandler, Map, Map) - Method in class com.sap.engine.interfaces.security.auth.AbstractLoginModule
Initialises its shared state.
INotCriteria - interface com.sapportals.connector.execution.objects.language.INotCriteria.
This interface is used to mark the logical condition not(A) where A is another criteria.
INotEqual - interface com.sapportals.connector.metadata.operators.INotEqual.
This base interface exposes metadata for the not equal operator
INSERT - Static variable in interface com.sapportals.connector.metadata.ICapabilities
The connector implementation supports INSERT operations through queries.
INSERT_OPERATION - Static variable in interface com.sapportals.connector.execution.objects.language.IOperation
Represents a SQL INSERT statement
insertRow() - Method in interface com.sapportals.connector.execution.structures.IRecordSet
Inserts the contents of the insert row into this RecordSet object.
INTERACTION_EXECUTION - Static variable in interface com.sapportals.connector.metadata.ICapabilities
The connector implementation supports the JCA Interaction interfaces i.e.: support for EIS function execution .
INTERACTION_EXECUTION_OUTPUT_INDEXED - Static variable in interface com.sapportals.connector.metadata.ICapabilities
The output format of the Interaction.execute() function is an indexed record
INTERACTION_EXECUTION_OUTPUT_MAPPED - Static variable in interface com.sapportals.connector.metadata.ICapabilities
The output format of the Interaction.execute() function is a mapped record
INTERACTION_PROPERTY_NAME - Static variable in interface com.sapportals.connector.execution.functions.IInteractionSpecMetaData
 
InterfaceNotSupportedException - exception com.sapportals.connector.connection.InterfaceNotSupportedException.
Thrown when an invalid interface is requested from the INative interface.
InterfaceNotSupportedException(String) - Constructor for class com.sapportals.connector.connection.InterfaceNotSupportedException
Constructor
INumber - interface com.sapportals.connector.metadata.primitives.INumber.
This base interface exposes metadata for the number data primitive
InvalidConditionException - exception com.sapportals.connector.execution.objects.InvalidConditionException.
Thrown when attempting access to an invalid condition
InvalidConditionException(String) - Constructor for class com.sapportals.connector.execution.objects.InvalidConditionException
Constructor
InvalidQueryException - exception com.sapportals.connector.execution.objects.InvalidQueryException.
Thrown when attempting to perform an invalid query.
InvalidQueryException(String) - Constructor for class com.sapportals.connector.execution.objects.InvalidQueryException
Constructor
InvalidQueryStringException - exception com.sapportals.connector.execution.objects.InvalidQueryStringException.
Thrown when executing an invalid query string
InvalidQueryStringException(String) - Constructor for class com.sapportals.connector.execution.objects.InvalidQueryStringException
Constructor
InvalidRelationException - exception com.sapportals.connector.execution.objects.InvalidRelationException.
Thrown when attempting access to an invalid relation
InvalidRelationException(String) - Constructor for class com.sapportals.connector.execution.objects.InvalidRelationException
Constructor
IObjectsMetaData - interface com.sapportals.connector.metadata.objects.IObjectsMetaData.
This interface exposes metadata for an EIS object
IOperation - interface com.sapportals.connector.execution.objects.language.IOperation.
The base interface for topmost holder objects that encapsulate the entire data and metadata needed to perform a back end operation
IOperator - interface com.sapportals.connector.metadata.operators.IOperator.
This base interface exposes metadata for operators on data primitives
IOrderBy - interface com.sapportals.connector.execution.objects.language.IOrderBy.
This interface holds all the symbols of a query GROUP BY clause.
IParameter - interface com.sapportals.connector.metadata.functions.IParameter.
TThis interface exposes metadata for a parameter for an EIS function
IPredicateCriteria - interface com.sapportals.connector.execution.objects.language.IPredicateCriteria.
This interface marks the criteria object as one containing actual symbols.
IPrimitive - interface com.sapportals.connector.metadata.primitives.IPrimitive.
This base interface exposes metadata for data primitives
IQuery - interface com.sapportals.connector.execution.objects.IQuery.
Deprecated. Use IExecution interface
IQueryOperation - interface com.sapportals.connector.execution.objects.language.IQueryOperation.
The base interface for SQL query (SELECT) operation holder
IRecord - interface com.sapportals.connector.execution.structures.IRecord.
This interface is used to get the actual data in the records columns.
IRecordMetaData - interface com.sapportals.connector.execution.structures.IRecordMetaData.
An object that can be used to get information about the types and properties of the columns in a Record object.
IRecordSet - interface com.sapportals.connector.execution.structures.IRecordSet.
Represents tabular data, which is usually generated by executing a query in the EIS.
IRecordSetStructure - interface com.sapportals.connector.metadata.structures.IRecordSetStructure.
This interface exposes metadata for a record set
IRecordStructure - interface com.sapportals.connector.metadata.structures.IRecordStructure.
This interface exposes metadata for a record
IRelation - interface com.sapportals.connector.metadata.relations.IRelation.
This interface exposes metadata for a relation between 2 EIS Business Objects
IRelationsMetaData - interface com.sapportals.connector.metadata.relations.IRelationsMetaData.
This interface exposes metadata for EIS relations.
isAfterLast() - Method in interface com.sapportals.connector.execution.structures.IRecordSet
Indicates whether the cursor is after the last row in this RecordSet object.
isBeforeFirst() - Method in interface com.sapportals.connector.execution.structures.IRecordSet
Indicates whether the cursor is before the first row in this RecordSet object.
isBlackBox() - Method in interface com.sapportals.connector.metadata.relations.IRelation
Returns whether the relation is a black box
isCaseSensitive() - Method in interface com.sapportals.connector.metadata.primitives.IString
Returns whether the string is case sensitive.
isDistinct() - Method in interface com.sapportals.connector.execution.objects.language.ISelect
Returns whether the select is distinct
isDistinct() - Method in interface com.sapportals.connector.execution.objects.language.IAggregateSymbol
Returns whether the aggregation is distinct
ISelect - interface com.sapportals.connector.execution.objects.language.ISelect.
This interface holds all the symbols of a query SELECT clause.
ISelectSymbol - interface com.sapportals.connector.execution.objects.language.ISelectSymbol.
This interface marks SQL operation symbols that are a part of the SELECT clause of a query
ISetCriteria - interface com.sapportals.connector.execution.objects.language.ISetCriteria.
This interface marks the criteria object as one of the type A in (B1,...,Bn) where Bi is an expression.
isFirst() - Method in interface com.sapportals.connector.execution.structures.IRecordSet
Indicates whether the cursor is on the first row of this RecordSet object.
isFormParameter() - Method in class com.sap.engine.services.servlets_jsp.lib.multipart.MultipartPart
Returns if this multipart sub-message represents a form-based request parameter as specified by RFC 1867.
isFormParametersToRequest() - Method in class com.sap.engine.services.servlets_jsp.lib.multipart.MultipartMessage
 
IShort - interface com.sapportals.connector.metadata.primitives.IShort.
This base interface exposes metadata for the short data primitive
isLast() - Method in interface com.sapportals.connector.execution.structures.IRecordSet
Indicates whether the cursor is on the last row of this RecordSet object.
isNull() - Method in interface com.sapportals.connector.execution.objects.language.IConstant
Returns whether the value of the constant is null
isNullable() - Method in interface com.sapportals.connector.metadata.objects.IAttribute
Returns whether the attribute is optional. an optional attribute may by NULL.
ISOAPSerializable - interface com.sapportals.connector.ISOAPSerializable.
Marker interface for web service
isOptional() - Method in interface com.sapportals.connector.metadata.functions.IParameter
Returns whether the parameter is optional.
isPrimaryKey() - Method in interface com.sapportals.connector.metadata.objects.IIndex
Returns whether this index is a primary key.
isStar() - Method in interface com.sapportals.connector.execution.objects.language.ISelect
Returns whether this is a SELECT * clause
IString - interface com.sapportals.connector.metadata.primitives.IString.
This base interface exposes metadata for the string data primitive
IStructure - interface com.sapportals.connector.metadata.structures.IStructure.
This base interface exposes metadata for data structures
IStructureFactory - interface com.sapportals.connector.execution.structures.IStructureFactory.
The interface IStructureFactory is used for creating the execution.structures structures objects.
isUserAccountExpired(String) - Method in class com.sap.engine.interfaces.security.auth.AbstractLoginModule
Deprecated. This functionality is moved to the login context.
isUserAccountExpired(UserInfo, UserContext) - Method in class com.sap.engine.interfaces.security.auth.AbstractLoginModule
Deprecated. This functionality is moved to the login context.
ISymbol - interface com.sapportals.connector.execution.objects.language.ISymbol.
The base interface for all SQL operation symbols.
ITime - interface com.sapportals.connector.metadata.primitives.ITime.
This base interface exposes metadata for the time data primitive.
IUnaryFromClause - interface com.sapportals.connector.execution.objects.language.IUnaryFromClause.
This interface holds all the symbols of a SQL operation FROM sub clause.
IUnionStructure - interface com.sapportals.connector.metadata.structures.IUnionStructure.
This interface exposes metadata for a union
IUnknown - interface com.sapportals.connector.metadata.primitives.IUnknown.
This base interface exposes metadata for an unknown data primitive
IUpdateOperation - interface com.sapportals.connector.execution.objects.language.IUpdateOperation.
The base interface for SQL UPDATE operation holder

SAP J2EE Engine

Version 6.40

A B C D E F G H I J L M N O P Q R S T U W
Copyright © 2001-2005 SAP AG. All Rights Reserved.