Uses of Interface
com.appliedolap.essbase.EssServer
Packages that use EssServer
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 EssServer in com.appliedolap.essbase
Methods in com.appliedolap.essbase that return EssServerModifier and TypeMethodDescriptionEssApplication.getServer()Get the server that contains this application.EssFile.getServer()Returns the owning Essbase server instance for this file.EssGroup.getServer()EssJob.getServer()Gets the owning server for this job.EssUser.getServer()Get the owning server of this user. -
Uses of EssServer in com.appliedolap.essbase.impl
Classes in com.appliedolap.essbase.impl that implement EssServerMethods in com.appliedolap.essbase.impl that return EssServerModifier and TypeMethodDescriptionEssApplicationImpl.getServer()EssFileImpl.getServer()EssGroupImpl.getServer()EssJobImpl.getServer()EssUserImpl.getServer()Constructors in com.appliedolap.essbase.impl with parameters of type EssServerModifierConstructorDescriptionEssApplicationImpl(ApiContext api, EssServer server, com.appliedolap.essbase.client.model.Application application) EssDataSourceImpl(ApiContext api, EssServer server, com.appliedolap.essbase.client.model.Datasource datasource) EssFileImpl(ApiContext api, EssServer server, String name, String fullPath) EssFolderImpl(ApiContext api, EssServer server, String name, String fullPath) EssGroupImpl(ApiContext api, EssServer server, com.appliedolap.essbase.client.model.GroupBean groupBean) EssJobImpl(ApiContext api, EssServer server, com.appliedolap.essbase.client.model.JobRecordBean jobRecord) EssURLImpl(ApiContext api, EssServer server, com.appliedolap.essbase.client.model.EssbaseURL essbaseURL)