SAP BI Java SDK

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

All Superinterfaces:
IBISetFactory
All Known Subinterfaces:
IBIAllFactory

public interface IBITupleSetFactory
extends IBISetFactory

Factory for all elements which are tuple set expressions. The factory can be retrieved from IBIQueryFactory, which itself can be retrieved from IBIOlap.

Since:
3.50

Method Summary
 IBICompositeTupleSetExpression createCompositeTupleSetExpression(IBIJoinType joinType)
          Creates an IBICompositeTupleSetExpression and initializes it with the specified parameters.
 IBITuple createTuple(List members)
          Creates a IBITuple which is based on the specified members and created in the order the members are contained in the list.
 IBITupleDrill createTupleDrill(IBITuple tuple, IBIMember member, IBIDrillDirectionType drillDirection, boolean zooming)
          Creates an IBITupleDrill which is based on the specified tuple and member and initializes it with the specified parameters.
 IBITupleList createTupleList(List tuples, IBIJoinType joinType)
          Creates an IBITupleList for the specified tuples and initializes it with the specified parameters.
 
Methods inherited from interface com.sap.ip.bi.sdk.dac.olap.query.IBISetFactory
createConditionBasedFilter, createRankingFilter, createSort
 

Method Detail

createCompositeTupleSetExpression

public IBICompositeTupleSetExpression createCompositeTupleSetExpression(IBIJoinType joinType)
                                                                 throws BIOlapQueryException
Creates an IBICompositeTupleSetExpression and initializes it with the specified parameters.
Parameters:
joinType - the joinType with which to initialize the created object
Returns:
the created IBICompositeTupleSetExpression
Throws:
BIOlapQueryException - if null parameters are passed

createTupleList

public IBITupleList createTupleList(List tuples,
                                    IBIJoinType joinType)
                             throws BIOlapQueryException
Creates an IBITupleList for the specified tuples and initializes it with the specified parameters.
Parameters:
tuples - the tuples of the to-be-created IBITupleList
joinType - the joinType with which to initialize the created object
Returns:
the created IBITupleList
Throws:
BIOlapQueryException - if null parameters are passed

createTupleDrill

public IBITupleDrill createTupleDrill(IBITuple tuple,
                                      IBIMember member,
                                      IBIDrillDirectionType drillDirection,
                                      boolean zooming)
                               throws BIOlapQueryException
Creates an IBITupleDrill which is based on the specified tuple and member and initializes it with the specified parameters.
Parameters:
tuple - the tuple on which the created object is based
member - the member on which the created object is based
drillDirection - the drillDirection with which to initialize the created object
zooming - specifies if the drill operation zooms in/out or not
Returns:
the created IBITupleDrill
Throws:
BIOlapQueryException - if null parameters are passed

createTuple

public IBITuple createTuple(List members)
                     throws BIOlapQueryException
Creates a IBITuple which is based on the specified members and created in the order the members are contained in the list.
Parameters:
members - the members on which the created object is based
Returns:
the created IBITuple
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.