com.sap.ip.bi.sdk.dac.olap.query
Interface IBIMetadataFactory
- All Known Subinterfaces:
- IBIAllFactory
- public interface IBIMetadataFactory
Factory for some of the CWM objects of the
org.omg.cwm.objectmodel.core package.
The factory can be
retrieved from IBIQueryFactory
, which itself can be retrieved
from IBIOlap
.
- Since:
- 3.50
Method Summary |
Attribute |
createAttribute(String name,
Map taggedValues)
Creates an Attribute with name name and
initializes it with the specified parameters. |
Level |
createLevel(Dimension dimension,
String name,
Map taggedValues)
Creates a Level with name name which is
based on the specified dimension and initializes it with the specified
parameters. |
createLevel
public Level createLevel(Dimension dimension,
String name,
Map taggedValues)
throws BIOlapQueryException
- Creates a
Level
with name name
which is
based on the specified dimension and initializes it with the specified
parameters.
- Parameters:
dimension
- the dimension for which it is createdname
- the name of the Level
taggedValues
- the Map
which contains keys and values
both of type String
. These key value pairs are used to create
taggedValues of type TaggedValue
for the Level
.- Returns:
- the created
Level
- Throws:
BIOlapQueryException
- if null
parameters are passed
createAttribute
public Attribute createAttribute(String name,
Map taggedValues)
throws BIOlapQueryException
- Creates an
Attribute
with name name
and
initializes it with the specified parameters.
- Parameters:
name
- the name of the Attribute
taggedValues
- the Map
which contains keys and values
both of type String
. These key value pairs are used to create
taggedValues of type TaggedValue
for the
Attribute
.- Returns:
- the created
Attribute
- Throws:
BIOlapQueryException
- if null
parameters are passed
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.