Uses of Interface
com.sapportals.connector.metadata.operators.IOperator

Packages that use IOperator
com.sapportals.connector.execution.objects Provides execution object to execute EIS queries. 
com.sapportals.connector.metadata.operators Provides metadata of primitive's operators. 
com.sapportals.connector.metadata.primitives Provides metadata of EIS primitives. 
 

Uses of IOperator in com.sapportals.connector.execution.objects
 

Methods in com.sapportals.connector.execution.objects with parameters of type IOperator
 void IQuery.applyCondition(String businessObjectName, String attributeName, Object attributeValue, IOperator conditionOperator)
          Deprecated. Apply a condition combined of an attribute and a value.
 

Uses of IOperator in com.sapportals.connector.metadata.operators
 

Subinterfaces of IOperator in com.sapportals.connector.metadata.operators
 interface IEqual
          This base interface exposes metadata for the equal operator
 interface IGreaterThan
          This base interface exposes metadata for the greater than operator
 interface IGreaterThanOrEqual
          This base interface exposes metadata for the greater than or equal operator
 interface ILessThan
          This base interface exposes metadata for the less than operator
 interface ILessThanOrEqual
          This base interface exposes metadata for the less than or equal operator
 interface ILike
          This base interface exposes metadata for the like operator
 interface INotEqual
          This base interface exposes metadata for the not equal operator
 

Uses of IOperator in com.sapportals.connector.metadata.primitives
 

Methods in com.sapportals.connector.metadata.primitives that return types with arguments of type IOperator
 Set<IOperator> IPrimitive.retrieveOperators()
          Return all the operators supported by this primitive
 



Copyright 2011 SAP AG Complete Copyright Notice