|
SAP BI Java SDK | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
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:
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:
public IBIInputReference getLeftExpression() throws javax.jmi.reflect.JmiException
The InputReference
that makes up the left-hand side of
the search condition.
public void setLeftExpression(IBIInputReference newValue) throws javax.jmi.reflect.JmiException
The InputReference
that makes up the left-hand side of
the search condition.
public IBIInputReference getRightExpression() throws javax.jmi.reflect.JmiException
The InputReference
that makes up the right-hand side of
the search condition.
public void setRightExpression(IBIInputReference newValue) throws javax.jmi.reflect.JmiException
The InputReference
that makes up the right-hand side of
the search condition.
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
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 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |