| Package | Description |
|---|---|
| com.sapportals.connector.execution.objects |
Provides execution object to execute EIS queries.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IQuery.applyCondition(String businessObjectName,
String attributeName,
Object attributeValue)
Deprecated.
Apply a condition combined of an attribute and a value.
|
void |
IQuery.applyCondition(String businessObjectName,
String attributeName,
Object attributeValue,
IOperator conditionOperator)
Deprecated.
Apply a condition combined of an attribute and a value.
|
List |
IQuery.getSelectedAttributes(String businessObjectName)
Deprecated.
Returns the list of attributes of the given object in this query.
|
void |
IQuery.join(String sourceBusinessObject,
String sourceAttribute,
String targetBusinessObject,
String targetAttribute)
Deprecated.
Perform a join using a the defualt implementation for relations
|
void |
IQuery.setObjectAlias(String objectName,
String alias)
Deprecated.
Sets an alias to a certain object
|
void |
IQuery.setSelectedAttributes(String businessObjectName,
List attributesList)
Deprecated.
Set a list of attributes of a certain object for the resultSet of this
query.
|
Copyright 2021 SAP SE Complete Copyright Notice