Uses of Package
com.appliedolap.essbase
Packages that use com.appliedolap.essbase
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.-
Classes in com.appliedolap.essbase used by com.appliedolap.essbaseClassDescriptionServes as a holder for all the various API interfaces.The server's own machine-readable description of its REST API - what its Swagger UI renders.An enumeration for the different application states.How a client proves who it is to Essbase.A live, navigable ad hoc grid on a cube - the REST analog of the Java API's
IEssCubeView.A coarse classification of a cell as either a data position or a member/label.Ad hoc display/navigation preferences, mirroring the classic "Essbase Options" dialog to the extent the REST wire format supports.How indented member rows/columns are, mirroring the classic ad hoc "Indentation" setting.A member to place at a specific grid position, replacing whichever member currently occupies that spot on its row or column axis tier.The server's zoom-in behavior when a plainEssCubeView.zoomIn(int, int)is used (no explicit member set).The drill-through report typeKnown job types.Models the status of a job.Object types for the Essbase REST API.A cube type, despite the name.Models variable scope. -
Classes in com.appliedolap.essbase used by com.appliedolap.essbase.exceptionsClassDescriptionA general, unchecked exception that we can be used to wrap the
ApiExceptionchecked exceptions that are all over the generated client code.Object types for the Essbase REST API. -
Classes in com.appliedolap.essbase used by com.appliedolap.essbase.implClassDescriptionParent class for all objects in this library's object hierarchy.Serves as a holder for all the various API interfaces.The server's own machine-readable description of its REST API - what its Swagger UI renders.An enumeration for the different application states.How a client proves who it is to Essbase.A live, navigable ad hoc grid on a cube - the REST analog of the Java API's
IEssCubeView.A coarse classification of a cell as either a data position or a member/label.Ad hoc display/navigation preferences, mirroring the classic "Essbase Options" dialog to the extent the REST wire format supports.A member to place at a specific grid position, replacing whichever member currently occupies that spot on its row or column axis tier.The drill-through report typeKnown job types.Models the status of a job.Object types for the Essbase REST API.A cube type, despite the name.Models variable scope.