Package net.sf.jasperreports.olap
Class JRMondrianDataSource
- java.lang.Object
-
- net.sf.jasperreports.olap.JROlapDataSource
-
- net.sf.jasperreports.olap.JRMondrianDataSource
-
- All Implemented Interfaces:
JRDataSource
,MappingMetadata
public class JRMondrianDataSource extends JROlapDataSource
- Author:
- Lucian Chirita (lucianc@users.sourceforge.net)
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class net.sf.jasperreports.olap.JROlapDataSource
JROlapDataSource.DataFieldMatcher, JROlapDataSource.FieldMatcher, JROlapDataSource.MemberFieldMatcher
-
-
Field Summary
Fields Modifier and Type Field Description protected mondrian.olap.Result
result
-
Fields inherited from class net.sf.jasperreports.olap.JROlapDataSource
axes, axisPositions, dataField, EXCEPTION_MESSAGE_KEY_OLAP_AXIS_NOT_FOUND_IN_RESULT, EXCEPTION_MESSAGE_KEY_OLAP_CANNOT_CONVERT_FIELD_TYPE, EXCEPTION_MESSAGE_KEY_OLAP_CANNOT_CONVERT_STRING_VALUE_TYPE, EXCEPTION_MESSAGE_KEY_OLAP_DIMENSION_NOT_FOUND, EXCEPTION_MESSAGE_KEY_OLAP_FIELD_VALUE_NOT_RETRIEVED, EXCEPTION_MESSAGE_KEY_OLAP_INTERNAL_ERROR, EXCEPTION_MESSAGE_KEY_OLAP_INVALID_FIELD_MAPPING, EXCEPTION_MESSAGE_KEY_OLAP_LEVEL_NOT_FOUND, EXCEPTION_MESSAGE_KEY_OLAP_MISSING_FIELD_MAPPING, EXCEPTION_MESSAGE_KEY_OLAP_TUPLE_NOT_FOUND, fieldMatchers, fieldsMaxDepths, fieldValues, first, hierarchiesCount, iterate, iteratePositions, maxDepths, olapResult, PROPERTY_FIELD_MAPPING, queryHierarchies
-
-
Constructor Summary
Constructors Constructor Description JRMondrianDataSource(JRDataset dataset, mondrian.olap.Result result)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description JRMondrianResult
getOlapResult()
-
Methods inherited from class net.sf.jasperreports.olap.JROlapDataSource
getDimensionIndex, getFieldMapping, getFieldValue, getLevelDepth, getTuplePosition, matchesDimensionName, next, nextPositions, processMemberInfo, setMatchMemberDepth
-
-
-
-
Constructor Detail
-
JRMondrianDataSource
public JRMondrianDataSource(JRDataset dataset, mondrian.olap.Result result)
-
-
Method Detail
-
getOlapResult
public JRMondrianResult getOlapResult()
- Overrides:
getOlapResult
in classJROlapDataSource
-
-