Uses of Interface
com.appliedolap.essbase.EssCubeView
Packages that use EssCubeView
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 EssCubeView in com.appliedolap.essbase
Methods in com.appliedolap.essbase that return EssCubeViewModifier and TypeMethodDescriptionEssCube.openCubeView()Opens a live, ad hoc grid view on this cube using its default layout - the REST analog of the Java API'sIEssCube.openCubeView.EssCube.openCubeView(String layoutName) Opens a live, ad hoc grid view on this cube using a specific saved layout by name, rather than whatever is currently saved as "Default". -
Uses of EssCubeView in com.appliedolap.essbase.impl
Classes in com.appliedolap.essbase.impl that implement EssCubeViewMethods in com.appliedolap.essbase.impl that return EssCubeViewModifier and TypeMethodDescriptionEssCubeImpl.openCubeView()EssCubeImpl.openCubeView(String layoutName)