Serialized Form


Package mondrian.gui

Class mondrian.gui.JDBCExplorer extends JPanel implements Serializable

Serialized Fields

connection

Connection connection

model

JDBCTreeModel model

jScrollPane2

JScrollPane jScrollPane2

jScrollPane1

JScrollPane jScrollPane1

tree

JTree tree

jSplitPane1

JSplitPane jSplitPane1

Class mondrian.gui.MondrianGuiDef.AggColumnName extends ElementDef implements Serializable

Serialized Fields

column

String column

Class mondrian.gui.MondrianGuiDef.AggExclude extends ElementDef implements Serializable

Serialized Fields

pattern

String pattern

name

String name

ignorecase

Boolean ignorecase

Class mondrian.gui.MondrianGuiDef.AggFactCount extends MondrianGuiDef.AggColumnName implements Serializable

Class mondrian.gui.MondrianGuiDef.AggForeignKey extends ElementDef implements Serializable

Serialized Fields

factColumn

String factColumn

aggColumn

String aggColumn

Class mondrian.gui.MondrianGuiDef.AggIgnoreColumn extends MondrianGuiDef.AggColumnName implements Serializable

Class mondrian.gui.MondrianGuiDef.AggLevel extends ElementDef implements Serializable

Serialized Fields

column

String column

name

String name

Class mondrian.gui.MondrianGuiDef.AggMeasure extends ElementDef implements Serializable

Serialized Fields

column

String column

name

String name

Class mondrian.gui.MondrianGuiDef.AggName extends MondrianGuiDef.AggTable implements Serializable

Serialized Fields

name

String name

Class mondrian.gui.MondrianGuiDef.AggPattern extends MondrianGuiDef.AggTable implements Serializable

Serialized Fields

pattern

String pattern

excludes

MondrianGuiDef.AggExclude[] excludes

Class mondrian.gui.MondrianGuiDef.AggTable extends ElementDef implements Serializable

Serialized Fields

ignorecase

Boolean ignorecase

factcount

MondrianGuiDef.AggFactCount factcount
What does the fact_count column look like.


ignoreColumns

MondrianGuiDef.AggIgnoreColumn[] ignoreColumns

foreignKeys

MondrianGuiDef.AggForeignKey[] foreignKeys

measures

MondrianGuiDef.AggMeasure[] measures

levels

MondrianGuiDef.AggLevel[] levels

Class mondrian.gui.MondrianGuiDef.CalculatedMember extends ElementDef implements Serializable

Serialized Fields

name

String name

formatString

String formatString

caption

String caption

formula

String formula

dimension

String dimension

visible

Boolean visible

formulaElement

MondrianGuiDef.Formula formulaElement
MDX expression which gives the value of this member.


memberProperties

MondrianGuiDef.CalculatedMemberProperty[] memberProperties

Class mondrian.gui.MondrianGuiDef.CalculatedMemberProperty extends ElementDef implements Serializable

Serialized Fields

name

String name

caption

String caption

expression

String expression

value

String value

Class mondrian.gui.MondrianGuiDef.CaptionExpression extends MondrianGuiDef.ExpressionView implements Serializable

Class mondrian.gui.MondrianGuiDef.Closure extends ElementDef implements Serializable

Serialized Fields

parentColumn

String parentColumn

childColumn

String childColumn

table

MondrianGuiDef.Table table

Class mondrian.gui.MondrianGuiDef.Column extends MondrianGuiDef.Expression implements Serializable

Serialized Fields

table

String table

name

String name

Class mondrian.gui.MondrianGuiDef.ColumnDef extends ElementDef implements Serializable

Serialized Fields

name

String name

type

String type

Class mondrian.gui.MondrianGuiDef.ColumnDefs extends ElementDef implements Serializable

Serialized Fields

array

MondrianGuiDef.ColumnDef[] array

Class mondrian.gui.MondrianGuiDef.Cube extends ElementDef implements Serializable

Serialized Fields

name

String name

caption

String caption

cache

Boolean cache

enabled

Boolean enabled

fact

MondrianGuiDef.Relation fact
The fact table is the source of all measures in this cube. If this is a Table and the schema name is not present, table name is left unqualified.


dimensions

MondrianGuiDef.CubeDimension[] dimensions

measures

MondrianGuiDef.Measure[] measures

calculatedMembers

MondrianGuiDef.CalculatedMember[] calculatedMembers
Calculated members in this cube.


namedSets

MondrianGuiDef.NamedSet[] namedSets
Named sets in this cube.

Class mondrian.gui.MondrianGuiDef.CubeDimension extends ElementDef implements Serializable

Serialized Fields

name

String name

caption

String caption

foreignKey

String foreignKey

Class mondrian.gui.MondrianGuiDef.CubeGrant extends MondrianGuiDef.Grant implements Serializable

Serialized Fields

cube

String cube

dimensionGrants

MondrianGuiDef.DimensionGrant[] dimensionGrants

hierarchyGrants

MondrianGuiDef.HierarchyGrant[] hierarchyGrants

Class mondrian.gui.MondrianGuiDef.Dimension extends MondrianGuiDef.CubeDimension implements Serializable

Serialized Fields

type

String type

usagePrefix

String usagePrefix

hierarchies

MondrianGuiDef.Hierarchy[] hierarchies

Class mondrian.gui.MondrianGuiDef.DimensionGrant extends MondrianGuiDef.Grant implements Serializable

Serialized Fields

dimension

String dimension

Class mondrian.gui.MondrianGuiDef.DimensionUsage extends MondrianGuiDef.CubeDimension implements Serializable

Serialized Fields

source

String source

level

String level

usagePrefix

String usagePrefix

Class mondrian.gui.MondrianGuiDef.Expression extends ElementDef implements Serializable

Class mondrian.gui.MondrianGuiDef.ExpressionView extends MondrianGuiDef.Expression implements Serializable

Serialized Fields

expressions

MondrianGuiDef.SQL[] expressions

Class mondrian.gui.MondrianGuiDef.Formula extends ElementDef implements Serializable

Serialized Fields

cdata

String cdata

Class mondrian.gui.MondrianGuiDef.Grant extends ElementDef implements Serializable

Serialized Fields

access

String access

Class mondrian.gui.MondrianGuiDef.Hierarchy extends ElementDef implements Serializable

Serialized Fields

name

String name

hasAll

Boolean hasAll

allMemberName

String allMemberName

allMemberCaption

String allMemberCaption

allLevelName

String allLevelName

primaryKey

String primaryKey

primaryKeyTable

String primaryKeyTable

defaultMember

String defaultMember

memberReaderClass

String memberReaderClass

caption

String caption

relation

MondrianGuiDef.RelationOrJoin relation
The table, set of tables, SQL statement, or inline table which populates this hierarchy.


levels

MondrianGuiDef.Level[] levels

memberReaderParameters

MondrianGuiDef.MemberReaderParameter[] memberReaderParameters

Class mondrian.gui.MondrianGuiDef.HierarchyGrant extends MondrianGuiDef.Grant implements Serializable

Serialized Fields

hierarchy

String hierarchy

topLevel

String topLevel

bottomLevel

String bottomLevel

memberGrants

MondrianGuiDef.MemberGrant[] memberGrants

Class mondrian.gui.MondrianGuiDef.InlineTable extends MondrianGuiDef.Relation implements Serializable

Serialized Fields

alias

String alias

columnDefs

MondrianGuiDef.ColumnDefs columnDefs

rows

MondrianGuiDef.Rows rows

Class mondrian.gui.MondrianGuiDef.Join extends MondrianGuiDef.RelationOrJoin implements Serializable

Serialized Fields

leftAlias

String leftAlias

leftKey

String leftKey

rightAlias

String rightAlias

rightKey

String rightKey

left

MondrianGuiDef.RelationOrJoin left

right

MondrianGuiDef.RelationOrJoin right

Class mondrian.gui.MondrianGuiDef.KeyExpression extends MondrianGuiDef.ExpressionView implements Serializable

Class mondrian.gui.MondrianGuiDef.Level extends ElementDef implements Serializable

Serialized Fields

approxRowCount

String approxRowCount

name

String name

table

String table

column

String column

nameColumn

String nameColumn

ordinalColumn

String ordinalColumn

parentColumn

String parentColumn

nullParentValue

String nullParentValue

type

String type

uniqueMembers

Boolean uniqueMembers

levelType

String levelType

hideMemberIf

String hideMemberIf

formatter

String formatter

caption

String caption

captionColumn

String captionColumn

keyExp

MondrianGuiDef.KeyExpression keyExp
The SQL expression used to populate this level's key.


nameExp

MondrianGuiDef.NameExpression nameExp
The SQL expression used to populate this level's name. If not specified, the level's key is used.


ordinalExp

MondrianGuiDef.OrdinalExpression ordinalExp
The SQL expression used to populate this level's ordinal.


parentExp

MondrianGuiDef.ParentExpression parentExp
The SQL expression used to join to the parent member in a parent-child hierarchy.


closure

MondrianGuiDef.Closure closure

properties

MondrianGuiDef.Property[] properties

Class mondrian.gui.MondrianGuiDef.Measure extends ElementDef implements Serializable

Serialized Fields

name

String name

column

String column

datatype

String datatype

formatString

String formatString

aggregator

String aggregator

formatter

String formatter

caption

String caption

visible

Boolean visible

measureExp

MondrianGuiDef.MeasureExpression measureExp
The SQL expression used to calculate a measure. Must be specified if a source column is not specified.


memberProperties

MondrianGuiDef.CalculatedMemberProperty[] memberProperties

Class mondrian.gui.MondrianGuiDef.MeasureExpression extends MondrianGuiDef.ExpressionView implements Serializable

Class mondrian.gui.MondrianGuiDef.MemberGrant extends ElementDef implements Serializable

Serialized Fields

member

String member

access

String access

Class mondrian.gui.MondrianGuiDef.MemberReaderParameter extends ElementDef implements Serializable

Serialized Fields

name

String name

value

String value

Class mondrian.gui.MondrianGuiDef.NamedSet extends ElementDef implements Serializable

Serialized Fields

name

String name

formula

String formula

formulaElement

MondrianGuiDef.Formula formulaElement
MDX expression which gives the value of this set.

Class mondrian.gui.MondrianGuiDef.NameExpression extends MondrianGuiDef.ExpressionView implements Serializable

Class mondrian.gui.MondrianGuiDef.OrdinalExpression extends MondrianGuiDef.ExpressionView implements Serializable

Class mondrian.gui.MondrianGuiDef.Parameter extends ElementDef implements Serializable

Serialized Fields

name

String name

description

String description

type

String type

modifiable

Boolean modifiable

defaultValue

String defaultValue

Class mondrian.gui.MondrianGuiDef.ParentExpression extends MondrianGuiDef.ExpressionView implements Serializable

Class mondrian.gui.MondrianGuiDef.Property extends ElementDef implements Serializable

Serialized Fields

name

String name

column

String column

type

String type

formatter

String formatter

caption

String caption

Class mondrian.gui.MondrianGuiDef.Relation extends MondrianGuiDef.RelationOrJoin implements Serializable

Class mondrian.gui.MondrianGuiDef.RelationOrJoin extends ElementDef implements Serializable

Class mondrian.gui.MondrianGuiDef.Role extends ElementDef implements Serializable

Serialized Fields

name

String name

schemaGrants

MondrianGuiDef.SchemaGrant[] schemaGrants

Class mondrian.gui.MondrianGuiDef.Row extends ElementDef implements Serializable

Serialized Fields

values

MondrianGuiDef.Value[] values

Class mondrian.gui.MondrianGuiDef.Rows extends ElementDef implements Serializable

Serialized Fields

array

MondrianGuiDef.Row[] array

Class mondrian.gui.MondrianGuiDef.Schema extends ElementDef implements Serializable

Serialized Fields

name

String name

measuresCaption

String measuresCaption

defaultRole

String defaultRole

parameters

MondrianGuiDef.Parameter[] parameters
This schema's parameter definitions.


dimensions

MondrianGuiDef.Dimension[] dimensions
Shared dimensions in this schema.


cubes

MondrianGuiDef.Cube[] cubes
Cubes in this schema.


virtualCubes

MondrianGuiDef.VirtualCube[] virtualCubes
Virtual cubes in this schema.


namedSets

MondrianGuiDef.NamedSet[] namedSets
Named sets in this schema.


roles

MondrianGuiDef.Role[] roles
Roles in this schema.


userDefinedFunctions

MondrianGuiDef.UserDefinedFunction[] userDefinedFunctions
Declarations of user-defined functions in this schema.

Class mondrian.gui.MondrianGuiDef.SchemaGrant extends MondrianGuiDef.Grant implements Serializable

Serialized Fields

cubeGrants

MondrianGuiDef.CubeGrant[] cubeGrants

Class mondrian.gui.MondrianGuiDef.SQL extends ElementDef implements Serializable

Serialized Fields

dialect

String dialect

cdata

String cdata

Class mondrian.gui.MondrianGuiDef.Table extends MondrianGuiDef.Relation implements Serializable

Serialized Fields

name

String name

schema

String schema

alias

String alias

filter

MondrianGuiDef.SQL filter
The SQL WHERE clause expression to be appended to any select statement


aggExcludes

MondrianGuiDef.AggExclude[] aggExcludes

aggTables

MondrianGuiDef.AggTable[] aggTables

Class mondrian.gui.MondrianGuiDef.UserDefinedFunction extends ElementDef implements Serializable

Serialized Fields

name

String name

className

String className

Class mondrian.gui.MondrianGuiDef.Value extends ElementDef implements Serializable

Serialized Fields

column

String column

cdata

String cdata

Class mondrian.gui.MondrianGuiDef.View extends MondrianGuiDef.Relation implements Serializable

Serialized Fields

alias

String alias

selects

MondrianGuiDef.SQL[] selects

Class mondrian.gui.MondrianGuiDef.VirtualCube extends ElementDef implements Serializable

Serialized Fields

enabled

Boolean enabled

name

String name

caption

String caption

dimensions

MondrianGuiDef.VirtualCubeDimension[] dimensions

measures

MondrianGuiDef.VirtualCubeMeasure[] measures

calculatedMembers

MondrianGuiDef.CalculatedMember[] calculatedMembers
Calculated members that belong to this virtual cube. (Calculated members inherited from other cubes should not be in this list.)

Class mondrian.gui.MondrianGuiDef.VirtualCubeDimension extends MondrianGuiDef.CubeDimension implements Serializable

Serialized Fields

cubeName

String cubeName

Class mondrian.gui.MondrianGuiDef.VirtualCubeMeasure extends ElementDef implements Serializable

Serialized Fields

cubeName

String cubeName

name

String name

visible

Boolean visible

Class mondrian.gui.PreferencesDialog extends JDialog implements Serializable

Serialized Fields

accepted

boolean accepted

driverClassTextField

JTextField driverClassTextField

jPanel1

JPanel jPanel1

urlTextField

JTextField urlTextField

usernameTextField

JTextField usernameTextField

passwordTextField

JTextField passwordTextField

acceptButton

JButton acceptButton

jTabbedPane1

JTabbedPane jTabbedPane1

cancelButton

JButton cancelButton

jLabel4

JLabel jLabel4

jLabel3

JLabel jLabel3

jLabel2

JLabel jLabel2

jLabel1

JLabel jLabel1

Class mondrian.gui.PropertyTableModel extends AbstractTableModel implements Serializable

Serialized Fields

parentTarget

Object parentTarget

factTable

String factTable

factTableSchema

String factTableSchema

names

ArrayList<E> names

errorMsg

String errorMsg

propertyNames

String[] propertyNames

target

Object target

workbench

Workbench workbench

Class mondrian.gui.QueryPanel extends JPanel implements Serializable

Serialized Fields

connection

Connection connection

queryMenuItem

JMenuItem queryMenuItem

windowMenuIndex

int windowMenuIndex

schemaWindowMap

Map<K,V> schemaWindowMap

workbench

Workbench workbench

jScrollPane3

JScrollPane jScrollPane3

jScrollPane2

JScrollPane jScrollPane2

resultTextPane

JTextPane resultTextPane

jScrollPane1

JScrollPane jScrollPane1

queryTextPane

JTextPane queryTextPane

jSplitPane1

JSplitPane jSplitPane1

executeButton

JButton executeButton

schemaList

JComboBox schemaList

schemaLabel

JLabel schemaLabel

schemaPanel

JPanel schemaPanel

schemaScrollPane1

JScrollPane schemaScrollPane1

connectButton

JButton connectButton

jPopupMenu

JPopupMenu jPopupMenu

Class mondrian.gui.SchemaExplorer extends JPanel implements Serializable

Serialized Fields

workbench

Workbench workbench

schema

MondrianGuiDef.Schema schema

model

SchemaTreeModel model

renderer

SchemaTreeCellRenderer renderer

editor

SchemaTreeCellEditor editor

schemaFile

File schemaFile

updater

JTreeUpdater updater

myClassLoader

ClassLoader myClassLoader

newFile

boolean newFile

dirty

boolean dirty

dirtyFlag

boolean dirtyFlag

parentIFrame

JInternalFrame parentIFrame

jdbcMetaData

JDBCMetaData jdbcMetaData

editModeXML

boolean editModeXML

errMsg

String errMsg

lastSelected

Object lastSelected

arrowButtonUpAction

AbstractAction arrowButtonUpAction

arrowButtonDownAction

AbstractAction arrowButtonDownAction

addCube

AbstractAction addCube

addRole

AbstractAction addRole

addSchemaGrant

AbstractAction addSchemaGrant

addCubeGrant

AbstractAction addCubeGrant

addDimensionGrant

AbstractAction addDimensionGrant

addHierarchyGrant

AbstractAction addHierarchyGrant

addMemberGrant

AbstractAction addMemberGrant

addDimension

AbstractAction addDimension

addDimensionUsage

AbstractAction addDimensionUsage

addHierarchy

AbstractAction addHierarchy

addNamedSet

AbstractAction addNamedSet

addUserDefinedFunction

AbstractAction addUserDefinedFunction

addCalculatedMember

AbstractAction addCalculatedMember

addMeasure

AbstractAction addMeasure

addMeasureExp

AbstractAction addMeasureExp

addLevel

AbstractAction addLevel

addSQL

AbstractAction addSQL

addKeyExp

AbstractAction addKeyExp

addNameExp

AbstractAction addNameExp

addOrdinalExp

AbstractAction addOrdinalExp

addParentExp

AbstractAction addParentExp

addRelation

AbstractAction addRelation

addProperty

AbstractAction addProperty

addClosure

AbstractAction addClosure

addAggName

AbstractAction addAggName

addAggIgnoreColumn

AbstractAction addAggIgnoreColumn

addAggForeignKey

AbstractAction addAggForeignKey

addAggMeasure

AbstractAction addAggMeasure

addAggLevel

AbstractAction addAggLevel

addAggPattern

AbstractAction addAggPattern

addAggExclude

AbstractAction addAggExclude

addAggFactCount

AbstractAction addAggFactCount

addVirtualCube

AbstractAction addVirtualCube

addVirtualCubeDimension

AbstractAction addVirtualCubeDimension

addVirtualCubeMeasure

AbstractAction addVirtualCubeMeasure

delete

AbstractAction delete

editMode

AbstractAction editMode

propertyTable

JTable propertyTable

jPanel1

JPanel jPanel1

jPanel2

JPanel jPanel2

jPanel3

JPanel jPanel3

addLevelButton

JButton addLevelButton

jScrollPane2

JScrollPane jScrollPane2

jScrollPane1

JScrollPane jScrollPane1

addPropertyButton

JButton addPropertyButton

pasteButton

JButton pasteButton

targetLabel

JLabel targetLabel

validStatusLabel

JLabel validStatusLabel

targetLabel2

JLabel targetLabel2

validStatusLabel2

JLabel validStatusLabel2

tree

JTree tree

jSplitPane1

JSplitPane jSplitPane1

addDimensionButton

JButton addDimensionButton

addDimensionUsageButton

JButton addDimensionUsageButton

addHierarchyButton

JButton addHierarchyButton

addNamedSetButton

JButton addNamedSetButton

addUserDefinedFunctionButton

JButton addUserDefinedFunctionButton

addCalculatedMemberButton

JButton addCalculatedMemberButton

cutButton

JButton cutButton

addMeasureButton

JButton addMeasureButton

addCubeButton

JButton addCubeButton

addRoleButton

JButton addRoleButton

addVirtualCubeButton

JButton addVirtualCubeButton

addVirtualCubeDimensionButton

JButton addVirtualCubeDimensionButton

addVirtualCubeMeasureButton

JButton addVirtualCubeMeasureButton

deleteButton

JButton deleteButton

editModeButton

JToggleButton editModeButton

copyButton

JButton copyButton

jToolBar1

JToolBar jToolBar1

jPopupMenu

JPopupMenu jPopupMenu

jSeparator1

JSeparator jSeparator1

footer

JPanel footer

databaseLabel

JLabel databaseLabel

jPanelXML

JPanel jPanelXML

jScrollPaneXML

JScrollPane jScrollPaneXML

jEditorPaneXML

JEditorPane jEditorPaneXML

Class mondrian.gui.SchemaPropertyCellRenderer extends DefaultTableCellRenderer implements Serializable

Serialized Fields

workbench

Workbench workbench

stringRenderer

JLabel stringRenderer

booleanRenderer

JCheckBox booleanRenderer

integerRenderer

JLabel integerRenderer

tableRenderer

JTable tableRenderer

listRenderer

JComboBox listRenderer

relationList

JComboBox relationList

relationTable

JTable relationTable

relationRenderer

JPanel relationRenderer

rlPanel

JPanel rlPanel

jScrollPaneT

JScrollPane jScrollPaneT

Class mondrian.gui.SchemaTreeCellRenderer extends DefaultTreeCellRenderer implements Serializable

Serialized Fields

myClassLoader

ClassLoader myClassLoader

invalidFlag

boolean invalidFlag

jdbcMetaData

JDBCMetaData jdbcMetaData

workbench

Workbench workbench

Class mondrian.gui.SchemaTreeModel extends DefaultTreeModel implements Serializable

Serialized Fields

schema

MondrianGuiDef.Schema schema

treeModelListeners

Vector<E> treeModelListeners

Class mondrian.gui.Workbench extends JFrame implements Serializable

Serialized Fields

jdbcDriverClassName

String jdbcDriverClassName

jdbcConnectionUrl

String jdbcConnectionUrl

jdbcUsername

String jdbcUsername

jdbcPassword

String jdbcPassword

jdbcMetaData

JDBCMetaData jdbcMetaData

myClassLoader

ClassLoader myClassLoader

guiResourceBundle

ResourceBundle guiResourceBundle

textResourceBundle

ResourceBundle textResourceBundle

workbenchProperties

Properties workbenchProperties

resourceConverter

I18n resourceConverter

openFile

String openFile

schemaWindowMap

Map<K,V> schemaWindowMap

mdxWindows

Vector<E> mdxWindows

windowMenuMapIndex

int windowMenuMapIndex

toolbarSaveAsButton

JButton toolbarSaveAsButton

openMenuItem

JMenuItem openMenuItem

lastUsed1MenuItem

JMenuItem lastUsed1MenuItem

lastUsed2MenuItem

JMenuItem lastUsed2MenuItem

lastUsed3MenuItem

JMenuItem lastUsed3MenuItem

lastUsed4MenuItem

JMenuItem lastUsed4MenuItem

fileMenu

JMenu fileMenu

newQueryMenuItem

JMenuItem newQueryMenuItem

newQueryMenuItem2

JMenuItem newQueryMenuItem2

jPanel1

JPanel jPanel1

jPanel2

JPanel jPanel2

toolbarOpenButton

JButton toolbarOpenButton

toolbarNewButton

JButton toolbarNewButton

toolbarNewArrowButton

JButton toolbarNewArrowButton

jSeparator1

JSeparator jSeparator1

jSeparator2

JSeparator jSeparator2

jSeparator3

JSeparator jSeparator3

jSeparator4

JSeparator jSeparator4

cutMenuItem

JMenuItem cutMenuItem

menuBar

JMenuBar menuBar

saveMenuItem

JMenuItem saveMenuItem

newJDBCExplorerMenuItem

JMenuItem newJDBCExplorerMenuItem

newJDBCExplorerMenuItem2

JMenuItem newJDBCExplorerMenuItem2

viewCubesMenuItem

JCheckBoxMenuItem viewCubesMenuItem

toolbarSaveButton

JButton toolbarSaveButton

copyMenuItem

JMenuItem copyMenuItem

desktopPane

JDesktopPane desktopPane

viewMenu

JMenu viewMenu

toolsMenu

JMenu toolsMenu

newMenu

JMenu newMenu

deleteMenuItem

JMenuItem deleteMenuItem

newSchemaMenuItem

JMenuItem newSchemaMenuItem

newSchemaMenuItem2

JMenuItem newSchemaMenuItem2

exitMenuItem

JMenuItem exitMenuItem

toolbarPreferencesButton

JButton toolbarPreferencesButton

viewMeasuresMenuItem

JCheckBoxMenuItem viewMeasuresMenuItem

editMenu

JMenu editMenu

pasteMenuItem

JMenuItem pasteMenuItem

preferencesMenuItem

JMenuItem preferencesMenuItem

viewDimensionsMenuItem

JCheckBoxMenuItem viewDimensionsMenuItem

viewXMLMenuItem

JCheckBoxMenuItem viewXMLMenuItem

saveAsMenuItem

JMenuItem saveAsMenuItem

jToolBar1

JToolBar jToolBar1

jToolBar2

JToolBar jToolBar2

toolbarNewPopupMenu

JPopupMenu toolbarNewPopupMenu

windowMenu

JMenu windowMenu

helpMenu

JMenu helpMenu

aboutMenuItem

JMenuItem aboutMenuItem

cascadeMenuItem

JMenuItem cascadeMenuItem

tileMenuItem

JMenuItem tileMenuItem

minimizeMenuItem

JMenuItem minimizeMenuItem

maximizeMenuItem

JMenuItem maximizeMenuItem

closeAllMenuItem

JMenuItem closeAllMenuItem

Package mondrian.olap

Class mondrian.olap.InvalidArgumentException extends MondrianException implements Serializable

Class mondrian.olap.InvalidHierarchyException extends MondrianException implements Serializable

Class mondrian.olap.MemoryLimitExceededException extends ResultLimitExceededException implements Serializable

Class mondrian.olap.MondrianDef.AggColumnName extends ElementDef implements Serializable

Serialized Fields

column

String column

Class mondrian.olap.MondrianDef.AggExclude extends ElementDef implements Serializable

Serialized Fields

pattern

String pattern

name

String name

ignorecase

Boolean ignorecase

Class mondrian.olap.MondrianDef.AggFactCount extends MondrianDef.AggColumnName implements Serializable

Class mondrian.olap.MondrianDef.AggForeignKey extends ElementDef implements Serializable

Serialized Fields

factColumn

String factColumn

aggColumn

String aggColumn

Class mondrian.olap.MondrianDef.AggIgnoreColumn extends MondrianDef.AggColumnName implements Serializable

Class mondrian.olap.MondrianDef.AggLevel extends ElementDef implements Serializable

Serialized Fields

column

String column

name

String name

Class mondrian.olap.MondrianDef.AggMeasure extends ElementDef implements Serializable

Serialized Fields

column

String column

name

String name

Class mondrian.olap.MondrianDef.AggName extends MondrianDef.AggTable implements Serializable

Serialized Fields

name

String name

Class mondrian.olap.MondrianDef.AggPattern extends MondrianDef.AggTable implements Serializable

Serialized Fields

pattern

String pattern

excludes

MondrianDef.AggExclude[] excludes

Class mondrian.olap.MondrianDef.AggTable extends ElementDef implements Serializable

Serialized Fields

ignorecase

Boolean ignorecase

factcount

MondrianDef.AggFactCount factcount
What does the fact_count column look like.


ignoreColumns

MondrianDef.AggIgnoreColumn[] ignoreColumns

foreignKeys

MondrianDef.AggForeignKey[] foreignKeys

measures

MondrianDef.AggMeasure[] measures

levels

MondrianDef.AggLevel[] levels

Class mondrian.olap.MondrianDef.CalculatedMember extends ElementDef implements Serializable

Serialized Fields

name

String name

formatString

String formatString

caption

String caption

formula

String formula

dimension

String dimension

visible

Boolean visible

formulaElement

MondrianDef.Formula formulaElement
MDX expression which gives the value of this member.


memberProperties

MondrianDef.CalculatedMemberProperty[] memberProperties

Class mondrian.olap.MondrianDef.CalculatedMemberProperty extends ElementDef implements Serializable

Serialized Fields

name

String name

caption

String caption

expression

String expression

value

String value

Class mondrian.olap.MondrianDef.CaptionExpression extends MondrianDef.ExpressionView implements Serializable

Class mondrian.olap.MondrianDef.Closure extends ElementDef implements Serializable

Serialized Fields

parentColumn

String parentColumn

childColumn

String childColumn

table

MondrianDef.Table table

Class mondrian.olap.MondrianDef.Column extends MondrianDef.Expression implements Serializable

Serialized Fields

table

String table

name

String name

Class mondrian.olap.MondrianDef.ColumnDef extends ElementDef implements Serializable

Serialized Fields

name

String name

type

String type

Class mondrian.olap.MondrianDef.ColumnDefs extends ElementDef implements Serializable

Serialized Fields

array

MondrianDef.ColumnDef[] array

Class mondrian.olap.MondrianDef.Cube extends ElementDef implements Serializable

Serialized Fields

name

String name

caption

String caption

defaultMeasure

String defaultMeasure

cache

Boolean cache

enabled

Boolean enabled

fact

MondrianDef.Relation fact
The fact table is the source of all measures in this cube. If this is a Table and the schema name is not present, table name is left unqualified.


dimensions

MondrianDef.CubeDimension[] dimensions

measures

MondrianDef.Measure[] measures

calculatedMembers

MondrianDef.CalculatedMember[] calculatedMembers
Calculated members in this cube.


namedSets

MondrianDef.NamedSet[] namedSets
Named sets in this cube.

Class mondrian.olap.MondrianDef.CubeDimension extends ElementDef implements Serializable

Serialized Fields

name

String name

caption

String caption

foreignKey

String foreignKey

Class mondrian.olap.MondrianDef.CubeGrant extends MondrianDef.Grant implements Serializable

Serialized Fields

cube

String cube

dimensionGrants

MondrianDef.DimensionGrant[] dimensionGrants

hierarchyGrants

MondrianDef.HierarchyGrant[] hierarchyGrants

Class mondrian.olap.MondrianDef.CubeUsage extends ElementDef implements Serializable

Serialized Fields

cubeName

String cubeName

ignoreUnrelatedDimensions

Boolean ignoreUnrelatedDimensions

Class mondrian.olap.MondrianDef.CubeUsages extends ElementDef implements Serializable

Serialized Fields

cubeUsages

MondrianDef.CubeUsage[] cubeUsages

Class mondrian.olap.MondrianDef.Dimension extends MondrianDef.CubeDimension implements Serializable

Serialized Fields

type

String type

usagePrefix

String usagePrefix

hierarchies

MondrianDef.Hierarchy[] hierarchies

Class mondrian.olap.MondrianDef.DimensionGrant extends MondrianDef.Grant implements Serializable

Serialized Fields

dimension

String dimension

Class mondrian.olap.MondrianDef.DimensionUsage extends MondrianDef.CubeDimension implements Serializable

Serialized Fields

source

String source

level

String level

usagePrefix

String usagePrefix

Class mondrian.olap.MondrianDef.Expression extends ElementDef implements Serializable

Class mondrian.olap.MondrianDef.ExpressionView extends MondrianDef.Expression implements Serializable

Serialized Fields

expressions

MondrianDef.SQL[] expressions

Class mondrian.olap.MondrianDef.Formula extends ElementDef implements Serializable

Serialized Fields

cdata

String cdata

Class mondrian.olap.MondrianDef.Grant extends ElementDef implements Serializable

Serialized Fields

access

String access

Class mondrian.olap.MondrianDef.Hierarchy extends ElementDef implements Serializable

Serialized Fields

name

String name

hasAll

Boolean hasAll

allMemberName

String allMemberName

allMemberCaption

String allMemberCaption

allLevelName

String allLevelName

primaryKey

String primaryKey

primaryKeyTable

String primaryKeyTable

defaultMember

String defaultMember

memberReaderClass

String memberReaderClass

caption

String caption

relation

MondrianDef.RelationOrJoin relation
The table, set of tables, SQL statement, or inline table which populates this hierarchy.


levels

MondrianDef.Level[] levels

memberReaderParameters

MondrianDef.MemberReaderParameter[] memberReaderParameters

Class mondrian.olap.MondrianDef.HierarchyGrant extends MondrianDef.Grant implements Serializable

Serialized Fields

hierarchy

String hierarchy

topLevel

String topLevel

bottomLevel

String bottomLevel

rollupPolicy

String rollupPolicy

memberGrants

MondrianDef.MemberGrant[] memberGrants

Class mondrian.olap.MondrianDef.InlineTable extends MondrianDef.Relation implements Serializable

Serialized Fields

alias

String alias

columnDefs

MondrianDef.ColumnDefs columnDefs

rows

MondrianDef.Rows rows

Class mondrian.olap.MondrianDef.Join extends MondrianDef.RelationOrJoin implements Serializable

Serialized Fields

leftAlias

String leftAlias

leftKey

String leftKey

rightAlias

String rightAlias

rightKey

String rightKey

left

MondrianDef.RelationOrJoin left

right

MondrianDef.RelationOrJoin right

Class mondrian.olap.MondrianDef.KeyExpression extends MondrianDef.ExpressionView implements Serializable

Class mondrian.olap.MondrianDef.Level extends ElementDef implements Serializable

Serialized Fields

approxRowCount

String approxRowCount

name

String name

table

String table

column

String column

nameColumn

String nameColumn

ordinalColumn

String ordinalColumn

parentColumn

String parentColumn

nullParentValue

String nullParentValue

type

String type

uniqueMembers

Boolean uniqueMembers

levelType

String levelType

hideMemberIf

String hideMemberIf

formatter

String formatter

caption

String caption

captionColumn

String captionColumn

keyExp

MondrianDef.KeyExpression keyExp
The SQL expression used to populate this level's key.


nameExp

MondrianDef.NameExpression nameExp
The SQL expression used to populate this level's name. If not specified, the level's key is used.


ordinalExp

MondrianDef.OrdinalExpression ordinalExp
The SQL expression used to populate this level's ordinal.


parentExp

MondrianDef.ParentExpression parentExp
The SQL expression used to join to the parent member in a parent-child hierarchy.


closure

MondrianDef.Closure closure

properties

MondrianDef.Property[] properties

Class mondrian.olap.MondrianDef.Measure extends ElementDef implements Serializable

Serialized Fields

name

String name

column

String column

datatype

String datatype

formatString

String formatString

aggregator

String aggregator

formatter

String formatter

caption

String caption

visible

Boolean visible

measureExp

MondrianDef.MeasureExpression measureExp
The SQL expression used to calculate a measure. Must be specified if a source column is not specified.


memberProperties

MondrianDef.CalculatedMemberProperty[] memberProperties

Class mondrian.olap.MondrianDef.MeasureExpression extends MondrianDef.ExpressionView implements Serializable

Class mondrian.olap.MondrianDef.MemberGrant extends ElementDef implements Serializable

Serialized Fields

member

String member

access

String access

Class mondrian.olap.MondrianDef.MemberReaderParameter extends ElementDef implements Serializable

Serialized Fields

name

String name

value

String value

Class mondrian.olap.MondrianDef.NamedSet extends ElementDef implements Serializable

Serialized Fields

name

String name

formula

String formula

formulaElement

MondrianDef.Formula formulaElement
MDX expression which gives the value of this set.

Class mondrian.olap.MondrianDef.NameExpression extends MondrianDef.ExpressionView implements Serializable

Class mondrian.olap.MondrianDef.OrdinalExpression extends MondrianDef.ExpressionView implements Serializable

Class mondrian.olap.MondrianDef.Parameter extends ElementDef implements Serializable

Serialized Fields

name

String name

description

String description

type

String type

modifiable

Boolean modifiable

defaultValue

String defaultValue

Class mondrian.olap.MondrianDef.ParentExpression extends MondrianDef.ExpressionView implements Serializable

Class mondrian.olap.MondrianDef.Property extends ElementDef implements Serializable

Serialized Fields

name

String name

column

String column

type

String type

formatter

String formatter

caption

String caption

Class mondrian.olap.MondrianDef.Relation extends MondrianDef.RelationOrJoin implements Serializable

Class mondrian.olap.MondrianDef.RelationOrJoin extends ElementDef implements Serializable

Class mondrian.olap.MondrianDef.Role extends ElementDef implements Serializable

Serialized Fields

name

String name

schemaGrants

MondrianDef.SchemaGrant[] schemaGrants

union

MondrianDef.Union union

Class mondrian.olap.MondrianDef.RoleUsage extends ElementDef implements Serializable

Serialized Fields

roleName

String roleName

Class mondrian.olap.MondrianDef.Row extends ElementDef implements Serializable

Serialized Fields

values

MondrianDef.Value[] values

Class mondrian.olap.MondrianDef.Rows extends ElementDef implements Serializable

Serialized Fields

array

MondrianDef.Row[] array

Class mondrian.olap.MondrianDef.Schema extends ElementDef implements Serializable

Serialized Fields

name

String name

measuresCaption

String measuresCaption

defaultRole

String defaultRole

parameters

MondrianDef.Parameter[] parameters
This schema's parameter definitions.


dimensions

MondrianDef.Dimension[] dimensions
Shared dimensions in this schema.


cubes

MondrianDef.Cube[] cubes
Cubes in this schema.


virtualCubes

MondrianDef.VirtualCube[] virtualCubes
Virtual cubes in this schema.


namedSets

MondrianDef.NamedSet[] namedSets
Named sets in this schema.


roles

MondrianDef.Role[] roles
Roles in this schema.


userDefinedFunctions

MondrianDef.UserDefinedFunction[] userDefinedFunctions
Declarations of user-defined functions in this schema.

Class mondrian.olap.MondrianDef.SchemaGrant extends MondrianDef.Grant implements Serializable

Serialized Fields

cubeGrants

MondrianDef.CubeGrant[] cubeGrants

Class mondrian.olap.MondrianDef.SQL extends ElementDef implements Serializable

Serialized Fields

dialect

String dialect

cdata

String cdata

Class mondrian.olap.MondrianDef.Table extends MondrianDef.Relation implements Serializable

Serialized Fields

name

String name

schema

String schema

alias

String alias

filter

MondrianDef.SQL filter
The SQL WHERE clause expression to be appended to any select statement


aggExcludes

MondrianDef.AggExclude[] aggExcludes

aggTables

MondrianDef.AggTable[] aggTables

Class mondrian.olap.MondrianDef.Union extends ElementDef implements Serializable

Serialized Fields

roleUsages

MondrianDef.RoleUsage[] roleUsages

Class mondrian.olap.MondrianDef.UserDefinedFunction extends ElementDef implements Serializable

Serialized Fields

name

String name

className

String className

Class mondrian.olap.MondrianDef.Value extends ElementDef implements Serializable

Serialized Fields

column

String column

cdata

String cdata

Class mondrian.olap.MondrianDef.View extends MondrianDef.Relation implements Serializable

Serialized Fields

alias

String alias

selects

MondrianDef.SQL[] selects

Class mondrian.olap.MondrianDef.VirtualCube extends ElementDef implements Serializable

Serialized Fields

enabled

Boolean enabled

name

String name

defaultMeasure

String defaultMeasure

caption

String caption

cubeUsage

MondrianDef.CubeUsages cubeUsage

dimensions

MondrianDef.VirtualCubeDimension[] dimensions

measures

MondrianDef.VirtualCubeMeasure[] measures

calculatedMembers

MondrianDef.CalculatedMember[] calculatedMembers
Calculated members that belong to this virtual cube. (Calculated members inherited from other cubes should not be in this list.)


namedSets

MondrianDef.NamedSet[] namedSets
Named sets in this cube.

Class mondrian.olap.MondrianDef.VirtualCubeDimension extends MondrianDef.CubeDimension implements Serializable

Serialized Fields

cubeName

String cubeName

Class mondrian.olap.MondrianDef.VirtualCubeMeasure extends ElementDef implements Serializable

Serialized Fields

cubeName

String cubeName

name

String name

visible

Boolean visible

Class mondrian.olap.MondrianException extends RuntimeException implements Serializable

Class mondrian.olap.MondrianProperties extends TriggerableProperties implements Serializable

Serialized Fields

propertySource

MondrianProperties.PropertySource propertySource

populateCount

int populateCount

Class mondrian.olap.NativeEvaluationUnsupportedException extends ResultLimitExceededException implements Serializable

Class mondrian.olap.QueryCanceledException extends ResultLimitExceededException implements Serializable

Class mondrian.olap.QueryTimeoutException extends ResultLimitExceededException implements Serializable

Class mondrian.olap.ResourceLimitExceededException extends ResultLimitExceededException implements Serializable

Class mondrian.olap.ResultLimitExceededException extends MondrianException implements Serializable

Class mondrian.olap.ResultStyleException extends MondrianException implements Serializable

Class mondrian.olap.Util$1 extends Object implements Serializable

Class mondrian.olap.Util$2 extends Object implements Serializable


Package mondrian.olap.fun

Class mondrian.olap.fun.MondrianEvaluationException extends RuntimeException implements Serializable


Package mondrian.olap4j

Class mondrian.olap4j.FactoryJdbc4Impl extends Object implements Serializable

Class mondrian.olap4j.FactoryJdbc4Impl$EmptyResultSetJdbc4 extends Object implements Serializable

Class mondrian.olap4j.FactoryJdbc4Impl$MondrianOlap4jCellSetJdbc4 extends Object implements Serializable

Class mondrian.olap4j.FactoryJdbc4Impl$MondrianOlap4jConnectionJdbc4 extends Object implements Serializable

Class mondrian.olap4j.FactoryJdbc4Impl$MondrianOlap4jDatabaseMetaDataJdbc4 extends Object implements Serializable

Class mondrian.olap4j.FactoryJdbc4Impl$MondrianOlap4jPreparedStatementJdbc4 extends Object implements Serializable


Package mondrian.recorder

Class mondrian.recorder.RecorderException extends MondrianException implements Serializable


Package mondrian.rolap.agg

Class mondrian.rolap.agg.AggregationManager.PinSetImpl extends HashSet<Segment> implements Serializable


Package mondrian.rolap.aggmatcher

Class mondrian.rolap.aggmatcher.DefaultDef.AggRule extends DefaultDef.Base implements Serializable

Serialized Fields

tag

String tag

countColumn

String countColumn

ignoreMap

DefaultDef.IgnoreMap ignoreMap

ignoreMapRef

DefaultDef.IgnoreMapRef ignoreMapRef

factCountMatch

DefaultDef.FactCountMatch factCountMatch

factCountMatchRef

DefaultDef.FactCountMatchRef factCountMatchRef

foreignKeyMatch

DefaultDef.ForeignKeyMatch foreignKeyMatch

foreignKeyMatchRef

DefaultDef.ForeignKeyMatchRef foreignKeyMatchRef

tableMatch

DefaultDef.TableMatch tableMatch

tableMatchRef

DefaultDef.TableMatchRef tableMatchRef

levelMap

DefaultDef.LevelMap levelMap

levelMapRef

DefaultDef.LevelMapRef levelMapRef

measureMap

DefaultDef.MeasureMap measureMap

measureMapRef

DefaultDef.MeasureMapRef measureMapRef

Class mondrian.rolap.aggmatcher.DefaultDef.AggRules extends ElementDef implements Serializable

Serialized Fields

tag

String tag

tableMatches

DefaultDef.TableMatch[] tableMatches
All shared TableMatches.


factCountMatches

DefaultDef.FactCountMatch[] factCountMatches
All shared FactCountMatches.


foreignKeyMatches

DefaultDef.ForeignKeyMatch[] foreignKeyMatches
All shared ForeignKeyMatches.


levelMaps

DefaultDef.LevelMap[] levelMaps
All shared LevelMap.


measureMaps

DefaultDef.MeasureMap[] measureMaps
All shared MeasureMap.


ignoreMaps

DefaultDef.IgnoreMap[] ignoreMaps
All shared IgnoreMap.


aggRules

DefaultDef.AggRule[] aggRules
All AggRules (at least one). Also, one of them must be marked with default=true.

Class mondrian.rolap.aggmatcher.DefaultDef.Base extends ElementDef implements Serializable

Serialized Fields

enabled

Boolean enabled

Class mondrian.rolap.aggmatcher.DefaultDef.CaseMatcher extends DefaultDef.Base implements Serializable

Serialized Fields

id

String id

charcase

String charcase

Class mondrian.rolap.aggmatcher.DefaultDef.FactCountMatch extends DefaultDef.NameMatcher implements Serializable

Serialized Fields

factCountName

String factCountName

Class mondrian.rolap.aggmatcher.DefaultDef.FactCountMatchRef extends DefaultDef.Ref implements Serializable

Class mondrian.rolap.aggmatcher.DefaultDef.ForeignKeyMatch extends DefaultDef.NameMatcher implements Serializable

Class mondrian.rolap.aggmatcher.DefaultDef.ForeignKeyMatchRef extends DefaultDef.Ref implements Serializable

Class mondrian.rolap.aggmatcher.DefaultDef.IgnoreMap extends DefaultDef.RegexMapper implements Serializable

Class mondrian.rolap.aggmatcher.DefaultDef.IgnoreMapRef extends DefaultDef.Ref implements Serializable

Class mondrian.rolap.aggmatcher.DefaultDef.LevelMap extends DefaultDef.RegexMapper implements Serializable

Class mondrian.rolap.aggmatcher.DefaultDef.LevelMapRef extends DefaultDef.Ref implements Serializable

Class mondrian.rolap.aggmatcher.DefaultDef.Mapper extends DefaultDef.CaseMatcher implements Serializable

Serialized Fields

template

String template

space

String space

dot

String dot

templateParts

String[] templateParts

templateNamePos

int[] templateNamePos

Class mondrian.rolap.aggmatcher.DefaultDef.MeasureMap extends DefaultDef.RegexMapper implements Serializable

Class mondrian.rolap.aggmatcher.DefaultDef.MeasureMapRef extends DefaultDef.Ref implements Serializable

Class mondrian.rolap.aggmatcher.DefaultDef.NameMatcher extends DefaultDef.CaseMatcher implements Serializable

Serialized Fields

pretemplate

String pretemplate

posttemplate

String posttemplate

basename

String basename

baseNamePattern

Pattern baseNamePattern

Class mondrian.rolap.aggmatcher.DefaultDef.Ref extends DefaultDef.Base implements Serializable

Serialized Fields

refId

String refId

Class mondrian.rolap.aggmatcher.DefaultDef.Regex extends DefaultDef.CaseMatcher implements Serializable

Serialized Fields

space

String space

dot

String dot

cdata

String cdata

templateParts

String[] templateParts

templateNamePos

int[] templateNamePos
This is a one-to-one mapping, each template name can appear at most once.

Class mondrian.rolap.aggmatcher.DefaultDef.RegexMapper extends DefaultDef.Base implements Serializable

Serialized Fields

id

String id

regexs

DefaultDef.Regex[] regexs
This is an array of Regex. A match occurs if any one of the Regex matches; it is the equivalent of or-ing the regular expressions together. A candidate string is processed sequentially by each Regex in their document order until one matches. In none match, well, none match.

Class mondrian.rolap.aggmatcher.DefaultDef.TableMatch extends DefaultDef.NameMatcher implements Serializable

Class mondrian.rolap.aggmatcher.DefaultDef.TableMatchRef extends DefaultDef.Ref implements Serializable


Package mondrian.rolap.cache

Class mondrian.rolap.cache.SoftSmartCache$1 extends Object implements Serializable


Package mondrian.util

Class mondrian.util.CreationException extends MondrianException implements Serializable


Package mondrian.web.servlet

Class mondrian.web.servlet.MDXQueryServlet extends HttpServlet implements Serializable

Serialized Fields

connectString

String connectString

locator

CatalogLocator locator

Package mondrian.web.taglib

Class mondrian.web.taglib.QueryTag extends BodyTagSupport implements Serializable

Serialized Fields

name

String name

resultCache

boolean resultCache

Class mondrian.web.taglib.TransformTag extends TagSupport implements Serializable

Serialized Fields

query

String query

xsltURI

String xsltURI

xsltCache

boolean xsltCache

Package mondrian.xmla

Class mondrian.xmla.DataSourcesConfig.Catalog extends ElementDef implements Serializable

Serialized Fields

name

String name

dataSourceInfo

String dataSourceInfo
ConnectString of Mondrian (minus the catalog entry). This entry is optional; if present, it overrides the DataSourceInfo within the DataSource.


definition

String definition
URI of the schema definition file, for example "/WEB-INF/schema/Marketing.xml".


dataSource

DataSourcesConfig.DataSource dataSource

Class mondrian.xmla.DataSourcesConfig.Catalogs extends ElementDef implements Serializable

Serialized Fields

catalogs

DataSourcesConfig.Catalog[] catalogs
The list of catalogs.

Class mondrian.xmla.DataSourcesConfig.DataSource extends ElementDef implements Serializable

Serialized Fields

name

String name
Name.


description

String description
Description.


url

String url
URL of Web Services invocation.


dataSourceInfo

String dataSourceInfo
ConnectString of Mondrian (minus the catalog entry). Required, but catalog may override.


providerName

String providerName
Customized Service Provider Name.


providerType

String providerType
Ignored. Only return "MDP" for DISCOVER_DATASOURCES.


authenticationMode

String authenticationMode
Ignored. Only return "Unauthenticated" for DISCOVER_DATASOURCES.


catalogs

DataSourcesConfig.Catalogs catalogs
One or more Catalogs.

Class mondrian.xmla.DataSourcesConfig.DataSources extends ElementDef implements Serializable

Serialized Fields

dataSources

DataSourcesConfig.DataSource[] dataSources
The list of data sources supported by XMLA service.

Class mondrian.xmla.XmlaException extends MondrianException implements Serializable

Serialized Fields

faultCode

String faultCode

code

String code

faultString

String faultString

Class mondrian.xmla.XmlaServlet extends HttpServlet implements Serializable

Serialized Fields

catalogLocator

CatalogLocator catalogLocator

dataSources

DataSourcesConfig.DataSources dataSources

xmlaHandler

XmlaHandler xmlaHandler

charEncoding

String charEncoding

callbackList

List<E> callbackList

Package mondrian.xmla.impl

Class mondrian.xmla.impl.DefaultXmlaServlet extends XmlaServlet implements Serializable

Serialized Fields

domFactory

DocumentBuilderFactory domFactory

Class mondrian.xmla.impl.DynamicDatasourceXmlaServlet extends DefaultXmlaServlet implements Serializable

Serialized Fields

dataSourcesConfigUrl

URL dataSourcesConfigUrl

lastDataSourcesConfigString

String lastDataSourcesConfigString


SourceForge.net_Logo