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

I

ID - Static variable in class org.palo.api.ext.subsets.states.FlatState
 
ID - Static variable in class org.palo.api.ext.subsets.states.HierarchicalState
 
ID - Static variable in class org.palo.api.ext.subsets.states.RegExState
 
ignoreEmptyCells() - Method in interface org.palo.api.ExportContext
Return the ignore empty cells flag.
indexOf(int) - Method in class org.palo.api.impl.utils.ArrayListInt
Forward search for an element in the arraylist starting at index 0.
indexOfChild(FavoriteViewTreeNode) - Method in class org.palo.api.ext.favoriteviews.FavoriteViewTreeNode
Returns the index of the specified child or -1 if it is not a child of this node.
init(Dimension) - Method in interface org.palo.api.DimensionFilter
Deprecated. Inits the filter and passes a reference to the virtual dimension owning the filter.
init(Hierarchy) - Method in interface org.palo.api.HierarchyFilter
Inits the filter and passes a reference to the virtual hierarchy owning the filter.
init(Database) - Method in class org.palo.api.impl.views.CubeViewManager
 
initialize() - Method in class org.palo.api.subsets.filter.AliasFilter
 
initialize() - Method in class org.palo.api.subsets.filter.AttributeFilter
 
initialize() - Method in class org.palo.api.subsets.filter.DataFilter
 
initialize() - Method in class org.palo.api.subsets.filter.HierarchicalFilter
 
initialize() - Method in class org.palo.api.subsets.filter.PicklistFilter
 
initialize() - Method in class org.palo.api.subsets.filter.SortingFilter
 
initialize() - Method in class org.palo.api.subsets.filter.TextFilter
 
initialize() - Method in interface org.palo.api.subsets.SubsetFilter
Initializes this filter.
INSERT_MODE_BACK - Static variable in class org.palo.api.subsets.filter.settings.PicklistFilterSetting
 
INSERT_MODE_FRONT - Static variable in class org.palo.api.subsets.filter.settings.PicklistFilterSetting
 
INSERT_MODE_MERGE - Static variable in class org.palo.api.subsets.filter.settings.PicklistFilterSetting
 
INSERT_MODE_SUB - Static variable in class org.palo.api.subsets.filter.settings.PicklistFilterSetting
 
insertChild(int, FavoriteViewTreeNode) - Method in class org.palo.api.ext.favoriteviews.FavoriteViewTreeNode
Inserts a child at the given index into the list of children of this node.
InsufficientRightsException - Exception in org.palo.api.exceptions
InsufficientRightsException Signals that a certain operation has not enough rights to perform.
InsufficientRightsException(String) - Constructor for exception org.palo.api.exceptions.InsufficientRightsException
Creates an InsufficientRightsException with the specified message.
InsufficientRightsException(String, Throwable) - Constructor for exception org.palo.api.exceptions.InsufficientRightsException
Constructs an InsufficientRightsException with the specified message and cause.
IntegerParameter - Class in org.palo.api.subsets.filter.settings
IntegerParameter An implementation of the Parameter interface for Integer values.
IntegerParameter() - Constructor for class org.palo.api.subsets.filter.settings.IntegerParameter
Creates a new unnamed IntegerParemeter instance
IntegerParameter(String) - Constructor for class org.palo.api.subsets.filter.settings.IntegerParameter
Creates a new IntegerParemeter instance with the required name.
IPaloEndHandler - Interface in org.palo.api.impl.xml
IPaloEndHandler
IPaloStartHandler - Interface in org.palo.api.impl.xml
PaloStartHandler TODO DOCUMENT ME
isActive() - Method in interface org.palo.api.Rule
Returns true if this rule is currently active, otherwise false
isActive(int) - Method in interface org.palo.api.subsets.Subset2
Checks if the subset filter which corresponds to the given type is active, i.e.
isAttributeCube() - Method in interface org.palo.api.Cube
Checks if this Cube is an attribute cube, i.e.
isAttributeDimension() - Method in interface org.palo.api.Dimension
Checks if this Dimension is an attribute dimension, i.e.
isAttributeHierarchy() - Method in interface org.palo.api.Hierarchy
Checks if this Hierarchy is an attribute hierarchy, i.e.
isAttributeHierarchy() - Method in class org.palo.api.impl.HierarchyImpl
 
isBaseCellsOnly() - Method in interface org.palo.api.ExportContext
Return the base cells only flag.
isBold() - Method in class org.palo.api.ext.ui.FontDescriptor
Checks if a bold font should be used
isConnected() - Method in interface org.palo.api.Connection
Checks if this connection is still connected to a PALO server.
isConnected() - Method in class org.palo.api.impl.ConnectionImpl
 
isConsolidated() - Method in interface org.palo.api.Cell
Checks if the cell is consolidated, i.e. at least one Element must be of type CONSOLIDATED and all other must be of type NUMERIC.
isEmpty() - Method in interface org.palo.api.Cell
Checks if this cell is empty, i.e. no value is set.
isEmpty() - Method in class org.palo.api.impl.utils.ArrayListInt
Tests whether this arraylist is empty or not.
isFlat() - Method in class org.palo.api.DefaultVirtualDimensionDefinition
 
isFlat() - Method in interface org.palo.api.DimensionFilter
Deprecated. Turns this dimension into a flat dimension loosing and hierarchies and consolidations.
isFlat() - Method in interface org.palo.api.ext.subsets.SubsetHandler
Deprecated. Signals if the determined visible Elements or ElementNodes respectively, should be handled as a flat structure, i.e. those Elements or ElementNodes define root nodes.
isFlat() - Method in interface org.palo.api.HierarchyFilter
Turns this dimension into a flat dimension loosing and hierarchies and consolidations.
isFlat() - Method in interface org.palo.api.VirtualDimensionDefinition
Deprecated.  
isHideEmpty() - Method in interface org.palo.api.CubeView
Deprecated. Not used anymore. Please use the property mechanism to specify properties like this. For isHideEmpty, you should use getProperty(PROPERTY_ID_HIDE_EMPTY); and check if the return value is a String representing the boolean value true.
isItalic() - Method in class org.palo.api.ext.ui.FontDescriptor
Checks if the font is italic
isLegacy() - Method in interface org.palo.api.Connection
Checks if connection uses the legacy palo server or not.
isLegacy() - Method in class org.palo.api.impl.ConnectionImpl
 
isNormal() - Method in interface org.palo.api.Hierarchy
Returns if this hierarchy is a normal hierarchy (as opposed to being a system hierarchy).
isNormal() - Method in class org.palo.api.impl.HierarchyImpl
 
isOperator(String) - Method in class org.palo.api.subsets.filter.settings.AttributeConstraint
Checks if the given operator string is valid
isParameterized() - Method in interface org.palo.api.parameters.ParameterReceiver
Returns true if the current instance of the object is parameterized, false otherwise.
isReadOnly() - Method in class org.palo.api.impl.Property2Impl
 
isReadOnly() - Method in interface org.palo.api.Property2
Returns true if this property cannot be modified.
isSubsetCube() - Method in interface org.palo.api.Cube
Checks if this Cube is a subset cube, i.e.
isSubsetCube(Cube) - Method in class org.palo.api.impl.subsets.SubsetPersistence
 
isSubsetDimension() - Method in interface org.palo.api.Dimension
Deprecated. use Hierarchy.isSubsetHierarchy() instead.
isSubsetDimension(Dimension) - Method in class org.palo.api.impl.subsets.SubsetPersistence
 
isSubsetDimension(Dimension) - Static method in class org.palo.api.subsets.io.SubsetIOHandler
 
isSubsetHierarchy() - Method in interface org.palo.api.Hierarchy
Checks if this Hierarchy is a subset hierarchy, i.e.
isSubsetHierarchy() - Method in class org.palo.api.impl.HierarchyImpl
 
isSubsetHierarchy(Hierarchy) - Static method in class org.palo.api.subsets.io.SubsetIOHandler
Returns true if this hierarchy is a palo server native subset hierarchy, false otherwise.
isSystem() - Method in interface org.palo.api.Database
 
isSystemCube() - Method in interface org.palo.api.Cube
Signals if this Cube instance represents a so called system cube.
isSystemDimension() - Method in interface org.palo.api.Dimension
Returns whether this dimension is a system dimension.
isUnderlined() - Method in class org.palo.api.ext.ui.FontDescriptor
Checks if the font should be underlined
isUserInfoCube() - Method in interface org.palo.api.Cube
Signals if this Cube instance represents a so called user info cube.
isUserInfoDimension() - Method in interface org.palo.api.Dimension
Returns whether this dimension is a user info dimension.
isUseRules() - Method in interface org.palo.api.ExportContext
Returns the use rules flag value.
isViewCube() - Method in interface org.palo.api.Cube
Checks if this Cube is a view cube, i.e.
isViewCube(Cube) - Method in class org.palo.api.impl.views.CubeViewManager
Checks if the given cube is holds cube view definitions.
isVisible(ElementPath) - Method in interface org.palo.api.Axis
Checks if the element specified by the given path is visible or not
isVisible(Element) - Method in interface org.palo.api.ext.subsets.SubsetHandler
Deprecated. Checks if the given Element is visible within active Subset.
isVisible(Element) - Method in interface org.palo.api.SubsetState
Deprecated. Checks if the given Element is visible within this SubsetState.
iterator() - Method in class org.palo.api.impl.utils.ArrayListInt
Returns a simple forward iterator to the caller which can be used to retrieve the contents of the arraylist like this: ArrayListInt.Iterator it = alist.iterator(); while (it.hasNext()) { int l = li.previous (); System.out.println (" : " + l); } For backwards iteration @see ListIterator.

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