|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ConditionObject
Warning: This interface is no longer functional from the SAP BusinessObjects 4.0 release onwards.
AConditionObject interface is used to define query conditions. The TreeNode parent
is always a ConditionContainer.
For an example, see FilterConditionObject.
ConditionContainer| Method Summary | |
|---|---|
DataSourceObject |
getDataSourceObject()
Returns the DataSourceObject that this condition object was created with. |
Lov |
getLOV()
Gets the list of values for this object. |
boolean |
isPreCondition()
Checks if this ConditionObject represents a predefined
condition or not. |
| Methods inherited from interface com.businessobjects.rebean.wi.FilterConditionObject |
|---|
createFilterCondition, getOperand |
| Methods inherited from interface com.businessobjects.rebean.wi.FilterConditionNode |
|---|
getFilterConditionNode, getID, getName, remove, removeAllChildren |
| Methods inherited from interface com.businessobjects.rebean.wi.TreeNode |
|---|
getChildAt, getChildCount, getIndex, getParent, isLeaf |
| Method Detail |
|---|
DataSourceObject getDataSourceObject()
DataSourceObject that this condition object was created with.
DataSourceObject that this condition object was created withConditionContainer.createConditionObject(DataSourceObject)Lov getLOV()
ObjectQualification.DIMENSION or
ObjectQualification.DETAIL.
null when there is no list of
valuesDataSourceObject.getLOV()boolean isPreCondition()
ConditionObject represents a predefined
condition or not. This is true when
getDataSourceObject().getQualification() ==
ObjectQualification.PRE_CONDITION. Note that in that case,
FilterConditionObject.getOperand() will return null.
true when this condition object represents a
predefined conditionConditionObject.getDataSourceObject(),
DataSourceObject.getQualification(),
ObjectQualification.PRE_CONDITION
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||