SAP BI Java SDK

com.sap.ip.bi.sdk.dac.olap.query
Interface IBISetFactory

All Known Subinterfaces:
IBIAllFactory, IBIMemberSetFactory, IBITupleSetFactory

public interface IBISetFactory

Factory for all elements which are member set expressions as well as tuple set expressions. The IBIMemberSetFactory and IBITupleSetFactory factories encompass these factory methods, too.

The factory can be retrieved from IBIQueryFactory, which itself can be retrieved from IBIOlap.

Since:
3.50

Method Summary
 IBIConditionBasedFilter createConditionBasedFilter(IBIRelationalOperatorType relationalOperator, IBIInputReference leftExpression, IBIInputReference rightExpression, IBIInputReference betweenExpression, IBIJoinType joinType)
          Creates an IBIConditionBasedFilter and initializes it with the specified parameters.
 IBIRankingFilter createRankingFilter(IBIRankType rankType, IBILiteralReference value, IBIInputReference numericExpression, IBIJoinType joinType)
          Creates an IBIRankingFilter and initializes it with the specified parameters.
 IBISort createSort(IBIInputReference expression, IBISortDirectionType sortDirection, boolean breakingHierarchy)
          Creates an IBISort and initializes it with the specified parameters.
 

Method Detail

createRankingFilter

public IBIRankingFilter createRankingFilter(IBIRankType rankType,
                                            IBILiteralReference value,
                                            IBIInputReference numericExpression,
                                            IBIJoinType joinType)
                                     throws BIOlapQueryException
Creates an IBIRankingFilter and initializes it with the specified parameters.
Parameters:
rankType - the rankType with which to initialize the created object
value - the value with which to initialize the created object
numericExpression - the numericExpression with which to initialize the created object
joinType - the joinType with which to initialize the created object
Returns:
the created IBIRankingFilter
Throws:
BIOlapQueryException - if null parameters are passed

createConditionBasedFilter

public IBIConditionBasedFilter createConditionBasedFilter(IBIRelationalOperatorType relationalOperator,
                                                          IBIInputReference leftExpression,
                                                          IBIInputReference rightExpression,
                                                          IBIInputReference betweenExpression,
                                                          IBIJoinType joinType)
                                                   throws BIOlapQueryException
Creates an IBIConditionBasedFilter and initializes it with the specified parameters.
Parameters:
relationalOperator - the relationalOperator with which to initialize the created object
leftExpression - the leftExpression with which to initialize the created object
rightExpression - the rightExpression with which to initialize the created object
betweenExpression - the betweenExpression with which to initialize the created object
joinType - the joinType with which to initialize the created object
Returns:
the created IBIConditionBasedFilter
Throws:
BIOlapQueryException - if null parameters are passed

createSort

public IBISort createSort(IBIInputReference expression,
                          IBISortDirectionType sortDirection,
                          boolean breakingHierarchy)
                   throws BIOlapQueryException
Creates an IBISort and initializes it with the specified parameters.
Parameters:
expression - the expression with which to initialize the created object
sortDirection - the sortDirection with which to initialize the created object
breakingHierarchy - the breakingHierarchy flag with which to initialize the created object
Returns:
the created IBISort
Throws:
BIOlapQueryException - if null parameters are passed

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.