|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Dimension in org.palo.api |
---|
Methods in org.palo.api that return Dimension | |
---|---|
Dimension |
Database.addDimension(java.lang.String name)
Adds a new dimension with the given name to this Database . |
Dimension |
Database.addUserInfoDimension(java.lang.String name)
|
Dimension |
Dimension.getAttributeDimension()
Deprecated. use Hierarchy.getAttributeHierarchy() instead. |
Dimension |
Subset.getDimension()
Deprecated. use Subset.getHierarchy() instead. |
Dimension |
Hierarchy.getDimension()
Returns the parent dimension of this hierarchy. |
Dimension |
Element.getDimension()
Deprecated. use Element.getHierarchy() instead. |
Dimension |
Database.getDimensionAt(int index)
Returns the Dimension stored at the given index. |
Dimension |
Cube.getDimensionAt(int index)
Returns the Dimension stored at the given index. |
Dimension |
Database.getDimensionById(java.lang.String id)
|
Dimension |
Cube.getDimensionById(java.lang.String id)
Returns the Dimension associated with the given identifier or
null if no such Dimension exists. |
Dimension |
Database.getDimensionByName(java.lang.String name)
Returns the Dimension stored under the given name or
null if no such Dimension exists. |
Dimension |
Cube.getDimensionByName(java.lang.String name)
Returns the Dimension stored under the given name or
null if no such Dimension exists. |
Dimension[] |
Database.getDimensions()
Returns an array of Dimension instances available
for this instance. |
Dimension[] |
Cube.getDimensions()
Returns an array of Dimension instances available
for this instance. |
Dimension[] |
ConnectionEvent.getDimensions()
Returns the affected Dimension s of the event
if the event is applicable to dimensions, otherwise
null is returned. |
Dimension[] |
Axis.getDimensions()
Deprecated. use Axis.getHierarchies() instead. |
Dimension[] |
Database.getDimensions(int typeMask)
Returns all dimensions that are of one of the types specified in the type mask. |
Dimension |
VirtualDimensionDefinition.getSourceDimension()
Deprecated. Returns the base source Dimension |
Dimension |
DefaultVirtualDimensionDefinition.getSourceDimension()
|
Methods in org.palo.api with parameters of type Dimension | |
---|---|
void |
Axis.add(Dimension dimension)
Deprecated. use Axis.add(Hierarchy) instead. |
Cube |
Database.addCube(java.lang.String name,
Dimension[] dimensions)
Adds a new cube with the given name to this Database . |
void |
Axis.addExpanded(Dimension dimension,
Element[] path,
int repetition)
Deprecated. please use Axis.addExpanded(ElementPath) instead |
void |
Axis.addHidden(Dimension dimension,
Element[] path)
Deprecated. please use Axis.addVisible(ElementPath) |
Cube |
Database.addUserInfoCube(java.lang.String name,
Dimension[] dimensions)
|
Subset |
Axis.getActiveSubset(Dimension dimension)
Returns the active subset for the given dimension or null if
the dimension has no active subset, i.e. no subset is used |
Subset2 |
Axis.getActiveSubset2(Dimension dimension)
Returns the active subset2 for the given dimension or null if
the dimension has no active subset2, i.e. no subset is used |
Element[][] |
Axis.getExpanded(Dimension dimension)
Deprecated. please use Axis.getExpandedPaths() instead |
Element[][] |
Axis.getHidden(Dimension dimension)
Deprecated. please use Axis.getVisiblePaths(Dimension) |
Hierarchy |
Axis.getHierarchy(Dimension dimension)
Returns the hierarchy that has been set for the specified dimension. |
int[] |
Axis.getRepetitionsForExpanded(Dimension dimension,
Element[] path)
Deprecated. please use Axis.getExpandedPaths() instead |
Element |
Axis.getSelectedElement(Dimension dimension)
Deprecated. use Axis.getSelectedElement(Hierarchy) instead. |
ElementPath[] |
Axis.getVisiblePaths(Dimension dimension)
Deprecated. please use Axis.getVisiblePaths(Hierarchy) instead. |
void |
DimensionFilter.init(Dimension dimension)
Deprecated. Inits the filter and passes a reference to the virtual dimension owning the filter. |
void |
Axis.remove(Dimension dimension)
Deprecated. use Axis.remove(Hierarchy) instead. |
void |
Database.removeDimension(Dimension dimension)
Removes a dimension from this Database . |
void |
Axis.removeExpanded(Dimension dimension,
Element[] path,
int repetition)
Deprecated. please use Axis.removeExpanded(ElementPath) instead |
void |
Axis.removeHidden(Dimension dimension,
Element[] path)
Deprecated. please use Axis.removeVisible(ElementPath) |
void |
Axis.setActiveSubset(Dimension dimension,
Subset subset)
Sets the active subset for the given dimension. |
void |
Axis.setActiveSubset2(Dimension dimension,
Subset2 subset)
Sets the active modern subset2 for the given dimension. |
void |
Axis.setSelectedElement(Dimension dimension,
Element element)
Deprecated. use Axis.setSelectedElement(Hierarchy, Element) instead. |
Constructors in org.palo.api with parameters of type Dimension | |
---|---|
DefaultVirtualDimensionDefinition(Dimension sourceDimension,
DimensionFilter filter,
java.lang.String activeSubset)
Creates a new DefaultVirtualDimensionDefinition based on the
given source Dimension and requires a DimensionFilter |
|
DefaultVirtualDimensionDefinition(Dimension sourceDimension,
Element[] elements,
ElementNode[] rootNodes,
boolean isFlat,
java.lang.String activeSubset)
|
Uses of Dimension in org.palo.api.ext.subsets |
---|
Methods in org.palo.api.ext.subsets with parameters of type Dimension | |
---|---|
DimensionFilter |
SubsetStateHandler.createDimensionFilter(Dimension dimension)
Deprecated. Creates a to determine the visible
elements for the currently used Subset and
SubsetState |
Uses of Dimension in org.palo.api.impl |
---|
Methods in org.palo.api.impl that return Dimension | |
---|---|
Dimension |
HierarchyImpl.getDimension()
|
Uses of Dimension in org.palo.api.impl.subsets |
---|
Methods in org.palo.api.impl.subsets with parameters of type Dimension | |
---|---|
boolean |
SubsetPersistence.isSubsetDimension(Dimension dimension)
|
Uses of Dimension in org.palo.api.subsets |
---|
Methods in org.palo.api.subsets that return Dimension | |
---|---|
Dimension |
SubsetHandler.getDimension()
Deprecated. use SubsetHandler.getHierarchy() instead. |
Dimension |
Subset2.getDimension()
Deprecated. use Subset2.getDimHierarchy() instead. |
Uses of Dimension in org.palo.api.subsets.filter |
---|
Uses of Dimension in org.palo.api.subsets.impl |
---|
Methods in org.palo.api.subsets.impl that return Dimension | |
---|---|
Dimension |
SubsetHandlerImpl.getDimension()
|
Constructors in org.palo.api.subsets.impl with parameters of type Dimension | |
---|---|
SubsetHandlerImpl(Dimension dimension)
Deprecated. use hierarchy constructor instead. |
Uses of Dimension in org.palo.api.subsets.io |
---|
Methods in org.palo.api.subsets.io with parameters of type Dimension | |
---|---|
static boolean |
SubsetIOHandler.isSubsetDimension(Dimension dimension)
|
Uses of Dimension in org.palo.api.subsets.io.xml |
---|
Methods in org.palo.api.subsets.io.xml with parameters of type Dimension | |
---|---|
SubsetFilter |
SubsetFilterHandler.createFilter(Dimension dimension)
Creates a new SubsetFilter for the given dimension |
Uses of Dimension in org.palo.api.utils |
---|
Methods in org.palo.api.utils that return Dimension | |
---|---|
Dimension[] |
ElementPath.getDimensions()
Returns all s which are part of this
element path. |
Methods in org.palo.api.utils with parameters of type Dimension | |
---|---|
void |
ElementPath.addPart(Dimension dimension,
Element[] path)
Adds a new part to this element path with the given path for the specified
|
boolean |
ElementPath.contains(Dimension dimension)
Checks if the given is part of this
element paths. |
Element[] |
ElementPath.getPart(Dimension dimension)
Returns the path part which corresponds to the given
|
static ElementPath |
ElementPath.restore(Dimension[] dimensions,
java.lang.String pathStr)
Restores the element path specified by the given s and element path string |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |