Package org.palo.api

Interface Summary
Attribute Atributes are used to provide extra informations for an Element of a Dimension.
Axis An Axis holds several cube Dimensions and manages their current state.
Cell This interface describes a Cell within a palo cube.
Condition This interface represents an export condition used for the ExportContext
Connection Connection Instances of this class represent a session/connection with a PALO server.
ConnectionContext ConnectionContext The context provides methods to access additional information about the currently used connection.
ConnectionListener ConnectionListener This interface specifies the methods a ConnectionListener instance must provide.
Consolidation Consolidation.
Cube Cube A Cube instance corresponds to a PALO cube.
CubeView A CubeView reflects a certain state of its corresponding palo cube.
Database Database Instances of this class represent a database on a PALO server.
Dimension Dimension.
DimensionFilter Deprecated. use HierarchyFilter instead.
Element Element.
ElementNodeVisitor ElementNodeVisitor Interface methods for an ElementNodeVisitor.
ExportContext The interface ExportContext defines the export scope and filtering used during the data export process.
ExportDataset ExportDataset Allows to get access to data export results Instances of that class are received by org.palo.api.Cube#getDataExport() calls.
Hierarchy Hierarchy A hierarchy organizes dimensions with different element consolidations in a cube.
HierarchyFilter A HierarchyFilter is used to decide which Elements of a base Hierarchy are visible in its associated virtual hierarchy.
Lock Deprecated. PLEASE DON'T USE!
MyTest.ElementVisitor  
NamedEntity NamedEntity, defines an interface for domain objects that support the notion of a name.
PaloConstants PaloConstants defines some general constants
PaloObject PaloObject A palo object extends the NamedEntity interface by adding an identifier to it.
Property2 Propery2 Property2 objects can be added to PaloObjects in order to attribute additional information to them.
Rights Deprecated. Do not use, subject to change.
Rule The Rule interface represents an enterprise rule definition for a palo Cube.
ServerInfo ServerInfo This object provides information about the currently used server.
Subset Deprecated. this subset definition is no longer supported.
SubsetState Deprecated. old subset definitions are no longer supported.
VirtualCubeDefinition Deprecated. please use CubeViews and Axiss to persist a certain cube state
VirtualDimensionDefinition Deprecated. please use CubeViews and Axiss to persist a certain cube state
VirtualObject Deprecated. Please do not use!!
Writable Deprecated. subject to change, please do not use.
 

Class Summary
ConnectionConfiguration ConnectionConfiguration A simple data class for holding connection concerned settings.
ConnectionEvent ConnectionEvent Every action which alters the data of the palo server triggers an event.
ConnectionFactory ConnectionFactory An instance of ConnectionFactory is obtained with the ConnectionFactory.getInstance() method.
DefaultVirtualCubeDefinition Deprecated. please use CubeViews and Axiss to persist a certain cube state
DefaultVirtualDimensionDefinition DefaultVirtualDimensionDefinition.
ElementNode ElementNode ElementNodes are used to construct a tree of consolidations for a given dimension.
MyTest  
Property Deprecated. Use Property2 instead.
Property2Factory The Property2Factory class can be used to easily create new Property2 objects.
 

Exception Summary
PaloAPIException PaloException All operations of the PALO-API in this package potentially throw this exception or other runtime exceptions.