Uses of Interface
com.appliedolap.essbase.EssDataSource
Packages that use EssDataSource
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 EssDataSource in com.appliedolap.essbase
Methods in com.appliedolap.essbase that return EssDataSourceModifier and TypeMethodDescriptionEssServer.getDataSource(String dataSourceName) Get the data source with the given name.Methods in com.appliedolap.essbase that return types with arguments of type EssDataSourceModifier and TypeMethodDescriptionEssServer.getDataSources()Get the list of global data sources defined on the server. -
Uses of EssDataSource in com.appliedolap.essbase.impl
Classes in com.appliedolap.essbase.impl that implement EssDataSourceModifier and TypeClassDescriptionclassA data source object on the Essbase server, which seems to be a general abstraction for a tabular data source, such as a SQL table, MDX result set, CSV file, and others.Methods in com.appliedolap.essbase.impl that return EssDataSourceMethods in com.appliedolap.essbase.impl that return types with arguments of type EssDataSource