Uses of Interface
com.appliedolap.essbase.EssCube
Packages that use EssCube
Package
Description
The classes in this package model client API that works with the Essbase REST API.
Implementations of the public API interfaces declared in
com.appliedolap.essbase, backed
by the generated REST client in com.appliedolap.essbase.client.-
Uses of EssCube in com.appliedolap.essbase
Methods in com.appliedolap.essbase that return EssCubeModifier and TypeMethodDescriptionGets a cube with the given name.EssCubeVariable.getCube()EssDrillthrough.getCube()Returns the cube that owns this drill-through object.EssOutline.getCube()Gets the owning cube of this outline.EssScenario.getCube()Methods in com.appliedolap.essbase that return types with arguments of type EssCube -
Uses of EssCube in com.appliedolap.essbase.impl
Classes in com.appliedolap.essbase.impl that implement EssCubeMethods in com.appliedolap.essbase.impl that return EssCubeModifier and TypeMethodDescriptionEssCubeVariableImpl.getCube()EssDrillthroughImpl.getCube()EssOutlineImpl.getCube()EssScenarioImpl.getCube()Methods in com.appliedolap.essbase.impl that return types with arguments of type EssCubeConstructors in com.appliedolap.essbase.impl with parameters of type EssCubeModifierConstructorDescriptionEssDimensionImpl(ApiContext api, EssApplication application, EssCube cube, com.appliedolap.essbase.client.model.DimensionBean dimensionBean) EssDrillthroughImpl(ApiContext api, EssCube cube, com.appliedolap.essbase.client.model.ReportBean reportBean)