Uses of Class
com.jedox.palojlib.main.Dimension
Packages that use Dimension
-
Uses of Dimension in com.jedox.palojlib.main
Fields in com.jedox.palojlib.main with type parameters of type DimensionModifier and TypeFieldDescriptionprotected LinkedHashMap<String,
Dimension> Database.dimensionsNameMap
Methods in com.jedox.palojlib.main that return DimensionModifier and TypeMethodDescriptionCube.getDimensionById
(int dimId) protected Dimension
Database.getDimensionById
(int id) Cube.getDimensions
(boolean withVirtualDimensions) Methods in com.jedox.palojlib.main that return types with arguments of type DimensionModifier and TypeMethodDescriptionprotected LinkedHashMap<String,
Dimension> DatabaseHandler.getDimensions
(Database database) Methods in com.jedox.palojlib.main with parameters of type DimensionModifier and TypeMethodDescriptionIElement[]
DimensionHandler.evaluateGlobalSubset
(Database db, Dimension dim, String subsetname, IVariable[] subsetVariables) protected void
DatabaseHandler.removeDimension
(int databaseId, Dimension d) protected void
DimensionHandler.setElementsWithAttributes
(int id, Dimension dimension, Database database) Constructors in com.jedox.palojlib.main with parameters of type DimensionModifierConstructorDescriptionprotected
Attribute
(Dimension dimension, int id, String name, IElement language, IElement.ElementType elementType) protected
Element
(Dimension dimension, int id, String name, IElement.ElementType type, int position, int[] parentsIds, int[] childrenIds, double[] weights, int dimensionToken, String permission, boolean hiddenFiltered)