Uses of Interface
mondrian.olap.Annotation
-
Packages that use Annotation Package Description mondrian.olap Mondrian's core package, this defines connections and the catalog metamodel, and allows you to execute queries.mondrian.rolap Implements the data access layer for the olap package. -
-
Uses of Annotation in mondrian.olap
Methods in mondrian.olap that return types with arguments of type Annotation Modifier and Type Method Description Map<String,Annotation>
Annotated. getAnnotationMap()
Returns a list of annotations.Map<String,Annotation>
Query.ScopedNamedSet. getAnnotationMap()
Map<String,Annotation>
SetBase. getAnnotationMap()
Method parameters in mondrian.olap with type arguments of type Annotation Modifier and Type Method Description void
SetBase. setAnnotationMap(Map<String,Annotation> annotationMap)
-
Uses of Annotation in mondrian.rolap
Methods in mondrian.rolap that return types with arguments of type Annotation Modifier and Type Method Description static Map<String,Annotation>
RolapHierarchy. createAnnotationMap(MondrianDef.Annotations annotations)
Map<String,Annotation>
DelegatingRolapMember. getAnnotationMap()
Map<String,Annotation>
RolapBaseCubeMeasure. getAnnotationMap()
Map<String,Annotation>
RolapCalculatedMember. getAnnotationMap()
Map<String,Annotation>
RolapCube. getAnnotationMap()
Map<String,Annotation>
RolapHierarchy. getAnnotationMap()
Map<String,Annotation>
RolapLevel. getAnnotationMap()
Map<String,Annotation>
RolapMemberBase. getAnnotationMap()
Map<String,Annotation>
RolapSchema. getAnnotationMap()
Map<String,Annotation>
RolapVirtualCubeMeasure. getAnnotationMap()
Constructor parameters in mondrian.rolap with type arguments of type Annotation Constructor Description RolapVirtualCubeMeasure(RolapMember parentMember, RolapLevel level, RolapStoredMeasure cubeMeasure, Map<String,Annotation> annotationMap)
-