Package com.appliedolap.essbase.impl
package com.appliedolap.essbase.impl
Implementations of the public API interfaces declared in
com.appliedolap.essbase, backed
by the generated REST client in com.appliedolap.essbase.client.
Every public interface (e.g. EssServer,
EssCube) has exactly one implementation here, named by
appending Impl (e.g. EssServerImpl,
EssCubeImpl). Callers should generally program against the
interfaces in com.appliedolap.essbase; the classes in this package are the concrete
entry points (EssServerImpl's constructor is where a client
program starts) and the parent/child relationships every object in the object graph maintains.
-
ClassesClassDescriptionHTTP Basic on every request, never establishing a session.An OAuth-style bearer token.Represents a configuration item (basically speaking, a key/value pair) on an application.Represents an Essbase application object.Represents a variable that is associated with a particular application.Represents an Essbase cube on the server.A variable that is specific to a particular cube.A 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.A special type of member that represents a dimension.Represents a drill-through report on a given cube.Options for drill-through report execution.A file or folder in the Essbase server file hierarchy.Represents a folder in the remote Essbase server pseudo-filesystem.Special Type of Member that represents a GenerationRepresents a server job, which is any number of different types of actions that have been performed on the server, such as a dimension build, data load, and others.Special Type of Member that represents a LevelA member in an Essbase cube.Models the outline for a particular cube.Models a particular scenario in a scenarios-enabled Essbase cube.Represents a script object (calc, report, etc.) on Essbase cube/application.Server connection.The about information of this server.Database creation options.Models a session (connection) on the server.Models a URL object that can be returned from the URLs endpoint.A user entry on the server.Represents one of the downloadable utilities on the Essbase server.A variable on the Essbase server.Username and password until the server hands back a session, then the session from then on.An already-established session, presented as cookies.