|
Components |
|
| |||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MetadataInterface | |
---|---|
com.sas.dataselectors | Provides the interface that defines the basic methods required of a data selector. |
com.sas.dataselectors.filters | Provides adapter components used to convert native models to models which can then be used with filter components. |
com.sas.dataselectors.filters.timebased.olap | |
com.sas.dataselectors.qualifiers | Provides classes for generating a qualifiers selector that is used within the Filter and Ranking Selectors for OLAP data. |
com.sas.graphics.components | Provides swing components for producing a variety of graph types. |
com.sas.prompts | |
com.sas.storage.olap | Provides a set of interfaces for accessing OLAP data. |
com.sas.storage.olap.embedded | Provides a set of classes for building an in memory multidimensional Result Set. |
com.sas.storage.olap.sasmdx | Provides a set of classes for accessing OLAP data from the SAS OLAP Server. |
com.sas.swing.models | Model adapters to convert between existing SAS java models and new JDK1.2 models and visuals. |
Uses of MetadataInterface in com.sas.dataselectors |
---|
Methods in com.sas.dataselectors that return MetadataInterface | |
---|---|
MetadataInterface |
MetadataProvider.getMetadata()
Deprecated. |
MetadataInterface |
MetadataProviderInterface.getMetadata()
|
static MetadataInterface |
MetadataProvider.getMetadata(com.sas.iquery.metadata.business.BusinessModel model)
Deprecated. Returns a MetadataInterface instance that should connect with the first DataSource in the given BusinessModel. |
static MetadataInterface |
MetadataProvider.getMetadata(com.sas.iquery.metadata.business.DataSelection model)
Deprecated. Returns a MetadataInterface instance that should connect with the first DataSource in the given BusinessModel. |
static MetadataInterface |
MetadataProvider.getMetadata(com.sas.iquery.metadata.business.DataSelection dataSelection,
com.sas.metadata.remote.LogicalServer logicalServer,
com.sas.iquery.dataretrieval.RetrievalPolicy retrievalPolicy)
Deprecated. Returns an instance of MetadataInterface based on the specified parameters. |
static MetadataInterface |
MetadataProvider.getMetadata(com.sas.iom.SASMDX.ISession iSession)
Deprecated. Do not use this class to construct com.sas.storage.olap.MetadataInterface |
static MetadataInterface |
MetadataProvider.getMetadata(java.lang.Object model)
Deprecated. Examines the given object and attempts to return a MetadataInterface associated with it. |
Uses of MetadataInterface in com.sas.dataselectors.filters |
---|
Fields in com.sas.dataselectors.filters declared as MetadataInterface | |
---|---|
protected MetadataInterface |
OLAPMemberTreeModel._metadata
The OLAP metadata interface object used to gather metadata from an OLAP source. |
protected MetadataInterface |
FilterBaseModelData.metadata
The MetadataInterface instance associated with the base model. |
Methods in com.sas.dataselectors.filters that return MetadataInterface | |
---|---|
MetadataInterface |
FilterBaseModelData.createMetadata()
Attempts to create a MetadataInterface from the base model if one is not already available. |
MetadataInterface |
OLAPMemberTreeModel.getMetadata()
Returns the OLAP Metadata Interface object used to gather metadata from an OLAP source. |
MetadataInterface |
FilterBaseModelData.getMetadata()
|
MetadataInterface |
OLAPMemberTreePathFactoryInterface.getMetadata()
Returns the MetadataInterface connected to the OLAP cube metadata server. |
MetadataInterface |
BaseFilterObjectFactory.getMetadataInterface()
Returns a MetadataInterface instance that should connect with the first DataSource in the current BusinessModel. |
Methods in com.sas.dataselectors.filters with parameters of type MetadataInterface | |
---|---|
java.util.Map |
BaseFilterObjectFactory.getLevelProperties(MetadataInterface metadata,
com.sas.iquery.metadata.business.DataItem di)
|
java.util.Map |
BaseFilterObjectFactory.getLevelProperties(MetadataInterface metadata,
com.sas.iquery.metadata.business.DataItem di,
java.lang.String cubeName)
Gathers and returns a Map of levels and the filterable properties for each level. |
static MemberInterface[] |
OLAPMemberTreeModel.getMemberArrayForPathNodeList(MetadataInterface metadata,
java.lang.String cubeName,
java.lang.String memberName)
Retrieves an array of members from a metadata server based on the specified properties. |
static java.util.List |
OLAPMemberTreeModel.getTreePathNodeList(OLAPMemberTreeModel tree,
MetadataInterface metadata,
java.lang.String cubeName,
java.lang.String memberName)
Returns a List of the OLAPMemberTreeNodes in order from the root of the tree model to the target node representing the unique cube member with the specified properties. |
void |
OLAPMemberTreeModel.setMetadata(MetadataInterface metadata)
Sets the OLAP Metadata Interface object to be used by this model when gathering metadata from an OLAP source. |
void |
FilterBaseModelData.setMetadata(MetadataInterface newMetadata)
Assigns a new metadata to this container. |
Constructors in com.sas.dataselectors.filters with parameters of type MetadataInterface | |
---|---|
FilterBaseModelData(java.lang.Object model,
MetadataInterface metadata)
Creates a new data object holding the given model and metadata. |
|
OLAPLevelMemberTreeModel(com.sas.iquery.metadata.business.DataItem dataItem,
MetadataInterface metadata)
Constructs a new tree model from the given DataItem and using the specified Metadata object. |
|
OLAPMemberDeferredRetrievalTreeNode(com.sas.iquery.metadata.business.DataItem dataItem,
MetadataInterface metadata)
|
|
OLAPMemberDeferredRetrievalTreeNode(com.sas.iquery.metadata.business.DataItem dataItem,
MetadataInterface metadata,
int levelDepth)
|
|
OLAPMemberDeferredRetrievalTreeNode(TupleElementInterface element,
MetadataInterface metadata,
java.lang.String cubeName)
|
|
OLAPMemberDeferredRetrievalTreeNode(TupleElementInterface element,
MetadataInterface metadata,
java.lang.String cubeName,
int structure)
|
|
OLAPMemberTreeModel(com.sas.iquery.metadata.business.DataItem dataItem,
MetadataInterface metadata)
Constructs a new tree model and prepopulates it using metadata gathered from the given DataItem and MetadataInterface objects. |
|
OLAPMemberTreeModel(com.sas.iquery.metadata.business.DataItem dataItem,
MetadataInterface metadata,
int levelDepth)
|
|
OLAPMemberValueAndTreeModel(com.sas.iquery.metadata.business.DataItem dataItem,
MetadataInterface metadata)
Constructs a new tree model and prepopulates it using metadata gathered from the given DataItem and MetadataInterface objects. |
Uses of MetadataInterface in com.sas.dataselectors.filters.timebased.olap |
---|
Methods in com.sas.dataselectors.filters.timebased.olap that return MetadataInterface | |
---|---|
protected MetadataInterface |
OLAPTimeBasedFilterAdapterDataSource.getMetadataInterface()
|
Methods in com.sas.dataselectors.filters.timebased.olap with parameters of type MetadataInterface | |
---|---|
static LevelInterface |
OLAPTimeFilterUtil.getLevel(java.lang.Object model,
MetadataInterface metadata,
java.lang.String cubeName,
java.lang.String uniqueLevelName,
java.lang.String uniqueMemberName)
Returns a LevelInterface object given either a uniqueLevelName or a uniqueMemberName. |
static java.util.List |
OLAPTimeFilterUtil.getReadableTextForTimeLevel(java.lang.Object model,
MetadataInterface metadata,
java.lang.String cubeName,
java.lang.String uniqueLevelName,
java.lang.String uniqueMemberName)
|
static java.util.List |
OLAPTimeFilterUtil.getReadableTextForTimeLevel(java.lang.Object model,
MetadataInterface metadata,
java.lang.String cubeName,
java.lang.String uniqueLevelName,
java.lang.String uniqueMemberName,
java.util.Locale locale)
Returns a List containing the singular and plural readable text for a time level (e.g. |
Constructors in com.sas.dataselectors.filters.timebased.olap with parameters of type MetadataInterface | |
---|---|
OLAPTimeBasedFilterAdapterDataSource(com.sas.iquery.metadata.business.BusinessModel model,
MetadataInterface md)
|
Uses of MetadataInterface in com.sas.dataselectors.qualifiers |
---|
Methods in com.sas.dataselectors.qualifiers that return MetadataInterface | |
---|---|
MetadataInterface |
QualifiersSelectorAdapter.getMetadata()
|
MetadataInterface |
OLAPDimensionTreeModel.getMetadata()
|
Uses of MetadataInterface in com.sas.graphics.components |
---|
Methods in com.sas.graphics.components that return MetadataInterface | |
---|---|
MetadataInterface |
GraphOLAPDataSet.getDatabaseMetadata()
|
Uses of MetadataInterface in com.sas.prompts |
---|
Methods in com.sas.prompts that return MetadataInterface | |
---|---|
MetadataInterface |
DynamicPromptValueContext.getMetadata()
Return a MetadataInterface used in querying dynamic values for an OLAP source. |
Constructors in com.sas.prompts with parameters of type MetadataInterface | |
---|---|
DynamicPromptValueContext(MetadataInterface metadata)
Create a DynamicPromptValuecontext which is used by OLAP dynamic prompts to retrieve the values from the OLAP server. |
Uses of MetadataInterface in com.sas.storage.olap |
---|
Methods in com.sas.storage.olap that return MetadataInterface | |
---|---|
MetadataInterface |
OLAPDataSetInterface.getDatabaseMetadata()
This method returns an instance of the MetadataInterface which defines all of the Cubes' metadata on the OLAP Server to which the model is connected. |
MetadataInterface |
SchemaInterface.getMetadata()
Returns an instance of the MetadataInterface that is associated with this schema. |
MetadataInterface |
MetadataEntityInterface.getMetadata()
Returns an instance of the MetadataInterface that is associated with this cube. |
Uses of MetadataInterface in com.sas.storage.olap.embedded |
---|
Methods in com.sas.storage.olap.embedded that return MetadataInterface | |
---|---|
MetadataInterface |
OLAPDataSet.getDatabaseMetadata()
This implementation returns null. |
Uses of MetadataInterface in com.sas.storage.olap.sasmdx |
---|
Classes in com.sas.storage.olap.sasmdx that implement MetadataInterface | |
---|---|
class |
Metadata
Contains the client side implementation for com.sas.storage.olap.MetadataInterface. |
Fields in com.sas.storage.olap.sasmdx declared as MetadataInterface | |
---|---|
protected MetadataInterface |
Schema.metadata
|
protected MetadataInterface |
Property.metadata
|
protected MetadataInterface |
Member.metadata
|
protected MetadataInterface |
Measure.metadata
|
protected MetadataInterface |
Level.metadata
|
protected MetadataInterface |
Hierarchy.metadata
|
protected MetadataInterface |
Dimension.metadata
|
protected MetadataInterface |
Cube.metadata
|
Methods in com.sas.storage.olap.sasmdx that return MetadataInterface | |
---|---|
MetadataInterface |
OLAPDataSet.getDatabaseMetadata()
|
MetadataInterface |
Schema.getMetadata()
|
MetadataInterface |
Property.getMetadata()
|
MetadataInterface |
Member.getMetadata()
Returns the metadataSession for this member. |
MetadataInterface |
Measure.getMetadata()
|
MetadataInterface |
Level.getMetadata()
Returns the metadataSession for this hierarchy. |
MetadataInterface |
Hierarchy.getMetadata()
Get the metadata object |
MetadataInterface |
Dimension.getMetadata()
Returns the metadata for this dimension. |
MetadataInterface |
Cube.getMetadata()
Get the metadata associated with this object |
Constructors in com.sas.storage.olap.sasmdx with parameters of type MetadataInterface | |
---|---|
Cube(MetadataInterface metadata,
com.sas.iom.SASMDX.ISession _session,
java.lang.String catalogName,
java.lang.String schemaName,
java.lang.String cubeName,
java.lang.String cubeType,
java.util.Date creationDateTime,
java.util.Date updateDateTime,
java.lang.String cubeDescription,
boolean isDrillthroughEnabled)
A constructor |
|
Dimension(MetadataInterface metadata,
com.sas.iom.SASMDX.ISession _session,
java.lang.String catalogName,
java.lang.String schemaName,
java.lang.String cubeName,
java.lang.String name,
java.lang.String uniqueName,
java.lang.String label,
int type,
int nMems,
java.lang.String defaultHier,
java.lang.String description)
|
|
Hierarchy(MetadataInterface metadata,
com.sas.iom.SASMDX.ISession _session,
java.lang.String catalogName,
java.lang.String schemaName,
java.lang.String cubeName,
java.lang.String uniqueDimensionName,
java.lang.String name,
java.lang.String uniqueName,
java.lang.String label,
int memberCount,
java.lang.String defaultMemberName,
java.lang.String allMemberName,
java.lang.String description,
int structure)
|
|
Level(MetadataInterface metadata,
com.sas.iom.SASMDX.ISession _session,
java.lang.String catalogName,
java.lang.String schemaName,
java.lang.String cubeName,
java.lang.String uniqueDimensionName,
java.lang.String uniqueHierarchyName,
java.lang.String name,
java.lang.String uniqueName,
java.lang.String label,
int type,
int memberCount,
int depth,
java.lang.String description)
|
|
Measure(MetadataInterface metadata,
com.sas.iom.SASMDX.ISession _session,
java.lang.String catalogName,
java.lang.String schemaName,
java.lang.String cubeName,
java.lang.String name,
java.lang.String uniqueName,
java.lang.String label,
int dataType,
int aggregator,
int precision,
int scale,
java.lang.String unit,
java.lang.String description)
|
|
Measure(MetadataInterface metadata,
com.sas.iom.SASMDX.ISession _session,
java.lang.String catalogName,
java.lang.String schemaName,
java.lang.String cubeName,
java.lang.String name,
java.lang.String uniqueName,
java.lang.String label,
int dataType,
int aggregator,
java.lang.String unit,
java.lang.String description)
|
|
Member(MetadataInterface metadata,
com.sas.iom.SASMDX.ISession _session,
java.lang.String catalogName,
java.lang.String schemaName,
java.lang.String cubeName,
java.lang.String uniqueDimensionName,
java.lang.String uniqueHierarchyName,
java.lang.String uniqueLevelName,
int levelDepth,
java.lang.String name,
java.lang.String uniqueName,
java.lang.String label,
int type,
int childCount,
java.lang.String parentMemberName,
int propertyDataTypes,
java.lang.String[] propertyNames)
|
|
Property(MetadataInterface metadata,
com.sas.iom.SASMDX.ISession _session,
java.lang.String cubeName,
LevelInterface level,
java.lang.String uniqueLevelName,
MemberInterface member,
java.lang.String uniqueMemberName,
java.lang.String name,
java.lang.String label,
int type,
int dataType,
java.lang.String description)
|
|
Property(MetadataInterface metadata,
com.sas.iom.SASMDX.ISession _session,
java.lang.String cubeName,
java.lang.String uniqueLevelName,
java.lang.String uniqueMemberName,
java.lang.String name,
java.lang.String label,
int type,
int dataType,
java.lang.String description)
|
|
Property(MetadataInterface metadata,
com.sas.iom.SASMDX.ISession _session,
java.lang.String cubeName,
java.lang.String dimensionName,
java.lang.String hierarchyName,
java.lang.String uniqueLevelName,
java.lang.String uniqueMemberName,
java.lang.String name,
java.lang.String label,
int type,
int dataType,
java.lang.String description)
|
|
Schema(MetadataInterface metadata,
com.sas.iom.SASMDX.ISession _session,
java.lang.String schemaName)
A constructor |
Uses of MetadataInterface in com.sas.swing.models |
---|
Methods in com.sas.swing.models with parameters of type MetadataInterface | |
---|---|
static java.lang.String |
AppliedFiltersUtil.getTextForStep(java.lang.Object model,
java.lang.String cubeName,
com.sas.iquery.metadata.business.step.StepInterface step,
MetadataInterface metadata,
java.util.Locale locale,
java.util.Map conditionFormatMap)
|
static java.lang.String |
AppliedFiltersUtil.getTextForStep(java.lang.Object model,
java.lang.String cubeName,
com.sas.iquery.metadata.business.step.StepInterface step,
MetadataInterface metadata,
java.util.Locale locale,
java.util.Map conditionFormatMap,
boolean useUnfilteredMetadata)
|
static java.lang.String |
AppliedFiltersUtil.getTextForStep(java.lang.Object model,
java.lang.String cubeName,
com.sas.iquery.metadata.business.step.StepInterface step,
MetadataInterface metadata,
java.util.Locale locale,
java.util.Map conditionFormatMap,
boolean useUnfilteredMetadata,
boolean fullyQualifyMemberNames)
|
|
Components |
|
| |||||||||||
PREV NEXT | FRAMES NO FRAMES |