package-summary.html

来自「基于mondrian 开源框架进行OLAP多维分析」· HTML 代码 · 共 567 行 · 第 1/2 页

HTML
567
字号
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!--NewPage--><HTML><HEAD><!-- Generated by javadoc (build 1.5.0_15) on Thu Jul 31 17:20:38 EDT 2008 --><TITLE>mondrian.xmla (Mondrian OLAP Server, version 3.0.4.11371)</TITLE><META NAME="keywords" CONTENT="mondrian.xmla package"><LINK REL ="stylesheet" TYPE="text/css" HREF="../../stylesheet.css" TITLE="Style"><SCRIPT type="text/javascript">function windowTitle(){    parent.document.title="mondrian.xmla (Mondrian OLAP Server, version 3.0.4.11371)";}</SCRIPT><NOSCRIPT></NOSCRIPT></HEAD><BODY BGCOLOR="white" onload="windowTitle();"><!-- ========= START OF TOP NAVBAR ======= --><A NAME="navbar_top"><!-- --></A><A HREF="#skip-navbar_top" title="Skip navigation links"></A><TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""><TR><TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"><A NAME="navbar_top_firstrow"><!-- --></A><TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">  <TR ALIGN="center" VALIGN="top">  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Package</B></FONT>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>  </TR></TABLE></TD><TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM></EM></TD></TR><TR><TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">&nbsp;<A HREF="../../mondrian/web/taglib/package-summary.html"><B>PREV PACKAGE</B></A>&nbsp;&nbsp;<A HREF="../../mondrian/xmla/impl/package-summary.html"><B>NEXT PACKAGE</B></A></FONT></TD><TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">  <A HREF="../../index.html?mondrian/xmla/package-summary.html" target="_top"><B>FRAMES</B></A>  &nbsp;&nbsp;<A HREF="package-summary.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;&nbsp;<SCRIPT type="text/javascript">  <!--  if(window==top) {    document.writeln('<A HREF="../../allclasses-noframe.html"><B>All Classes</B></A>');  }  //--></SCRIPT><NOSCRIPT>  <A HREF="../../allclasses-noframe.html"><B>All Classes</B></A></NOSCRIPT></FONT></TD></TR></TABLE><A NAME="skip-navbar_top"></A><!-- ========= END OF TOP NAVBAR ========= --><HR><H2>Package mondrian.xmla</H2>Implements the <a href="http://www.xmla.org/">XML for Analysis</a> API.<P><B>See:</B><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<A HREF="#package_description"><B>Description</B></A><P><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"><B>Interface Summary</B></FONT></TH></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../mondrian/xmla/Enumeration.EnumWithDesc.html" title="interface in mondrian.xmla">Enumeration.EnumWithDesc</A></B></TD><TD>&nbsp;</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../mondrian/xmla/Enumeration.EnumWithName.html" title="interface in mondrian.xmla">Enumeration.EnumWithName</A></B></TD><TD>&nbsp;</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../mondrian/xmla/Enumeration.EnumWithOrdinal.html" title="interface in mondrian.xmla">Enumeration.EnumWithOrdinal</A></B></TD><TD>&nbsp;</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../mondrian/xmla/SaxWriter.html" title="interface in mondrian.xmla">SaxWriter</A></B></TD><TD><code>SaxWriter</code> is similar to a SAX <A HREF="http://java.sun.com/javase/6/docs/api/org/xml/sax/ContentHandler.html" title="class or interface in org.xml.sax"><CODE>ContentHandler</CODE></A> which, perversely, converts its events into an output document.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../mondrian/xmla/XmlaConstants.html" title="interface in mondrian.xmla">XmlaConstants</A></B></TD><TD>Constants for XML/A.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../mondrian/xmla/XmlaRequest.html" title="interface in mondrian.xmla">XmlaRequest</A></B></TD><TD>XML/A request interface.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../mondrian/xmla/XmlaRequestCallback.html" title="interface in mondrian.xmla">XmlaRequestCallback</A></B></TD><TD>Extract data from HTTP request, SOAP header for following XML/A request.<p/> Fill context binding with whatever data you want, then use them in <A HREF="../../mondrian/xmla/XmlaServlet.html#handleSoapHeader(javax.servlet.http.HttpServletResponse, org.w3c.dom.Element[], byte[][], java.util.Map)"><CODE>XmlaServlet.handleSoapHeader(javax.servlet.http.HttpServletResponse, org.w3c.dom.Element[], byte[][], java.util.Map<java.lang.String, java.lang.Object>)</CODE></A> and <A HREF="../../mondrian/xmla/XmlaServlet.html#handleSoapBody(javax.servlet.http.HttpServletResponse, org.w3c.dom.Element[], byte[][], java.util.Map)"><CODE>XmlaServlet.handleSoapBody(javax.servlet.http.HttpServletResponse, org.w3c.dom.Element[], byte[][], java.util.Map<java.lang.String, java.lang.Object>)</CODE></A>.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../mondrian/xmla/XmlaResponse.html" title="interface in mondrian.xmla">XmlaResponse</A></B></TD><TD>XML/A response interface.</TD></TR></TABLE>&nbsp;<P><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"><B>Class Summary</B></FONT></TH></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../mondrian/xmla/DataSourcesConfig.html" title="class in mondrian.xmla">DataSourcesConfig</A></B></TD><TD>This is the XML model for XMLA DataSources Configuration.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../mondrian/xmla/DataSourcesConfig.Catalog.html" title="class in mondrian.xmla">DataSourcesConfig.Catalog</A></B></TD><TD>&nbsp;</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../mondrian/xmla/DataSourcesConfig.Catalogs.html" title="class in mondrian.xmla">DataSourcesConfig.Catalogs</A></B></TD><TD>The list of catalogs associated with a data source.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../mondrian/xmla/DataSourcesConfig.DataSource.html" title="class in mondrian.xmla">DataSourcesConfig.DataSource</A></B></TD><TD>Definition of a data source.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../mondrian/xmla/DataSourcesConfig.DataSources.html" title="class in mondrian.xmla">DataSourcesConfig.DataSources</A></B></TD><TD>The list of data sources supported by XMLA service.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../mondrian/xmla/Enumeration.html" title="class in mondrian.xmla">Enumeration</A></B></TD><TD>Contains inner classes which define enumerations used in XML for Analysis.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../mondrian/xmla/Rowset.html" title="class in mondrian.xmla">Rowset</A></B></TD><TD>Base class for an XML for Analysis schema rowset.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../mondrian/xmla/Rowset.RestrictionTest.html" title="class in mondrian.xmla">Rowset.RestrictionTest</A></B></TD><TD>Extensions to this abstract class implement a restriction test for each Rowset's discovery request.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../mondrian/xmla/Rowset.Row.html" title="class in mondrian.xmla">Rowset.Row</A></B></TD><TD>A set of name/value pairs, which can be output using <A HREF="../../mondrian/xmla/Rowset.html#addRow(mondrian.xmla.Rowset.Row, java.util.List)"><CODE>Rowset.addRow(mondrian.xmla.Rowset.Row, java.util.List<mondrian.xmla.Rowset.Row>)</CODE></A>.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../mondrian/xmla/Rowset.XmlElement.html" title="class in mondrian.xmla">Rowset.XmlElement</A></B></TD><TD>Holder for non-scalar column values of a <A HREF="../../mondrian/xmla/Rowset.Row.html" title="class in mondrian.xmla"><CODE>Rowset.Row</CODE></A>.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../mondrian/xmla/RowsetDefinition.Column.html" title="class in mondrian.xmla">RowsetDefinition.Column</A></B></TD><TD>&nbsp;</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../mondrian/xmla/RowsetDefinition.DbschemaCatalogsRowset.html" title="class in mondrian.xmla">RowsetDefinition.DbschemaCatalogsRowset</A></B></TD><TD>&nbsp;</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../mondrian/xmla/RowsetDefinition.DbschemaColumnsRowset.html" title="class in mondrian.xmla">RowsetDefinition.DbschemaColumnsRowset</A></B></TD><TD>&nbsp;</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../mondrian/xmla/RowsetDefinition.DbschemaProviderTypesRowset.html" title="class in mondrian.xmla">RowsetDefinition.DbschemaProviderTypesRowset</A></B></TD><TD>&nbsp;</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../mondrian/xmla/RowsetDefinition.DbschemaSchemataRowset.html" title="class in mondrian.xmla">RowsetDefinition.DbschemaSchemataRowset</A></B></TD><TD>&nbsp;</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../mondrian/xmla/RowsetDefinition.DbschemaTablesInfoRowset.html" title="class in mondrian.xmla">RowsetDefinition.DbschemaTablesInfoRowset</A></B></TD><TD>&nbsp;</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../mondrian/xmla/RowsetDefinition.DbschemaTablesRowset.html" title="class in mondrian.xmla">RowsetDefinition.DbschemaTablesRowset</A></B></TD><TD>&nbsp;</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../mondrian/xmla/RowsetDefinition.DiscoverDatasourcesRowset.html" title="class in mondrian.xmla">RowsetDefinition.DiscoverDatasourcesRowset</A></B></TD><TD>&nbsp;</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../mondrian/xmla/RowsetDefinition.DiscoverEnumeratorsRowset.html" title="class in mondrian.xmla">RowsetDefinition.DiscoverEnumeratorsRowset</A></B></TD><TD>&nbsp;</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../mondrian/xmla/RowsetDefinition.DiscoverKeywordsRowset.html" title="class in mondrian.xmla">RowsetDefinition.DiscoverKeywordsRowset</A></B></TD><TD>&nbsp;</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../mondrian/xmla/RowsetDefinition.DiscoverLiteralsRowset.html" title="class in mondrian.xmla">RowsetDefinition.DiscoverLiteralsRowset</A></B></TD><TD>&nbsp;</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../mondrian/xmla/RowsetDefinition.DiscoverPropertiesRowset.html" title="class in mondrian.xmla">RowsetDefinition.DiscoverPropertiesRowset</A></B></TD><TD>&nbsp;</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../mondrian/xmla/RowsetDefinition.DiscoverSchemaRowsetsRowset.html" title="class in mondrian.xmla">RowsetDefinition.DiscoverSchemaRowsetsRowset</A></B></TD><TD>&nbsp;</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../mondrian/xmla/RowsetDefinition.MdschemaActionsRowset.html" title="class in mondrian.xmla">RowsetDefinition.MdschemaActionsRowset</A></B></TD><TD>&nbsp;</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../mondrian/xmla/RowsetDefinition.MdschemaCubesRowset.html" title="class in mondrian.xmla">RowsetDefinition.MdschemaCubesRowset</A></B></TD><TD>&nbsp;</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../mondrian/xmla/RowsetDefinition.MdschemaDimensionsRowset.html" title="class in mondrian.xmla">RowsetDefinition.MdschemaDimensionsRowset</A></B></TD><TD>&nbsp;</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../mondrian/xmla/RowsetDefinition.MdschemaFunctionsRowset.html" title="class in mondrian.xmla">RowsetDefinition.MdschemaFunctionsRowset</A></B></TD><TD>&nbsp;</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../mondrian/xmla/RowsetDefinition.MdschemaHierarchiesRowset.html" title="class in mondrian.xmla">RowsetDefinition.MdschemaHierarchiesRowset</A></B></TD><TD>&nbsp;</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../mondrian/xmla/RowsetDefinition.MdschemaLevelsRowset.html" title="class in mondrian.xmla">RowsetDefinition.MdschemaLevelsRowset</A></B></TD><TD>&nbsp;</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../mondrian/xmla/RowsetDefinition.MdschemaMeasuresRowset.html" title="class in mondrian.xmla">RowsetDefinition.MdschemaMeasuresRowset</A></B></TD><TD>&nbsp;</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../mondrian/xmla/RowsetDefinition.MdschemaMembersRowset.html" title="class in mondrian.xmla">RowsetDefinition.MdschemaMembersRowset</A></B></TD><TD>&nbsp;</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../mondrian/xmla/RowsetDefinition.MdschemaPropertiesRowset.html" title="class in mondrian.xmla">RowsetDefinition.MdschemaPropertiesRowset</A></B></TD><TD>&nbsp;</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../mondrian/xmla/RowsetDefinition.MdschemaSetsRowset.html" title="class in mondrian.xmla">RowsetDefinition.MdschemaSetsRowset</A></B></TD><TD>&nbsp;</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../mondrian/xmla/XmlaBaseTestCase.html" title="class in mondrian.xmla">XmlaBaseTestCase</A></B></TD><TD>Extends FoodMartTestCase, adding support for testing XMLA specific functionality, for example LAST_SCHEMA_UPDATE</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../mondrian/xmla/XmlaBaseTestCase.CallBack.html" title="class in mondrian.xmla">XmlaBaseTestCase.CallBack</A></B></TD><TD>&nbsp;</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../mondrian/xmla/XmlaBasicTest.html" title="class in mondrian.xmla">XmlaBasicTest</A></B></TD><TD>Test XML/A functionality.</TD>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?