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

G

GE - Static variable in interface com.sapportals.connector.execution.objects.language.ICompareCriteria
Constant indicating the first operand is greater than or equal to the second.
getAdditionalProperties() - Method in interface com.sapportals.connector.connection.IConnectionMetaData
Return a set of pairs (entries) of names and values of EIS properties specific for a connector implementation.
getAdditionalProperties() - Method in interface com.sapportals.connector.metadata.IConnectorMetaData
returns additional properties names and values supported by the connector
getAdditionalPropertyValue(String) - Method in interface com.sapportals.connector.metadata.IConnectorMetaData
Returns a value of a given property name
getAggregateFunction() - Method in interface com.sapportals.connector.execution.objects.language.IAggregateSymbol
Returns the aggregate function type;.
getAlias() - Method in interface com.sapportals.connector.execution.objects.language.IAttributeAliasSymbol
Returns the Alias.
getAlias() - Method in interface com.sapportals.connector.execution.objects.language.IAliasSymbol
Returns the Alias.
getAlias() - Method in interface com.sapportals.connector.execution.objects.language.IBusinessObjectSymbol
Returns the alias
getAllConnectionProperties() - Method in interface com.sapportals.connector.connection.IConnectionSpecMetaData
Deprecated. First get the IConnectionPropertyGroup (getAllConnectionPropertyGroups(), getConnectionPropertyGroup(String) or getDefaultConnectionPropertyGroup()) and then use IConnectionPropertyGroup.getAllConnectionProperties()
getAllConnectionProperties() - Method in interface com.sapportals.connector.connection.IConnectionPropertyGroup
Returns a set of pairs (entries) of names and values of IConnectionProperty objects
getAllConnectionProperties() - Method in interface com.sapportals.connector.connection.IConnectionSpec
Returns a set of pairs (entries) of names and values of IConnectionProperty objects For example ["User","name of a user"],["Password,"password value"]...
getAllConnectionPropertyGroups() - Method in interface com.sapportals.connector.connection.IConnectionSpecMetaData
Returns a set of pairs (entries) of names and values of IConnectionPropertyGroup objects
getAllHeaderNames() - Method in class com.sap.engine.services.servlets_jsp.lib.multipart.MultipartPart
Returns an enumeration of the names of all headers of this multipart sub-message.
getAllInteractionProperties() - Method in interface com.sapportals.connector.execution.functions.IInteractionSpec
Returns a set of pairs (entries) of names and values of IInteractionProperty objects
getAllInteractionProperties() - Method in interface com.sapportals.connector.execution.functions.IInteractionSpecMetaData
Returns a set of pairs of names and IInteractionProperty objects
getAllSupportedCapabilities() - Method in interface com.sapportals.connector.metadata.ICapabilities
Returns all capabilities supported by this connector.
getArgument(int) - Method in interface com.sapportals.connector.execution.objects.language.IFunction
Returns an argument of the function at specified index.
getArguments() - Method in interface com.sapportals.connector.execution.objects.language.IFunction
Returns the arguments of the function expression.
getAttribute(String) - Method in interface com.sapportals.connector.metadata.objects.IBusinessObject
Returns an attribute of the business object.
getAttribute(String) - Method in interface com.sapportals.connector.metadata.objects.IIndex
Returns an attribute composing this index given the unique name.
getAttributes() - Method in interface com.sapportals.connector.execution.objects.language.IInsertOperation
Return an ordered Iterator of IAttributeSymbol to be inserted
getAttributes() - Method in interface com.sapportals.connector.execution.objects.language.IUpdateOperation
Return an ordered Iterator of IAttributeSymbol to be updated.
getAttributes() - Method in interface com.sapportals.connector.metadata.objects.IBusinessObject
Returns the attributes of the business object.
getAttributes() - Method in interface com.sapportals.connector.metadata.objects.IIndex
Returns the attributes composing this index.
getAttributes() - Method in interface com.sapportals.connector.metadata.relations.IKey
Returns the attributes of the key.
getBigDecimal(int) - Method in interface com.sapportals.connector.execution.structures.IAbstractRecord
Gets the value of the designated column in the current row of this IRecordSet object as a BigDecimal in the Java programming language.
getBigDecimal(String) - Method in interface com.sapportals.connector.execution.structures.IAbstractRecord
Gets the value of the designated column in the current row of this IRecordSet object as a BigDecimal in the Java programming language.
getBody() - Method in class com.sap.engine.services.servlets_jsp.lib.multipart.MultipartPart
Returns a byte array containing the body of this multipart sub-message.
getBodyPart(int) - Method in class com.sap.engine.services.servlets_jsp.lib.multipart.MultipartMessage
Returns a sub-message at a specified possition within this multipart message.
getBodyPart(String) - Method in class com.sap.engine.services.servlets_jsp.lib.multipart.MultipartMessage
Returns a sub-message with a specified name.
getBodyParts() - Method in class com.sap.engine.services.servlets_jsp.lib.multipart.MultipartMessage
Returns an enumeration of all sub-messages within this multipart message.
getBoolean(int) - Method in interface com.sapportals.connector.execution.structures.IAbstractRecord
Gets the value of the designated column in the current row of this IRecordSet object as a boolean in the Java programming language.
getBoolean(String) - Method in interface com.sapportals.connector.execution.structures.IAbstractRecord
Gets the value of the designated column in the current row of this IRecordSet object as a boolean in the Java programming language.
getBusinessObject() - Method in interface com.sapportals.connector.execution.objects.language.IUnaryFromClause
Returns the business object contained in the from clause
getBusinessObject() - Method in interface com.sapportals.connector.execution.objects.language.IInsertOperation
Returns the group being inserted into.
getBusinessObject() - Method in interface com.sapportals.connector.execution.objects.language.IAttributeSymbol
Returns the business object the attribute belongs to
getBusinessObject() - Method in interface com.sapportals.connector.execution.objects.language.IUpdateOperation
Returns the group being updated.
getBusinessObject() - Method in interface com.sapportals.connector.execution.objects.language.IDeleteOperation
Returns the group being deleted.
getBusinessObjects() - Method in interface com.sapportals.connector.execution.objects.language.IFrom
Returns all business objects in the from sub clauses
getByte(int) - Method in interface com.sapportals.connector.execution.structures.IAbstractRecord
Gets the value of the designated column in the current row of this IRecordSet object as a byte in the Java programming language.
getByte(String) - Method in interface com.sapportals.connector.execution.structures.IAbstractRecord
Gets the value of the designated column in the current row of this IRecordSet object as a byte in the Java programming language.
getBytes(int) - Method in interface com.sapportals.connector.execution.structures.IAbstractRecord
Gets the value of the designated column in the current row of this IRecordSet object as a byte[] in the Java programming language.
getBytes(String) - Method in interface com.sapportals.connector.execution.structures.IAbstractRecord
Gets the value of the designated column in the current row of this IRecordSet object as a byte[] in the Java programming language.
getCapabilities(IConnectionSpec) - Method in interface com.sapportals.connector.metadata.IConnectorMetaData
returns the capabilities of this connector
getCause() - Method in class com.sap.engine.services.servlets_jsp.lib.multipart.MultipartParseException
Returns the cause of the error of this exception.
getChar(int) - Method in interface com.sapportals.connector.execution.structures.IAbstractRecord
Gets the value of the designated column in the current row of this IRecordSet object as an Character in the Java programming language.
getChar(String) - Method in interface com.sapportals.connector.execution.structures.IAbstractRecord
Gets the value of the designated column in the current row of this IRecordSet object as an Character in the Java programming language.
getCharacterEncoding() - Method in class com.sap.engine.services.servlets_jsp.lib.multipart.MultipartPart
Returns the value of the character encoding of this sub-message as specified by its Content-type header
getClauses() - Method in interface com.sapportals.connector.execution.objects.language.IFrom
Returns all the FROM sub clauses
getColumnCount() - Method in interface com.sapportals.connector.execution.structures.IRecordMetaData
Returns the number of columns in this RecordSet object.
getColumnIndex(String) - Method in interface com.sapportals.connector.execution.structures.IAbstractRecord
Retrieve the column index of the given column name.
getColumnLabel(int) - Method in interface com.sapportals.connector.execution.structures.IRecordMetaData
Gets the designated column's suggested title for use in printouts and displays.
getColumnName(int) - Method in interface com.sapportals.connector.execution.structures.IRecordMetaData
Get the designated column's name.
getColumnName(int) - Method in interface com.sapportals.connector.execution.structures.IAbstractRecord
Retrieve the column name of the given column index.
getColumnType(int) - Method in interface com.sapportals.connector.execution.structures.IRecordMetaData
Retrieves the designated column's SQL type.
getComposingConnectionPropertyGroups() - Method in interface com.sapportals.connector.connection.IConnectionProperty
Returns the composed Connection Property groups
getConnectionDefaultTimeout() - Method in interface com.sapportals.connector.metadata.IConnectorMetaData
Returns the default timeout in milliseconds for obtaining a connection
getConnectionEx(IConnectionSpec) - Method in interface com.sapportals.connector.connection.IConnectionFactory
Gets a connection to an EIS instance.
getConnectionProperty(String) - Method in interface com.sapportals.connector.connection.IConnectionSpecMetaData
Deprecated. First get the IConnectionPropertyGroup (getAllConnectionPropertyGroups(), getConnectionPropertyGroup(String) or getDefaultConnectionPropertyGroup()) and then use IConnectionPropertyGroup.getConnectionProperty(String)
getConnectionProperty(String) - Method in interface com.sapportals.connector.connection.IConnectionPropertyGroup
Returns the connection property for the given connection property name.
getConnectionPropertyGroup(String) - Method in interface com.sapportals.connector.connection.IConnectionSpecMetaData
Returns the connection property group for the given connection property group name.
getConnectionSpec() - Method in interface com.sapportals.connector.connection.IConnectionFactory
The interface IConnectionSpec is used by an application component to pass connection request-specific properties to the IConnectionFactory.getConnectionEx method.
getConnectionTimeOut() - Method in interface com.sapportals.connector.connection.IConnectionFactory
Returns the maximum time to wait for a connection.
getContainedElement(String) - Method in interface com.sapportals.connector.metadata.objects.IBusinessObjectGroup
Returns a element contained by the business object group.
getContentID() - Method in class com.sap.engine.services.servlets_jsp.lib.multipart.MultipartPart
Returns the value of the Content-Id header of this sub-message
getContentType() - Method in class com.sap.engine.services.servlets_jsp.lib.multipart.MultipartMessage
Returns the content type of this multipart body.
getContentType() - Method in class com.sap.engine.services.servlets_jsp.lib.multipart.MultipartPart
Returns the content type of this multipart sub-message as specified by its Content-Type headers.
getCount() - Method in class com.sap.engine.services.servlets_jsp.lib.multipart.MultipartMessage
Returns the number of the sub-messages within this multipart message.
getCriteria() - Method in interface com.sapportals.connector.execution.objects.language.INotCriteria
Returns the composing criteria object.
getCriteria() - Method in interface com.sapportals.connector.execution.objects.language.IUpdateOperation
Returns the criteria object for this command, may be null.
getCriteria() - Method in interface com.sapportals.connector.execution.objects.language.IQueryOperation
Returns the criteria for the where clause of the query
getCriteria() - Method in interface com.sapportals.connector.execution.objects.language.IDeleteOperation
Returns the criteria object for this command, may be null.
getCriteria() - Method in interface com.sapportals.connector.execution.objects.language.ICompoundLogicalCriteria
Returns the Iterator of composing criteria objects.
getCriteria(int) - Method in interface com.sapportals.connector.execution.objects.language.ICompoundLogicalCriteria
Returns one of the composing criteria objects by index
getCriteriaCount() - Method in interface com.sapportals.connector.execution.objects.language.ICompoundLogicalCriteria
Returns the number of composing criteria in this clause.
getCurrentOwner(byte) - Method in interface com.sap.engine.services.applocking.LogicalLocking
Returns the current owner-id, to which all locks belong.
getCurrentOwner(byte) - Method in interface com.sap.engine.services.applocking.TableLocking
Deprecated. use getCurrentOwner(byte, Connection) instead, because does not work for local transactions
getCurrentOwner(byte, Connection) - Method in interface com.sap.engine.services.applocking.TableLocking
Returns the current owner-id, to which all locks belong.
getDate(int) - Method in interface com.sapportals.connector.execution.structures.IAbstractRecord
Gets the value of the designated column in the current row of this IRecordSet object as a Date in the Java programming language.
getDate(String) - Method in interface com.sapportals.connector.execution.structures.IAbstractRecord
Gets the value of the designated column in the current row of this IRecordSet object as a Date in the Java programming language.
getDefaultConnectionPropertyGroup() - Method in interface com.sapportals.connector.connection.IConnectionSpecMetaData
Returns the default connection property group for this connector
getDefaultDateFormat() - Method in interface com.sapportals.connector.metadata.IConnectorMetaData
Returns the default date format when using a query
getDefaultTimeFormat() - Method in interface com.sapportals.connector.metadata.IConnectorMetaData
Returns the default date format when using a query
getDefaultValue() - Method in interface com.sapportals.connector.connection.IConnectionProperty
Returns the default value for this connection property.
getDefaultValue() - Method in interface com.sapportals.connector.execution.functions.IInteractionProperty
Returns the default values for this interaction property.
getDefaultValue() - Method in interface com.sapportals.connector.metadata.functions.IParameter
Returns the default value for this parameter.
getDefaultValue() - Method in interface com.sapportals.connector.metadata.objects.IAttribute
Returns the default value for this parameter. may return NULL
getDescription() - Method in interface com.sapportals.connector.metadata.functions.IParameter
Returns the description of this parameter.
getDescription() - Method in interface com.sapportals.connector.metadata.functions.IFunctionException
Returns the exception description.
getDescription() - Method in interface com.sapportals.connector.metadata.functions.IFunction
Returns the description of the function.
getDescription() - Method in interface com.sapportals.connector.metadata.objects.IIndex
Returns the description of the index.
getDescription() - Method in interface com.sapportals.connector.metadata.objects.IElement
Returns the description of the element.
getDescription() - Method in interface com.sapportals.connector.metadata.objects.IAttribute
Returns the description of the attribute.
getDescription() - Method in interface com.sapportals.connector.metadata.relations.IRelation
returns the description of this relation
getDirection() - Method in interface com.sapportals.connector.metadata.functions.IParameter
Returns the direction of this parameter.
getDisposition() - Method in class com.sap.engine.services.servlets_jsp.lib.multipart.MultipartPart
Returns the content-disposition of this multipart sub-message.
getDouble(int) - Method in interface com.sapportals.connector.execution.structures.IAbstractRecord
Gets the value of the designated column in the current row of this IRecordSet object as a double in the Java programming language.
getDouble(String) - Method in interface com.sapportals.connector.execution.structures.IAbstractRecord
Gets the value of the designated column in the current row of this IRecordSet object as a double in the Java programming language.
getEnumeration(int) - Method in interface com.sapportals.connector.execution.structures.IAbstractRecord
Gets the value of the designated column in the current row of this IRecordSet object as an Enumeration in the Java programming language.
getEnumeration(String) - Method in interface com.sapportals.connector.execution.structures.IAbstractRecord
Gets the value of the designated column in the current row of this IRecordSet object as an Enumeration in the Java programming language.
getExceptions() - Method in interface com.sapportals.connector.metadata.functions.IFunction
Returns a set of IFunctionExceptions - the exceptions the function might throw.
getExecutionDefaultTimeout() - Method in interface com.sapportals.connector.metadata.IConnectorMetaData
Returns the default time in milliseconds for executing a function
getExpression() - Method in interface com.sapportals.connector.execution.objects.language.ISetCriteria
Returns the expression of the criteria.
getExpression() - Method in interface com.sapportals.connector.execution.objects.language.IExpressionSymbol
Returns the expression for this symbol.
getExpression() - Method in interface com.sapportals.connector.execution.objects.language.IAggregateSymbol
Returns the expression for this symbol.
getExpression() - Method in interface com.sapportals.connector.execution.objects.language.IIsNullCriteria
returns the expression of the criteria.
getFieldName(int) - Method in interface com.sapportals.connector.metadata.structures.IRecordStructure
Returns the name of the requested field
getFields() - Method in interface com.sapportals.connector.execution.structures.IRecord
Return an Enumeration of the objects that represent the fields data of the record
getFields() - Method in interface com.sapportals.connector.metadata.structures.IRecordStructure
Returns a List of pairs of fields names and IStructure that represent the fields in the record set.
getFieldType(int) - Method in interface com.sapportals.connector.metadata.structures.IRecordStructure
Returns the type of the requested field by its index
getFieldType(String) - Method in interface com.sapportals.connector.metadata.structures.IRecordStructure
Returns an IStructure interface containing metadata for a field type.
getFileName() - Method in class com.sap.engine.services.servlets_jsp.lib.multipart.MultipartPart
Returns the file name of the file that this sub-message represents.
getFirstIndex() - Method in interface com.sapportals.connector.metadata.IConnectorMetaData
Returns the integer indicating the first element in an list either 0 or 1
getFloat(int) - Method in interface com.sapportals.connector.execution.structures.IAbstractRecord
Gets the value of the designated column in the current row of this IRecordSet object as a float in the Java programming language.
getFloat(String) - Method in interface com.sapportals.connector.execution.structures.IAbstractRecord
Gets the value of the designated column in the current row of this IRecordSet object as a float in the Java programming language.
getFrom() - Method in interface com.sapportals.connector.execution.objects.language.IQueryOperation
Returns the from clause of the query
getFunction(String) - Method in interface com.sapportals.connector.metadata.functions.IFunctionsMetaData
Returns an IFunction interface for a specific EIS function.
getFunctions() - Method in interface com.sapportals.connector.metadata.functions.IFunctionsMetaData
Returns the EIS functions the current user can execute.
getFunctions(String, String) - Method in interface com.sapportals.connector.metadata.functions.IFunctionsMetaData
Returns the EIS functions the current user can execute given a filter for function name and function group.
getFunctionsMetaData() - Method in interface com.sapportals.connector.connection.IConnection
The interface IFunctionsMetaData is the entry point of the EIS functions meta data.
getFunctionType() - Method in interface com.sapportals.connector.metadata.functions.IFunction
Returns the type of the function - whether is sends/receives data in the EIS.
getGroupBy() - Method in interface com.sapportals.connector.execution.objects.language.IQueryOperation
Returns the Group by clause of the query
getGroupNames(String) - Method in interface com.sapportals.connector.metadata.functions.IFunctionsMetaData
Returns a set of all the names of the function groups
getHaving() - Method in interface com.sapportals.connector.execution.objects.language.IQueryOperation
Returns the criteria which represents the having clause of the query
getHeader(String) - Method in class com.sap.engine.services.servlets_jsp.lib.multipart.MultipartPart
Returns the value of a header with a specified name that is set for this multipart sub-message.
getHeaderValues(String) - Method in class com.sap.engine.services.servlets_jsp.lib.multipart.MultipartPart
Returns the values of headers with specified name of this multipart sub-message.
getIndex(String) - Method in interface com.sapportals.connector.metadata.objects.IBusinessObject
Return an IIndex object with the given uniqueName.
getIndex(String) - Method in interface com.sapportals.connector.metadata.objects.IAttribute
Return an IIndex object with the given uniqueName.
getIndexes() - Method in interface com.sapportals.connector.metadata.objects.IBusinessObject
Returns the indexes of this element.
getIndexes() - Method in interface com.sapportals.connector.metadata.objects.IAttribute
Return a Set of Strings each one is unique index name involved with this attribute
getInputStream() - Method in class com.sap.engine.services.servlets_jsp.lib.multipart.MultipartPart
Returns an input stream for reading the body of this multipart sub-message.
getInt(int) - Method in interface com.sapportals.connector.execution.structures.IAbstractRecord
Gets the value of the designated column in the current row of this IRecordSet object as an int in the Java programming language.
getInt(String) - Method in interface com.sapportals.connector.execution.structures.IAbstractRecord
Gets the value of the designated column in the current row of this IRecordSet object as an int in the Java programming language.
getInteractionProperty(String) - Method in interface com.sapportals.connector.execution.functions.IInteractionSpecMetaData
returns the Interaction property for the given interaction property name.
getInteractionSpec() - Method in interface com.sapportals.connector.execution.functions.IInteraction
The interface IInteractionSpec holds properties for driving an Interaction with an EIS instance.
getIsMandatory() - Method in interface com.sapportals.connector.connection.IConnectionProperty
Returns whether this property is mandatory
getIsMandatory() - Method in interface com.sapportals.connector.execution.functions.IInteractionProperty
returns whether the property is mandatory
getJoinCriteria() - Method in interface com.sapportals.connector.execution.objects.language.IJoinPredicate
Returns the criteria for the relation
getKey() - Method in interface com.sapportals.connector.metadata.functions.IFunctionException
Returns the exception code.
getLeftClause() - Method in interface com.sapportals.connector.execution.objects.language.IJoinPredicate
Returns the left clause of this from sub clause
getLeftExpression() - Method in interface com.sapportals.connector.execution.objects.language.ILikeCriteria
Get left expression.
getLeftExpression() - Method in interface com.sapportals.connector.execution.objects.language.ICompareCriteria
returns the left expression of the criteria.
getLinkedException() - Method in class com.sapportals.connector.ConnectorRuntimeException
 
getLocalizableMessage() - Method in class com.sap.engine.services.servlets_jsp.lib.multipart.MultipartParseException
 
getLocalizedMessage() - Method in class com.sap.engine.services.servlets_jsp.lib.multipart.MultipartParseException
 
getLocalizedMessage(Locale) - Method in class com.sap.engine.services.servlets_jsp.lib.multipart.MultipartParseException
 
getLocalizedMessage(Locale, TimeZone) - Method in class com.sap.engine.services.servlets_jsp.lib.multipart.MultipartParseException
 
getLocalizedMessage(TimeZone) - Method in class com.sap.engine.services.servlets_jsp.lib.multipart.MultipartParseException
 
getLong(int) - Method in interface com.sapportals.connector.execution.structures.IAbstractRecord
Gets the value of the designated column in the current row of this IRecordSet object as a long in the Java programming language.
getLong(String) - Method in interface com.sapportals.connector.execution.structures.IAbstractRecord
Gets the value of the designated column in the current row of this IRecordSet object as a long in the Java programming language.
getMaxConnections() - Method in interface com.sapportals.connector.metadata.IConnectorMetaData
Returns the number of maximum connections supported by the connector
getMaxLength() - Method in interface com.sapportals.connector.metadata.primitives.IString
Returns the maximum length of the string.
getMaxSize() - Method in interface com.sapportals.connector.metadata.structures.IArrayStructure
Returns an IStructure interface containing metadata for the fields type
getMaxValue() - Method in interface com.sapportals.connector.metadata.primitives.IShort
Returns the maximum value for this short.
getMaxValue() - Method in interface com.sapportals.connector.metadata.primitives.ILong
Returns the maximum value for this long.
getMaxValue() - Method in interface com.sapportals.connector.metadata.primitives.IInt
Returns the maximum value for this integer.
getMaxValue() - Method in interface com.sapportals.connector.metadata.primitives.IDouble
Returns the maximum value for this double.
getMaxValue() - Method in interface com.sapportals.connector.metadata.primitives.IFloat
Returns the maximum value for this float.
getMaxValue() - Method in interface com.sapportals.connector.metadata.primitives.ITime
Returns the maximum value for this date.
getMaxValue() - Method in interface com.sapportals.connector.metadata.primitives.IByte
Returns the maximum value for this byte.
getMaxValue() - Method in interface com.sapportals.connector.metadata.primitives.INumber
Returns the maximum value for this integer.
getMaxValue() - Method in interface com.sapportals.connector.metadata.primitives.IDate
Returns the maximum value for this date.
getMessage() - Method in class com.sapportals.connector.ConnectorRuntimeException
 
getMetadata() - Method in interface com.sapportals.connector.connection.IConnectionProperty
Returns the primitive metadata type of the property.
getMetadata() - Method in interface com.sapportals.connector.execution.functions.IInteractionProperty
returns the type of the property and its metadata
getMetaDataEx() - Method in interface com.sapportals.connector.connection.IConnection
The interface IConnectionMetaData provides information about an EIS instance connected through a Connection instance.
getMetaDataEx() - Method in interface com.sapportals.connector.connection.IConnectionFactory
Gets metadata for the Resource Adapter.
getMetaType() - Method in interface com.sapportals.connector.metadata.objects.IElement
Return a detailed description of this element.
getMethod(String) - Method in interface com.sapportals.connector.metadata.objects.IBusinessObject
Returns a method of the element.
getMethods() - Method in interface com.sapportals.connector.metadata.objects.IBusinessObject
Returns the methods of this element.
getMinLength() - Method in interface com.sapportals.connector.metadata.primitives.IString
Returns the maximum length of the string.
getMinValue() - Method in interface com.sapportals.connector.metadata.primitives.IShort
Returns the minimum value for this short.
getMinValue() - Method in interface com.sapportals.connector.metadata.primitives.ILong
Returns the minimum value for this long.
getMinValue() - Method in interface com.sapportals.connector.metadata.primitives.IInt
Returns the minimum value for this integer.
getMinValue() - Method in interface com.sapportals.connector.metadata.primitives.IDouble
Returns the minimum value for this double.
getMinValue() - Method in interface com.sapportals.connector.metadata.primitives.IFloat
Returns the minimum value for this float.
getMinValue() - Method in interface com.sapportals.connector.metadata.primitives.ITime
Returns the minimum value for this date.
getMinValue() - Method in interface com.sapportals.connector.metadata.primitives.IByte
Returns the minimum value for this byte.
getMinValue() - Method in interface com.sapportals.connector.metadata.primitives.INumber
Returns the minimum value for this integer.
getMinValue() - Method in interface com.sapportals.connector.metadata.primitives.IDate
Returns the minimum value for this date.
getName() - Method in class com.sap.engine.services.servlets_jsp.lib.multipart.MultipartPart
Returns the name of the body of this multipart sub-message.
getName() - Method in interface com.sapportals.connector.execution.objects.language.IFunction
Returns the name of the function expression.
getName() - Method in interface com.sapportals.connector.execution.objects.language.ISymbol
Returns the name of the symbol.
getName() - Method in interface com.sapportals.connector.metadata.functions.IParameter
Returns the name of this parameter.
getName() - Method in interface com.sapportals.connector.metadata.functions.IFunction
Returns the name of the function.
getName() - Method in interface com.sapportals.connector.metadata.objects.IIndex
Returns the index name.
getName() - Method in interface com.sapportals.connector.metadata.objects.IElement
Returns the name of the element.
getName() - Method in interface com.sapportals.connector.metadata.objects.IAttribute
Returns the name of the attribute.
getName() - Method in interface com.sapportals.connector.metadata.relations.IRelation
Deprecated.  
getName() - Method in interface com.sapportals.connector.metadata.relations.IKey
Returns the name of the key.
getNative(String) - Method in interface com.sapportals.connector.connection.INative
Returns the handle to the requested interface of the EIS.
getNestedLocalizedMessage() - Method in class com.sap.engine.services.servlets_jsp.lib.multipart.MultipartParseException
 
getNestedLocalizedMessage(Locale) - Method in class com.sap.engine.services.servlets_jsp.lib.multipart.MultipartParseException
 
getNestedLocalizedMessage(Locale, TimeZone) - Method in class com.sap.engine.services.servlets_jsp.lib.multipart.MultipartParseException
 
getNestedLocalizedMessage(TimeZone) - Method in class com.sap.engine.services.servlets_jsp.lib.multipart.MultipartParseException
 
getNestedStackTraceString() - Method in class com.sap.engine.services.servlets_jsp.lib.multipart.MultipartParseException
 
getNumber(int) - Method in interface com.sapportals.connector.execution.structures.IAbstractRecord
Gets the value of the designated column in the current row of this IRecordSet object as a Number in the Java programming language.
getNumber(String) - Method in interface com.sapportals.connector.execution.structures.IAbstractRecord
Gets the value of the designated column in the current row of this IRecordSet object as a Number in the Java programming language.
getObject(int) - Method in interface com.sapportals.connector.execution.structures.IAbstractRecord
Gets the value of the designated column in the current row of this IRecordSet object as an Object in the Java programming language.
getObject(String) - Method in interface com.sapportals.connector.execution.structures.IAbstractRecord
Gets the value of the designated column in the current row of this IRecordSet object as an Object in the Java programming language.
getObjectsMetaData() - Method in interface com.sapportals.connector.connection.IConnection
The interface IObjectsMetaData is the entry point of the object model meta data.
getOperator() - Method in interface com.sapportals.connector.execution.objects.language.ICompareCriteria
returns the operator of the criteria
getOperator() - Method in interface com.sapportals.connector.execution.objects.language.ICompoundLogicalCriteria
Returns the operator used in the logical expression.
getOrderBy() - Method in interface com.sapportals.connector.execution.objects.language.IQueryOperation
Returns the Order by clause of the query
getOrderType(int) - Method in interface com.sapportals.connector.execution.objects.language.IOrderBy
Returns the sort order at the specified index
getOwner() - Method in interface com.sapportals.connector.metadata.functions.IParameter
returns the owner of the parameter
getParameter(String) - Method in interface com.sapportals.connector.metadata.functions.IFunction
Given a parameter name - returns an IParamter interface for that function parameter.
getParameters() - Method in interface com.sapportals.connector.metadata.functions.IFunction
Returns a List of all the function's parameters.
getParameters(int) - Method in interface com.sapportals.connector.metadata.functions.IFunction
Returns a List of in/out/inAndOut function's parameters according to the paremeterDirection parameter.
getPosition() - Method in interface com.sapportals.connector.metadata.objects.IAttribute
Returns the position (index) of the attribute in the object, if any if position is undefined, returns IConnectorMetaData.UNDEFINED
getPossibleTypes() - Method in interface com.sapportals.connector.metadata.structures.IUnionStructure
Returns a Set of IStructure objects containing metadata for possible union types.
getPropertyValue(String) - Method in interface com.sapportals.connector.connection.IConnectionSpec
Get the value of one property
getPropertyValue(String) - Method in interface com.sapportals.connector.execution.functions.IInteractionSpec
Get the value of one interaction property
getQueryChunkSize() - Method in interface com.sapportals.connector.execution.objects.IExecution
Returns the maximum rows number in a RecordSet that is received as a return value of the retrieveResultSet() method.
getQueryDefaultTimeout() - Method in interface com.sapportals.connector.metadata.IConnectorMetaData
Returns the default time in milliseconds for executing a query
getRecordFactory() - Method in interface com.sapportals.connector.execution.functions.IInteraction
The interface RecordFactory is used for creating MappedRecord and IndexedRecord instances.
getRecords() - Method in interface com.sapportals.connector.execution.structures.IRecordSet
Return an Enueration of IRecord objects for going over this RecordSet's records.
getRelation(String) - Method in interface com.sapportals.connector.metadata.objects.IBusinessObject
Returns a relation of this element given the unique name.
getRelation(String) - Method in interface com.sapportals.connector.metadata.relations.IRelationsMetaData
Returns a relation by its identifying token
getRelations() - Method in interface com.sapportals.connector.metadata.objects.IBusinessObject
Deprecated. Use getRelationsEx()
getRelations() - Method in interface com.sapportals.connector.metadata.relations.IRelationsMetaData
Deprecated. Use getRelationsEx()
getRelations(IBusinessObject, IBusinessObject) - Method in interface com.sapportals.connector.metadata.relations.IRelationsMetaData
Deprecated. Use getRelationsEx(IBusinessObject,IBusinessObject)
getRelationsEx() - Method in interface com.sapportals.connector.metadata.objects.IBusinessObject
Returns the relations of this business object.
getRelationsEx() - Method in interface com.sapportals.connector.metadata.relations.IRelationsMetaData
Returns the EIS relations between all EIS business objects.
getRelationsEx(IBusinessObject, IBusinessObject) - Method in interface com.sapportals.connector.metadata.relations.IRelationsMetaData
Returns the EIS relations the current user can execute between two given objects.
getRelationsMetaData() - Method in interface com.sapportals.connector.connection.IConnection
The interface IRelationsMetaData is the entry point of the object model relations meta data.
getRelationsToObject(String) - Method in interface com.sapportals.connector.metadata.objects.IBusinessObject
Deprecated. Use getRelationsToObjectEx(String)
getRelationsToObjectEx(String) - Method in interface com.sapportals.connector.metadata.objects.IBusinessObject
Returns the relations of this object to a target object ordered
getReversedRelationsEx() - Method in interface com.sapportals.connector.metadata.objects.IBusinessObject
Returns the relations of this business object.
getRightClause() - Method in interface com.sapportals.connector.execution.objects.language.IJoinPredicate
Returns the right clause of this from sub clause
getRightExpression() - Method in interface com.sapportals.connector.execution.objects.language.ILikeCriteria
Get right expression.
getRightExpression() - Method in interface com.sapportals.connector.execution.objects.language.ICompareCriteria
returns the right expression of the criteria.
getSelect() - Method in interface com.sapportals.connector.execution.objects.language.IQueryOperation
Returns the select clause of the query
getSelectedAttributes(String) - Method in interface com.sapportals.connector.execution.objects.IQuery
Deprecated. Returns the list of attributes of the given object in this query.
getSelectSymbol() - Method in interface com.sapportals.connector.execution.objects.language.IAliasSymbol
The select symbol this alias represents.
getShort(int) - Method in interface com.sapportals.connector.execution.structures.IAbstractRecord
Gets the value of the designated column in the current row of this IRecordSet object as a short in the Java programming language.
getShort(String) - Method in interface com.sapportals.connector.execution.structures.IAbstractRecord
Gets the value of the designated column in the current row of this IRecordSet object as a short in the Java programming language.
getSize() - Method in class com.sap.engine.services.servlets_jsp.lib.multipart.MultipartPart
Returns the size of the body of this multipart sub-message.
getSourceAttribute() - Method in interface com.sapportals.connector.metadata.relations.IDefaultRelation
Deprecated. Returns the source attribute of the relation.
getSourceKey() - Method in interface com.sapportals.connector.metadata.relations.IRelation
Returns the source key of the relation
getSourceObject() - Method in interface com.sapportals.connector.metadata.relations.IRelation
Returns the source business object of the relation.
getStackTraceString() - Method in class com.sap.engine.services.servlets_jsp.lib.multipart.MultipartParseException
 
getString(int) - Method in interface com.sapportals.connector.execution.structures.IAbstractRecord
Gets the value of the designated column in the current row of this IRecordSet object as a String in the Java programming language.
getString(String) - Method in interface com.sapportals.connector.execution.structures.IAbstractRecord
Gets the value of the designated column in the current row of this IRecordSet object as a String in the Java programming language.
getStructure() - Method in interface com.sapportals.connector.metadata.functions.IParameter
Returns the metadata describing the structure of this parameter.
getStructure() - Method in interface com.sapportals.connector.metadata.objects.IAttribute
Returns the metadata describing the structure of this attribute.
getStructure(int) - Method in interface com.sapportals.connector.execution.structures.IStructureFactory
returns a structure of the type requested
getStructure(IStructure) - Method in interface com.sapportals.connector.execution.structures.IStructureFactory
returns an execution structure of the metadata structure requested
getSymbol(int) - Method in interface com.sapportals.connector.execution.objects.language.ISelect
Returns the select symbol at the specified index.
getSymbol(int) - Method in interface com.sapportals.connector.execution.objects.language.IOrderBy
Returns the select symbol at the specified index.
getSymbol(int) - Method in interface com.sapportals.connector.execution.objects.language.IGroupBy
Returns the select symbol at the specified index.
getSymbolCount() - Method in interface com.sapportals.connector.execution.objects.language.ISelect
Returns the number of select symbols in the SELECT clause.
getSymbolCount() - Method in interface com.sapportals.connector.execution.objects.language.IOrderBy
Returns the number of select symbols in the select clause.
getSymbolCount() - Method in interface com.sapportals.connector.execution.objects.language.IGroupBy
Returns the number of select symbols in the select clause.
getSymbols() - Method in interface com.sapportals.connector.execution.objects.language.ISelect
Returns an ordered Iterator of ISelectSymbol in the SELECT clause.
getSymbols() - Method in interface com.sapportals.connector.execution.objects.language.IOrderBy
Returns an ordered Iterator of IAttributeSymbol in the SELECT clause.
getSymbols() - Method in interface com.sapportals.connector.execution.objects.language.IGroupBy
Returns an ordered Iterator of IAttributeSymbol in the SELECT clause.
getSystemStackTraceString() - Method in class com.sap.engine.services.servlets_jsp.lib.multipart.MultipartParseException
 
getTargetAttribute() - Method in interface com.sapportals.connector.metadata.relations.IDefaultRelation
Deprecated. Returns the target attribute of the relation.
getTargetKey() - Method in interface com.sapportals.connector.metadata.relations.IRelation
Returns the target key of the relation
getTargetObject() - Method in interface com.sapportals.connector.metadata.relations.IRelation
Returns the target business object of the relation.
getTime(int) - Method in interface com.sapportals.connector.execution.structures.IAbstractRecord
Gets the value of the designated column in the current row of this IRecordSet object as an Date in the Java programming language.
getTime(String) - Method in interface com.sapportals.connector.execution.structures.IAbstractRecord
Gets the value of the designated column in the current row of this IRecordSet object as an Date in the Java programming language.
getTimeOut() - Method in interface com.sapportals.connector.execution.objects.IExecution
Returns the maximum time to execute the operation.
getToken() - Method in interface com.sapportals.connector.metadata.relations.IBlackBoxRelation
Deprecated. Returns the token representing the relation
getTransferEncoding() - Method in class com.sap.engine.services.servlets_jsp.lib.multipart.MultipartPart
Returns the value of the Content-Transfer-Encoding header of this sub-message
getType() - Method in interface com.sapportals.connector.connection.IConnectionProperty
Returns whether the property is a system connection property or user connection property
getType() - Method in interface com.sapportals.connector.execution.objects.language.ISelectSymbol
 
getType() - Method in interface com.sapportals.connector.execution.objects.language.IExpression
Returns the type of the constant expression, if known.
getType() - Method in interface com.sapportals.connector.execution.objects.language.IOperation
returns the type of the operation
getType() - Method in interface com.sapportals.connector.metadata.objects.IElement
Returns the type of this element
getType() - Method in interface com.sapportals.connector.metadata.structures.IArrayStructure
Returns an IStructure interface containing metadata for the fields type
getType() - Method in interface com.sapportals.connector.metadata.structures.IFieldStructure
Returns an IPrimitive interface containing metadata for the field's type.
getTypes() - Method in interface com.sapportals.connector.execution.objects.language.IOrderBy
Returns an ordered Iterator of sort direction for each order as Boolean
getUniqueIncreasingNumber() - Method in interface com.sap.engine.services.applocking.LogicalLocking
Returns a number with the following properties: every method-call returns a higher number than the previous ones the number contains the timestamp of the central server, so this will work correctly in a distrubuted environment and also after a restart of the cluster This number can be used for every purpose, it is not locking-specific.
getUniqueIncreasingNumber() - Method in interface com.sap.engine.services.applocking.TableLocking
Returns a number with the following properties: every method-call returns a higher number than the previous ones the number contains the timestamp of the central server, so this will work correctly in a distrubuted environment and also after a restart of the cluster This number can be used for every purpose, it is not locking-specific.
getUniqueName() - Method in interface com.sapportals.connector.metadata.functions.IParameter
Returns the unique name of the parameter.
getUniqueName() - Method in interface com.sapportals.connector.metadata.functions.IFunction
Returns the unique name of the function.
getUniqueName() - Method in interface com.sapportals.connector.metadata.objects.IIndex
Returns the index unique name.
getUniqueName() - Method in interface com.sapportals.connector.metadata.objects.IElement
Returns the unique name of the element.
getUniqueName() - Method in interface com.sapportals.connector.metadata.objects.IAttribute
Returns the unique name of the attribute.
getValidValues() - Method in interface com.sapportals.connector.connection.IConnectionProperty
Returns a Set of valid values for this connection property.
getValidValues() - Method in interface com.sapportals.connector.execution.functions.IInteractionProperty
Returns a set of valid values for this Interaction property.
getValidValues() - Method in interface com.sapportals.connector.metadata.functions.IParameter
Returns a set of valid values for this parameter.
getValue() - Method in interface com.sapportals.connector.execution.objects.language.IConstant
Returns the value of the constant expression
getValues() - Method in interface com.sapportals.connector.execution.objects.language.ISetCriteria
Returns the Iterator of values (Object) in the criteria.
getValues() - Method in interface com.sapportals.connector.execution.objects.language.IInsertOperation
Returns the Iterator of values (Object) to be inserted.
getValues() - Method in interface com.sapportals.connector.execution.objects.language.IUpdateOperation
Returns the Iterator of values IExpression to be updated.
getValuesCount() - Method in interface com.sapportals.connector.execution.objects.language.ISetCriteria
Returns the number of values in the criteria values Iterator.
GT - Static variable in interface com.sapportals.connector.execution.objects.language.ICompareCriteria
Constant indicating the first operand is greater than the second.

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.