Uses of Interface
mondrian.olap.Annotation
Packages that use Annotation
Package
Description
Mondrian's core package, this defines connections and the catalog metamodel,
and allows you to execute queries.
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 AnnotationModifier and TypeMethodDescriptionAnnotated.getAnnotationMap()
Returns a list of annotations.Query.ScopedNamedSet.getAnnotationMap()
SetBase.getAnnotationMap()
Method parameters in mondrian.olap with type arguments of type AnnotationModifier and TypeMethodDescriptionvoid
SetBase.setAnnotationMap
(Map<String, Annotation> annotationMap) -
Uses of Annotation in mondrian.rolap
Methods in mondrian.rolap that return types with arguments of type AnnotationModifier and TypeMethodDescriptionstatic Map<String,
Annotation> RolapHierarchy.createAnnotationMap
(MondrianDef.Annotations annotations) DelegatingRolapMember.getAnnotationMap()
RolapBaseCubeMeasure.getAnnotationMap()
RolapCalculatedMember.getAnnotationMap()
RolapCube.getAnnotationMap()
RolapHierarchy.getAnnotationMap()
RolapLevel.getAnnotationMap()
RolapMemberBase.getAnnotationMap()
RolapSchema.getAnnotationMap()
RolapVirtualCubeMeasure.getAnnotationMap()
Constructor parameters in mondrian.rolap with type arguments of type AnnotationModifierConstructorDescriptionRolapVirtualCubeMeasure
(RolapMember parentMember, RolapLevel level, RolapStoredMeasure cubeMeasure, Map<String, Annotation> annotationMap)