Uses of Interface
com.jedox.palojlib.interfaces.IDimension
Packages that use IDimension
-
Uses of IDimension in com.jedox.palojlib.interfaces
Methods in com.jedox.palojlib.interfaces that return IDimensionModifier and TypeMethodDescriptionIDatabase.addDimension(String name) Create a new dimension with type normalIDatabase.addDimension(String name, IDimension.DimensionType type) Create a new dimensiondefault IDimensionIDatabase.addDimension(String name, IDimension.DimensionType type, boolean generateDefaultSubsets) Create a new dimensionICube.getDimensionByName(String name) Get a specific dimension in this cubeIDatabase.getDimensionByName(String name) Get a certain dimension by it is name, return null if does not exist.ICellsExporter.getDimensions()get the dimensions specified in the cells.ICube.getDimensions()Get the list of dimensions in this cube.default IDimension[]ICube.getDimensions(boolean withVirtualDimensions) Get the list of dimensions in this cube.IDatabase.getDimensions()Get the list of the dimensions in the database including all types of dimensionsIDatabaseScriptContext.getDimensions()default IDimension[]IDimension.getVirtualDimensions()Get a list of all virtual dimensions derived from attributes of this dimensionMethods in com.jedox.palojlib.interfaces with parameters of type IDimensionModifier and TypeMethodDescriptionIDatabase.addCube(String name, IDimension[] dimensions) Create a new cube with type normalIDatabase.addCube(String name, IDimension[] dimensions, ICube.CubeType type) Create a new cube with type normaldefault ICubeIDatabase.addCube(String name, IDimension[] dimensions, ICube.CubeType type, ICube basesCube) Create a new cube with type normalICube[]IDatabase.getCubes(IDimension dim) Get the list of the cubes which include the given dimension.default ICubeICube.modify(IDimension[] dimensions) modify the given cubevoidIDatabase.removeDimension(IDimension dimension) remove a certain dimension, the dimension will be moved depending on its id.voidIDatabaseScriptContext.setDimensions(IDimension[] dimensions) -
Uses of IDimension in com.jedox.palojlib.main
Classes in com.jedox.palojlib.main that implement IDimensionMethods in com.jedox.palojlib.main that return IDimensionModifier and TypeMethodDescriptionDatabase.addDimension(String name) Database.addDimension(String name, IDimension.DimensionType type) Database.addDimension(String name, IDimension.DimensionType type, boolean generateDefaultSubsets) Cube.getDimensionByName(String name) Database.getDimensionByName(String name) CellsExporter.getDimensions()Cube.getDimensions()Database.getDimensions()DatabaseScriptContext.getDimensions()Dimension.getVirtualDimensions()Methods in com.jedox.palojlib.main with parameters of type IDimensionModifier and TypeMethodDescriptionDatabase.addCube(String name, IDimension[] dimensions) Database.addCube(String name, IDimension[] dimensions, ICube.CubeType type) Database.addCube(String name, IDimension[] dimensions, ICube.CubeType type, ICube basesCube) CubeHandler.extractCellsMap(int databaseId, int cubeId, ICube.CellsExportType type, int blockSize, boolean useRules, boolean onlyBases, boolean skipEmpty, IElement[][] area, IDimension[] cubeDims) DatabaseHandler.generateScript(int id, IDimension[] dims, ICube[] cubes, boolean includeElementsInfo, boolean complete, boolean withAttribute, boolean includeLocalSubsets, boolean includeGlobalSubsets, boolean includeDimensionRights, boolean includeLocalViews, boolean includeGlobalViews, boolean includeCubeRights, boolean clear, IElement[] languages, boolean withRule, IScriptHandler.ScriptCreateClause cClause, IScriptHandler.ScriptModifyClause mClause) ICube[]Database.getCubes(IDimension dim) Cube.modify(IDimension[] dimensions) voidDatabase.removeDimension(IDimension d) voidDatabaseScriptContext.setDimensions(IDimension[] dimensions) Constructors in com.jedox.palojlib.main with parameters of type IDimensionModifierConstructorDescriptionCell(int[] path, Object value, ICell.CellType type, IDimension[] dimensions, String[] pathNames, String exists) Cell(int[] path, String type, String exists, Object value, IDimension[] dimensions, String[] pathNames) protectedCellsExporter(IElement[][] area, ICube.CellsExportType type, int blockSize, boolean useRules, boolean onlyBases, ICellExportContext.SkipMode skipMode, CubeHandler cubehandler, IDimension[] dimensions, int databaseId, int cubeId, int contextId) protectedCellsExporter(IElement[][] area, ICube.CellsExportType type, int blockSize, boolean useRules, boolean onlyBases, ICellExportContext.SkipMode skipMode, CubeHandler cubehandler, IDimension[] dimensions, String condition, int databaseId, int cubeId, int contextId) protectedHold(int identifier, int[][] areaIds, IDimension[] dimensions, String user, long timestamp)