SAP BI Java SDK

com.sap.ip.bi.sdk.dac.olap.query.msx
Interface IBIConditionBasedFilter

All Superinterfaces:
IBIFilter, IBIIdentifiable, IBIMemberSetExpression, IBISetExpression, IBITupleSetExpression, javax.jmi.reflect.RefBaseObject, javax.jmi.reflect.RefFeatured, javax.jmi.reflect.RefObject

public interface IBIConditionBasedFilter
extends IBIFilter

An expression in the Filter category, retains only those objects of the input set that match the search condition specified by this FilterObject. The basic structure of a search condition is the following:

(leftExpression) (relationalOperator) (rightExpression)

For example, ('Revenue') (greater than) ('1.000.000'). The two expressions in this Boolean term are provided by InputReferences.


Method Summary
 IBIInputReference getBetweenExpression()
           The InputReference that makes up the middle-part of the search condition in case of the operator type BETWEEN:.
 IBIInputReference getLeftExpression()
           The InputReference that makes up the left-hand side of the search condition.
 IBIRelationalOperatorType getRelationalOperator()
           A comparison operator that is used to define the Boolean expression for the search condition.
 IBIInputReference getRightExpression()
           The InputReference that makes up the right-hand side of the search condition.
 void setBetweenExpression(IBIInputReference newValue)
           The InputReference that makes up the middle-part of the search condition in case of the operator type BETWEEN:.
 void setLeftExpression(IBIInputReference newValue)
           The InputReference that makes up the left-hand side of the search condition.
 void setRelationalOperator(IBIRelationalOperatorType newValue)
           A comparison operator that is used to define the Boolean expression for the search condition.
 void setRightExpression(IBIInputReference newValue)
           The InputReference that makes up the right-hand side of the search condition.
 
Methods inherited from interface com.sap.ip.bi.sdk.dac.olap.query.msx.IBIFilter
getJoinType, setJoinType
 
Methods inherited from interface com.sap.ip.bi.sdk.dac.olap.query.msx.IBIMemberSetExpression
getCompositeMemberSetExpression, getMemberSet
 
Methods inherited from interface com.sap.ip.bi.sdk.dac.olap.query.main.IBISetExpression
isActive, setActive
 
Methods inherited from interface com.sap.ip.bi.sdk.dac.olap.query.main.IBIIdentifiable
getDescription, getId, getLabel, setDescription, setId, setLabel
 
Methods inherited from interface javax.jmi.reflect.RefObject
refClass, refDelete, refImmediateComposite, refIsInstanceOf, refOutermostComposite
 
Methods inherited from interface javax.jmi.reflect.RefFeatured
refGetValue, refGetValue, refInvokeOperation, refInvokeOperation, refSetValue, refSetValue
 
Methods inherited from interface javax.jmi.reflect.RefBaseObject
equals, hashCode, refImmediatePackage, refMetaObject, refMofId, refOutermostPackage, refVerifyConstraints
 
Methods inherited from interface com.sap.ip.bi.sdk.dac.olap.query.tsx.IBITupleSetExpression
getCompositeTupleSetExpression, getTupleSet
 

Method Detail

getRelationalOperator

public IBIRelationalOperatorType getRelationalOperator()
                                                throws javax.jmi.reflect.JmiException

A comparison operator that is used to define the Boolean expression for the search condition. This can be one of the following:


setRelationalOperator

public void setRelationalOperator(IBIRelationalOperatorType newValue)
                           throws javax.jmi.reflect.JmiException

A comparison operator that is used to define the Boolean expression for the search condition. This can be one of the following:


getLeftExpression

public IBIInputReference getLeftExpression()
                                    throws javax.jmi.reflect.JmiException

The InputReference that makes up the left-hand side of the search condition.


setLeftExpression

public void setLeftExpression(IBIInputReference newValue)
                       throws javax.jmi.reflect.JmiException

The InputReference that makes up the left-hand side of the search condition.


getRightExpression

public IBIInputReference getRightExpression()
                                     throws javax.jmi.reflect.JmiException

The InputReference that makes up the right-hand side of the search condition.


setRightExpression

public void setRightExpression(IBIInputReference newValue)
                        throws javax.jmi.reflect.JmiException

The InputReference that makes up the right-hand side of the search condition.


getBetweenExpression

public IBIInputReference getBetweenExpression()
                                       throws javax.jmi.reflect.JmiException

The InputReference that makes up the middle-part of the search condition in case of the operator type BETWEEN:.
leftExpression LESS THAN OR EQUAL betweenExpression LESS THAN OR EQUAL rightExpression
This can also be formulated as:
betweenExpression GREATER THAN OR EQUAL leftExpression AND betweenExpression LESS THAN OR EQUAL rightExpression


setBetweenExpression

public void setBetweenExpression(IBIInputReference newValue)
                          throws javax.jmi.reflect.JmiException

The InputReference that makes up the middle-part of the search condition in case of the operator type BETWEEN:.
leftExpression LESS THAN OR EQUAL betweenExpression LESS THAN OR EQUAL rightExpression
This can also be formulated as:
betweenExpression GREATER THAN OR EQUAL leftExpression AND betweenExpression LESS THAN OR EQUAL rightExpression


SAP BI Java SDK

Copyright © 2004-2006 by SAP AG. All Rights Reserved.
SAP, R/3, mySAP, mySAP.com, xApps, xApp, SAP NetWeaver, and other SAP products and services mentioned herein as well as their respective logos are trademarks or registered trademarks of SAP AG in Germany and in several other countries all over the world. All other product and service names mentioned are the trademarks of their respective companies. Data contained in this document serves informational purposes only. National product specifications may vary.
These materials are subject to change without notice. These materials are provided by SAP AG and its affiliated companies (SAP Group) for informational purposes only, without representation or warranty of any kind, and SAP Group shall not be liable for errors or omissions with respect to the materials. The only warranties for SAP Group products and services are those that are set forth in the express warranty statements accompanying such products and services, if any. Nothing herein should be construed as constituting an additional warranty.