Uses of Interface
com.appliedolap.essbase.EssDrillthrough
Packages that use EssDrillthrough
Package
Description
The classes in this package model client API that works with the Essbase REST API.
Specific
EssApiException subtypes for error conditions callers
may want to catch and handle individually, rather than the generic base exception every other
API failure surfaces as.Implementations of the public API interfaces declared in
com.appliedolap.essbase, backed
by the generated REST client in com.appliedolap.essbase.client.-
Uses of EssDrillthrough in com.appliedolap.essbase
Methods in com.appliedolap.essbase that return EssDrillthroughModifier and TypeMethodDescriptionEssCube.createDrillthroughURL(String urlName, String urlLink, List<String> drillRegions) Creates a URL-type drill-through on the cube,EssCube.getDrillthrough(String drillthroughName) Gets a drill-through report with a specific name.Methods in com.appliedolap.essbase that return types with arguments of type EssDrillthroughModifier and TypeMethodDescriptionEssCube.getDrillthroughs()Get list of drill-through reports on the cube. -
Uses of EssDrillthrough in com.appliedolap.essbase.exceptions
Constructors in com.appliedolap.essbase.exceptions with parameters of type EssDrillthroughModifierConstructorDescriptionDrillthroughColumnMismatchException(EssDrillthrough drillthrough, String missingColummMapping, String missingDimension) -
Uses of EssDrillthrough in com.appliedolap.essbase.impl
Classes in com.appliedolap.essbase.impl that implement EssDrillthroughModifier and TypeClassDescriptionclassRepresents a drill-through report on a given cube.Methods in com.appliedolap.essbase.impl that return EssDrillthroughModifier and TypeMethodDescriptionEssCubeImpl.createDrillthroughURL(String urlName, String urlLink, List<String> drillRegions) EssCubeImpl.getDrillthrough(String drillthroughName) Methods in com.appliedolap.essbase.impl that return types with arguments of type EssDrillthrough