Uses of Interface
com.jedox.palojlib.interfaces.ICube
Packages that use ICube
-
Uses of ICube in com.jedox.palojlib.interfaces
Methods in com.jedox.palojlib.interfaces that return ICubeModifier 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 ICube
IDatabase.addCube
(String name, IDimension[] dimensions, ICube.CubeType type, ICube basesCube) Create a new cube with type normaldefault ICube
IDimension.getAttributeCube()
get the attribute cube if existsIDatabase.getCubeByName
(String name) Get a certain cube by it is name, return null if does not exist.ICube[]
IDatabase.getCubes()
Get the list of the cubes in the database including all types of cubes: normal,attribute,system, userinfo and gpu.ICube[]
IDatabase.getCubes
(IDimension dim) Get the list of the cubes which include the given dimension.ICube[]
IDatabaseScriptContext.getCubes()
default ICube
ICube.modify
(IDimension[] dimensions) modify the given cubeMethods in com.jedox.palojlib.interfaces with parameters of type ICubeModifier and TypeMethodDescriptiondefault ICube
IDatabase.addCube
(String name, IDimension[] dimensions, ICube.CubeType type, ICube basesCube) Create a new cube with type normalvoid
IDatabase.removeCube
(ICube cube) remove a certain cube, the cube will be moved depending on its id.void
-
Uses of ICube in com.jedox.palojlib.main
Classes in com.jedox.palojlib.main that implement ICubeMethods in com.jedox.palojlib.main that return ICubeModifier 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) Dimension.getAttributeCube()
ICube[]
Database.getCubes()
ICube[]
Database.getCubes
(IDimension dim) ICube[]
DatabaseScriptContext.getCubes()
Cube.modify
(IDimension[] dimensions) Methods in com.jedox.palojlib.main with parameters of type ICubeModifier and TypeMethodDescriptionDatabase.addCube
(String name, IDimension[] dimensions, ICube.CubeType type, ICube basesCube) 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, boolean includeGlobalLists, IElement[] languages, boolean withRule, IScriptHandler.ScriptCreateClause cClause, IScriptHandler.ScriptModifyClause mClause) void
Database.removeCube
(ICube c) void