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.dimensionsNameMapMethods in com.jedox.palojlib.main that return DimensionModifier and TypeMethodDescriptionCube.getDimensionById(int dimId) protected DimensionDatabase.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 voidDatabaseHandler.removeDimension(int databaseId, Dimension d) protected voidDimensionHandler.setElementsWithAttributes(int id, Dimension dimension, Database database) Constructors in com.jedox.palojlib.main with parameters of type DimensionModifierConstructorDescriptionprotectedAttribute(Dimension dimension, int id, String name, IElement language, IElement.ElementType elementType) protectedElement(Dimension dimension, int id, String name, IElement.ElementType type, int position, int[] parentsIds, int[] childrenIds, double[] weights, HashMap<IAttribute, Object> attributesValues, int dimensionToken, String permission, boolean hiddenFiltered)