Oracle™ Business Intelligence Beans Java API Reference
Release 10
g (9.0.4)
Part number B12159_01


oracle.dss.metadataManager.common
Class MDSelection

oracle.dss.metadataManager.common.MDSelection

public class MDSelection

A client-side representation of a selection in an analytic workspace. An MDSelection provides, to a java client, information about a selection in the workspace.

An OLAP selection is specification of members that you want to consider in a dimension. For example, in a Time dimension, you might want to consider January, February, and March.

See Also:
Serialized Form

Constructor Summary
MDSelection( mmServices, java.lang.String selectionName, MDObject parent)
          Constructor.

 

Method Summary
 int setFolder(MDFolder folder)
          Specifies the folder that contains this MDSelection.

 

Constructor Detail

MDSelection

public MDSelection( mmServices,
                   java.lang.String selectionName,
MDObject parent)
Constructor.
Parameters:
mmServices - The MetadataManagerServices that this selection exists in.
selectionName - The name of this measure.
parent - The folder that contains this object. Pass an MDFolder.
Method Detail

setFolder

public int setFolder(MDFolder folder)
Specifies the folder that contains this MDSelection.
Parameters:
folder - The folder that contains this MDSelection.
Returns:
A constant that represents success or failure. The valid constants are listed in the See Also section.
See Also:
MDU.SUCCESS, MDU.FAILURE

Oracle™ Business Intelligence Beans Java API Reference
Release 10
g (9.0.4)
Part number B12159_01


Copyright © 2003, Oracle. All Rights Reserved.