Uses of Interface
com.appliedolap.essbase.EssApplication
Packages that use EssApplication
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 EssApplication in com.appliedolap.essbase
Methods in com.appliedolap.essbase that return EssApplicationModifier and TypeMethodDescriptionEssApplicationConfiguration.getApplication()Gets the application that this configuration item is associated with.EssApplicationVariable.getApplication()Gets the owning application for this variable.EssCube.getApplication()Gets the parent application of this cube.Methods in com.appliedolap.essbase that return types with arguments of type EssApplicationModifier and TypeMethodDescriptionEssServer.getApplications()Fetch the list of applications available on the server for the currently connected user. -
Uses of EssApplication in com.appliedolap.essbase.impl
Classes in com.appliedolap.essbase.impl that implement EssApplicationModifier and TypeClassDescriptionclassRepresents an Essbase application object.Methods in com.appliedolap.essbase.impl that return EssApplicationModifier and TypeMethodDescriptionEssApplicationConfigurationImpl.getApplication()EssApplicationVariableImpl.getApplication()EssCubeImpl.getApplication()Methods in com.appliedolap.essbase.impl that return types with arguments of type EssApplicationConstructors in com.appliedolap.essbase.impl with parameters of type EssApplicationModifierConstructorDescriptionEssCubeImpl(ApiContext api, EssApplication application, com.appliedolap.essbase.client.model.Cube cube) EssDimensionImpl(ApiContext api, EssApplication application, EssCube cube, com.appliedolap.essbase.client.model.DimensionBean dimensionBean)