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

R

RECIEVE_FUNCTION - Static variable in interface com.sapportals.connector.metadata.functions.IFunction
Costant indicates this EIS function has output parameter only
RECORD_TYPE_FORWARD_ONLY - Static variable in interface com.sapportals.connector.execution.structures.IRecordSet
Indicates that the record set cursor can only iterate with next()
RECORD_TYPE_SCROLLABLE - Static variable in interface com.sapportals.connector.execution.structures.IRecordSet
Indicates that the record set cursor can handle all iterating operations
refreshRow() - Method in interface com.sapportals.connector.execution.structures.IRecordSet
Refreshes the current row with its most recent value in the database.
refreshUserInfo(String) - Method in class com.sap.engine.interfaces.security.auth.AbstractLoginModule
Refresh the specified user's entry in the user store cache.
RelationNotFoundException - exception com.sapportals.connector.metadata.relations.RelationNotFoundException.
Thrown when an non existing relation is requested.
RelationNotFoundException(String) - Constructor for class com.sapportals.connector.metadata.relations.RelationNotFoundException
Constructor
relative(int) - Method in interface com.sapportals.connector.execution.structures.IRecordSet
Moves the cursor a relative number of rows, either positive or negative.
removeBodyPart(int) - Method in class com.sap.engine.services.servlets_jsp.lib.multipart.MultipartMessage
Removes a sub-message on a specified possition from this multipart message.
removeBodyPart(MultipartPart) - Method in class com.sap.engine.services.servlets_jsp.lib.multipart.MultipartMessage
Removes a sub-message from this multipart message.
removeHeader(String) - Method in class com.sap.engine.services.servlets_jsp.lib.multipart.MultipartPart
Removes a header with specified name from this multipart sub-message.
retrieveAdditionalPropertiesNames() - Method in interface com.sapportals.connector.metadata.IConnectorMetaData
returns additional properties supported by the connector
retrieveAllConnectionPropertiesNames() - Method in interface com.sapportals.connector.connection.IConnectionSpecMetaData
Deprecated. First get the IConnectionPropertyGroup (getAllConnectionPropertyGroups(), getConnectionPropertyGroup(String) or getDefaultConnectionPropertyGroup()) and then use IConnectionPropertyGroup.retrieveAllConnectionPropertiesNames()
retrieveAllConnectionPropertiesNames() - Method in interface com.sapportals.connector.connection.IConnectionPropertyGroup
Returns a set of all possible connection properties names
retrieveAllConnectionPropertyGroupsNames() - Method in interface com.sapportals.connector.connection.IConnectionSpecMetaData
Returns a set of all connection property group names
retrieveAllInteractionPropertiesNames() - Method in interface com.sapportals.connector.execution.functions.IInteractionSpecMetaData
Returns a set of all possible Interaction properties names
retrieveConnection() - Method in interface com.sapportals.connector.IConnectorObject
returns the connection associated with the object
retrieveConnectionSpecMetaData() - Method in interface com.sapportals.connector.connection.IConnectionSpec
The interface IConnectionSpecMetaData defines the metadata of the properties that compose the ConnectionSpec
retrieveContainedBusinessObjects() - Method in interface com.sapportals.connector.metadata.objects.IBusinessObjectGroup
Returns the Business Objects contained by the group - only business objects in last level.
retrieveContainedBusinessObjectsNames() - Method in interface com.sapportals.connector.metadata.objects.IBusinessObjectGroup
Returns the Business Objects unique names contained by the group - only business objects in last level. the unique names retrieve can be used as parameters for calling getContainedElement().
retrieveContainingGroup() - Method in interface com.sapportals.connector.metadata.objects.IElement
Returns the group containing this element.
retrieveFieldNames() - Method in interface com.sapportals.connector.metadata.structures.IRecordStructure
Returns a String list of all the fields in the record.
retrieveInteractionSpecMetaData() - Method in interface com.sapportals.connector.execution.functions.IInteractionSpec
Retrieve the metaData for an InteractionSpec
retrieveMetaData() - Method in interface com.sapportals.connector.execution.structures.IAbstractRecord
Retrieves the IRecordMetaData interface which describes the number, types and properties of this Record object's columns.
retrieveNative() - Method in interface com.sapportals.connector.connection.IConnection
The interface INative provides a set of handles to various interfaces that an EIS can expose directly to the connector client application.
retrieveNextLevelElements() - Method in interface com.sapportals.connector.metadata.objects.IBusinessObjectGroup
Returns the elements contained by the group (direct sons), direct sons can be BusinessObjectGroups or BusinessObjects.
retrieveNumberOfFields() - Method in interface com.sapportals.connector.metadata.structures.IRecordStructure
Returns the number of fields in the record.
retrieveOperatorDescription() - Method in interface com.sapportals.connector.metadata.operators.IOperator
Return a short description of this operator.
retrieveOperators() - Method in interface com.sapportals.connector.metadata.primitives.IPrimitive
Return all the operators supported by this primitive
retrieveOperatorTypeCode() - Method in interface com.sapportals.connector.metadata.operators.IOperator
Returns the type code of the primitive,
retrieveParentBusinessObject() - Method in interface com.sapportals.connector.metadata.objects.IMethod
Returns the business object composing this method.
retrieveParentBusinessObject() - Method in interface com.sapportals.connector.metadata.objects.IIndex
Returns the business object composing this index.
retrieveParentBusinessObject() - Method in interface com.sapportals.connector.metadata.objects.IAttribute
Returns the business object composing this attribute.
retrieveParentFunction() - Method in interface com.sapportals.connector.metadata.functions.IParameter
Returns the function composing this parameter.
retrievePrimaryKeyIndex() - Method in interface com.sapportals.connector.metadata.objects.IBusinessObject
Return an IIndex object of the primary key
retrievePrimitiveDescription() - Method in interface com.sapportals.connector.metadata.primitives.IPrimitive
Return a short description of this data type.
retrievePrimitiveTypeCode() - Method in interface com.sapportals.connector.metadata.primitives.IPrimitive
Returns the type code of the primitive,
retrieveQueryChunkSize() - Method in interface com.sapportals.connector.execution.objects.IAbstractQuery
Returns the maximum rows number in a RecordSet that is received as a return value of the retrieveResultSet() method.
retrieveQueryString() - Method in interface com.sapportals.connector.execution.objects.IQuery
Deprecated. Returns the current query string, for debug purposes
retrieveQueryTimeOut() - Method in interface com.sapportals.connector.execution.objects.IAbstractQuery
Returns the maximum time to execute the query.
retrieveRecordSet() - Method in interface com.sapportals.connector.execution.objects.IExecution
Returns the current record set.
retrieveRecordSet() - Method in interface com.sapportals.connector.execution.objects.IQuery
Deprecated. Returns the current record set.
retrieveRootBusinessObjectGroup() - Method in interface com.sapportals.connector.metadata.objects.IObjectsMetaData
Returns the the root of the business object group hierarchy.
retrieveRow() - Method in interface com.sapportals.connector.execution.structures.IRecordSet
Retrieves the current row number.
retrieveStructureFactory() - Method in interface com.sapportals.connector.execution.functions.IInteraction
The interface IStructureFactory is used for creating the execution.structures structures objects.
retrieveStructureTypeCode() - Method in interface com.sapportals.connector.metadata.structures.IStructure
Returns the type code of the structure.
retrieveTerm() - Method in interface com.sapportals.connector.metadata.functions.IParameter
Returns the term describing the parameter, for example "Parameter"
retrieveTerm() - Method in interface com.sapportals.connector.metadata.functions.IFunctionException
Returns the term describing the parameter, for example "Exception"
retrieveTerm() - Method in interface com.sapportals.connector.metadata.functions.IFunction
Returns the term describing the parameter, for example "Function"
retrieveTerm() - Method in interface com.sapportals.connector.metadata.objects.IMethod
Returns the term describing the parameter, for example "Method"
retrieveTerm() - Method in interface com.sapportals.connector.metadata.objects.IIndex
Returns the term describing the parameter, for example "Index"
retrieveTerm() - Method in interface com.sapportals.connector.metadata.objects.IElement
Returns the term describing the parameter, for example "Business Object","Business Object Group"
retrieveTerm() - Method in interface com.sapportals.connector.metadata.objects.IAttribute
Returns the term describing the parameter, for example "Attribute"
retrieveTerm() - Method in interface com.sapportals.connector.metadata.relations.IRelation
Returns the term describing the parameter, for example "Relation"
retrieveType() - Method in interface com.sapportals.connector.execution.structures.IRecordSet
Return the type of the record set FORWARD_ONLY indicates that the only possible iterating operation is next() SCROLLABLE indicates that other iterating operations can be used
retrieveTypeCode() - Method in interface com.sapportals.connector.metadata.relations.IRelation
Deprecated.  

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.