A B C D E F G H I L M N O P Q R S T U V W X

C

canBeModified() - Method in class org.palo.api.impl.ConnectionImpl
 
canBeModified() - Method in class org.palo.api.impl.HierarchyImpl
 
canBeModified() - Method in class org.palo.api.impl.Property2Impl
 
canBeModified() - Method in interface org.palo.api.Writable
Deprecated. Returns true if this object can be modified (renamed, deleted, ...), false otherwise.
canCreateChildren() - Method in class org.palo.api.impl.ConnectionImpl
 
canCreateChildren() - Method in class org.palo.api.impl.HierarchyImpl
 
canCreateChildren() - Method in class org.palo.api.impl.Property2Impl
 
canCreateChildren() - Method in interface org.palo.api.Writable
Deprecated. Returns true if this object can create child objects, false otherwise.
canRead(int) - Method in class org.palo.api.subsets.impl.SubsetHandlerImpl
 
canRead(int) - Method in class org.palo.api.subsets.io.SubsetIOHandler
 
canRead(int) - Method in interface org.palo.api.subsets.SubsetHandler
Checks if the user is allowed to read subsets of given type
canRead(int) - Method in interface org.palo.api.subsets.SubsetStorageHandler
Checks if current user is allowed to read any Subset2s of given type.
canWrite(int) - Method in class org.palo.api.subsets.impl.SubsetHandlerImpl
 
canWrite(int) - Method in class org.palo.api.subsets.io.SubsetIOHandler
 
canWrite(int) - Method in interface org.palo.api.subsets.SubsetHandler
Checks if the user is allowed to write subsets of given type
canWrite(int) - Method in interface org.palo.api.subsets.SubsetStorageHandler
Checks if current user is allowed to write any Subset2s of given type.
Cell - Interface in org.palo.api
This interface describes a Cell within a palo cube.
characters(char[], int, int) - Method in class org.palo.api.subsets.io.xml.SubsetXMLHandler
 
clear() - Method in interface org.palo.api.Cube
Clears the complete cube, i.e. all its cells are cleared
clear(Element[][]) - Method in interface org.palo.api.Cube
Clears the cube data specified by the given area.
clear() - Method in class org.palo.api.impl.utils.ArrayListInt
Removes all elements from the arraylist.
clear() - Method in class org.palo.api.subsets.filter.settings.AttributeConstraintsMatrix
Clears the complete filter matrix.
clearChildren() - Method in class org.palo.api.impl.Property2Impl
 
clearChildren() - Method in interface org.palo.api.Property2
Clears all children of this property.
clearSlice() - Method in class org.palo.api.subsets.filter.settings.DataFilterSetting
 
clone() - Method in class org.palo.api.impl.utils.ArrayListInt
Makes a shallow copy of arraylist.
ColorDescriptor - Class in org.palo.api.ext.ui
A ColorDescriptor is a platform-independent color description
ColorDescriptor(int, int, int) - Constructor for class org.palo.api.ext.ui.ColorDescriptor
Creates a new ColorDescriptor instance with the given color parts values
commitLog() - Method in interface org.palo.api.Cube
Commits all setdata operations (logged in .cube.log) to the cube data file (.cube.data).
CompoundKey - Class in org.palo.api.impl
CompoundKey
CompoundKey(Object[]) - Constructor for class org.palo.api.impl.CompoundKey
 
Condition - Interface in org.palo.api
This interface represents an export condition used for the ExportContext
Connection - Interface in org.palo.api
Connection Instances of this class represent a session/connection with a PALO server.
CONNECTION_EVENT_ATTRIBUTES_ADDED - Static variable in class org.palo.api.ConnectionEvent
Signals adding of attributes.
CONNECTION_EVENT_ATTRIBUTES_CHANGED - Static variable in class org.palo.api.ConnectionEvent
Signals changing of attributes.
CONNECTION_EVENT_ATTRIBUTES_REMOVED - Static variable in class org.palo.api.ConnectionEvent
Signals removing of attributes.
CONNECTION_EVENT_CONSOLIDATIONS_ADDED - Static variable in class org.palo.api.ConnectionEvent
Signals adding of consolidations.
CONNECTION_EVENT_CONSOLIDATIONS_REMOVED - Static variable in class org.palo.api.ConnectionEvent
Signals removing of consolidations.
CONNECTION_EVENT_CUBES_ADDED - Static variable in class org.palo.api.ConnectionEvent
Signals adding of cubes.
CONNECTION_EVENT_CUBES_REMOVED - Static variable in class org.palo.api.ConnectionEvent
Signals removing of cubes.
CONNECTION_EVENT_CUBES_RENAMED - Static variable in class org.palo.api.ConnectionEvent
Signals renaming of cubes.
CONNECTION_EVENT_DATABASES_ADDED - Static variable in class org.palo.api.ConnectionEvent
Signals adding of databases.
CONNECTION_EVENT_DATABASES_REMOVED - Static variable in class org.palo.api.ConnectionEvent
Signals removing of databases.
CONNECTION_EVENT_DIMENSIONS_ADDED - Static variable in class org.palo.api.ConnectionEvent
Signals adding of dimensions.
CONNECTION_EVENT_DIMENSIONS_REMOVED - Static variable in class org.palo.api.ConnectionEvent
Signals removing of dimensions.
CONNECTION_EVENT_DIMENSIONS_RENAMED - Static variable in class org.palo.api.ConnectionEvent
Signals renaming of dimensions.
CONNECTION_EVENT_ELEMENTS_ADDED - Static variable in class org.palo.api.ConnectionEvent
Signals adding of elements.
CONNECTION_EVENT_ELEMENTS_REMOVED - Static variable in class org.palo.api.ConnectionEvent
Signals removing of elements.
CONNECTION_EVENT_ELEMENTS_RENAMED - Static variable in class org.palo.api.ConnectionEvent
Signals renaming of elements.
CONNECTION_EVENT_ELEMENTS_TYPE_CHANGED - Static variable in class org.palo.api.ConnectionEvent
Signals changing of elements types.
CONNECTION_EVENT_RULES_ADDED - Static variable in class org.palo.api.ConnectionEvent
 
CONNECTION_EVENT_RULES_CHANGED - Static variable in class org.palo.api.ConnectionEvent
 
CONNECTION_EVENT_RULES_REMOVED - Static variable in class org.palo.api.ConnectionEvent
 
CONNECTION_EVENT_SERVER_DOWN - Static variable in class org.palo.api.ConnectionEvent
Signals that the palo server is currently not available.
CONNECTION_EVENT_SERVER_STRUCTURE_CHANGED - Static variable in class org.palo.api.ConnectionEvent
Signals a structural change within the palo server which is raised by an external application.
connectionChanged(ConnectionEvent) - Method in interface org.palo.api.ConnectionListener
Invoked when the connection was changed.
ConnectionConfiguration - Class in org.palo.api
ConnectionConfiguration A simple data class for holding connection concerned settings.
ConnectionConfiguration(String, String) - Constructor for class org.palo.api.ConnectionConfiguration
Create a new ConnectionConfiguration instance with the specified host name and port number.
ConnectionContext - Interface in org.palo.api
ConnectionContext The context provides methods to access additional information about the currently used connection.
ConnectionEvent - Class in org.palo.api
ConnectionEvent Every action which alters the data of the palo server triggers an event.
ConnectionEvent(Connection, Object, int, Object[]) - Constructor for class org.palo.api.ConnectionEvent
Constructs a new ConnectionEvent with the given properties.
ConnectionFactory - Class in org.palo.api
ConnectionFactory An instance of ConnectionFactory is obtained with the ConnectionFactory.getInstance() method.
ConnectionFactory() - Constructor for class org.palo.api.ConnectionFactory
 
ConnectionFactoryImpl - Class in org.palo.api.impl
ConnectionFactoryImpl
ConnectionFactoryImpl() - Constructor for class org.palo.api.impl.ConnectionFactoryImpl
 
ConnectionImpl - Class in org.palo.api.impl
TODO DOCUMENT ME
ConnectionListener - Interface in org.palo.api
ConnectionListener This interface specifies the methods a ConnectionListener instance must provide.
Consolidation - Interface in org.palo.api
Consolidation.
contains(int) - Method in class org.palo.api.impl.utils.ArrayListInt
Checks whether an element is contained in the arraylist.
contains(Element) - Method in interface org.palo.api.subsets.Subset2
Checks if the given Element is inside this subset or not.
contains(Dimension) - Method in class org.palo.api.utils.ElementPath
Checks if the given Dimension is part of this element paths.
contains(Hierarchy) - Method in class org.palo.api.utils.ElementPath
 
containsPath(Element, String) - Method in interface org.palo.api.SubsetState
Deprecated. Checks if this SubsetState contains the specified path for the given Element
convert(Subset[], int, boolean) - Method in class org.palo.api.subsets.io.SubsetIOHandler
 
convert(Subset[], int, boolean) - Method in interface org.palo.api.subsets.SubsetStorageHandler
Tries to convert the given legacy subsets into new Subset2s of given type.
copy() - Method in class org.palo.api.subsets.filter.AliasFilter
 
copy() - Method in class org.palo.api.subsets.filter.AttributeFilter
 
copy() - Method in class org.palo.api.subsets.filter.DataFilter
 
copy() - Method in class org.palo.api.subsets.filter.HierarchicalFilter
 
copy() - Method in class org.palo.api.subsets.filter.PicklistFilter
 
copy() - Method in class org.palo.api.subsets.filter.SortingFilter
 
copy() - Method in class org.palo.api.subsets.filter.TextFilter
 
copy() - Method in interface org.palo.api.subsets.Subset2
Creates a deep copy of this subset.
copy() - Method in interface org.palo.api.subsets.SubsetFilter
Creates a deep copy of this subset filter
copy() - Method in class org.palo.api.utils.ElementPath
Returns a copy of this element path instance
create(String) - Method in class org.palo.api.ext.subsets.impl.SubsetStateHandlerFactory
 
create(SubsetStateHandler) - Method in class org.palo.api.ext.subsets.impl.SubsetStateHandlerFactory
 
create(String, String, Hierarchy, int) - Method in class org.palo.api.subsets.impl.SubsetHandlerImpl
- API INTERNAL -
createBookmarkCubeInExistingDatabase(Database) - Method in class org.palo.api.ext.favoriteviews.impl.FavoriteViewModel
If a connection is found that _does_ have an AdvancedSystem database but which does not include the bookmarks cube, this method creates the new bookmarks cube.
createBookmarkCubeInNewDatabase(Connection) - Method in class org.palo.api.ext.favoriteviews.impl.FavoriteViewModel
If a connection is found that does not (yet) have an AdvancedSystem database, the database is created in this method, then dimensions (#user and #bookmarkedViews) are added along with the entries (the current user name and "Bookmarks").
createCondition(String, double) - Method in interface org.palo.api.ExportContext
Creates a new Condition used for filtering export data.
createCondition(String, String) - Method in interface org.palo.api.ExportContext
Creates a new Condition used for filtering export data.
createDimensionFilter(Dimension) - Method in interface org.palo.api.ext.subsets.SubsetStateHandler
Deprecated. Creates a DimensionFilter to determine the visible elements for the currently used Subset and SubsetState
createFavoriteView(String, CubeView) - Method in class org.palo.api.ext.favoriteviews.FavoriteViewFactory
Creates a new FavoriteView with a name and an attached cube view.
createFavoriteView(String, CubeView, int) - Method in class org.palo.api.ext.favoriteviews.FavoriteViewFactory
Creates a new FavoriteView with a name, an attached cube view, and a position.
createFavoriteView(String, CubeView) - Method in class org.palo.api.ext.favoriteviews.impl.FavoriteViewFactoryImpl
Creates a new favorite view with a default position (0).
createFavoriteView(String, CubeView, int) - Method in class org.palo.api.ext.favoriteviews.impl.FavoriteViewFactoryImpl
Creates a new favorite view.
createFilter(Dimension) - Method in interface org.palo.api.subsets.io.xml.SubsetFilterHandler
Creates a new SubsetFilter for the given dimension
createFolder(String, Connection) - Method in class org.palo.api.ext.favoriteviews.FavoriteViewFactory
Creates a new FavoriteViewsFolder with the specified name and connection.
createFolder(String, Connection, int) - Method in class org.palo.api.ext.favoriteviews.FavoriteViewFactory
Creates a new FavoriteViewsFolder with the specified name and connection.
createFolder(String, Connection) - Method in class org.palo.api.ext.favoriteviews.impl.FavoriteViewFactoryImpl
Creates a new favorite views folder with a default position (0).
createFolder(String, Connection, int) - Method in class org.palo.api.ext.favoriteviews.impl.FavoriteViewFactoryImpl
Creates a new favorite views folder.
createHierarchyFilter(Hierarchy) - Method in interface org.palo.api.ext.subsets.SubsetStateHandler
Deprecated. Creates a HierarchyFilter to determine the visible elements for the currently used Subset and SubsetState
createState() - Method in class org.palo.api.impl.subsets.SubsetStateBuilder
 
Cube - Interface in org.palo.api
Cube A Cube instance corresponds to a PALO cube.
CUBE_GROUP_CUBE_DATA - Static variable in class org.palo.api.impl.RightsImpl
 
CUBE_GROUP_DIMENSION_DATA - Static variable in class org.palo.api.impl.RightsImpl
 
CUBE_GROUP_ROLE - Static variable in class org.palo.api.impl.RightsImpl
 
CUBE_ROLE_RIGHT_OBJECT - Static variable in class org.palo.api.impl.RightsImpl
 
CUBE_SUBSET_GLOBAL - Static variable in class org.palo.api.impl.RightsImpl
 
CUBE_USER_GROUP - Static variable in class org.palo.api.impl.RightsImpl
Cube with the user and the group dimensions. use this to add users to groups or to check if the user belongs to a special group (cell value should be 1 to indicate OK, everything else is interpreted as false)
CUBE_USER_USER_PROPERTIES - Static variable in class org.palo.api.impl.RightsImpl
cube with the user and the user_properties dimensions. use this to set and read user password
CUBE_VIEW_GLOBAL - Static variable in class org.palo.api.impl.RightsImpl
 
CUBEEXTENDEDTYPE_REGULAR - Static variable in interface org.palo.api.Cube
Constants for cube-type
CUBEEXTENDEDTYPE_VIRTUAL - Static variable in interface org.palo.api.Cube
Constants for cube-type
CubeView - Interface in org.palo.api
A CubeView reflects a certain state of its corresponding palo cube.
CubeViewManager - Class in org.palo.api.impl.views
The CubeViewManager encapsulates cube view access, especially the loading and saving of cube views.

A B C D E F G H I L M N O P Q R S T U V W X