Uses of Class
com.jedox.palojlib.main.Cube
Packages that use Cube
-
Uses of Cube in com.jedox.palojlib.main
Methods in com.jedox.palojlib.main that return CubeModifier and TypeMethodDescriptionprotected CubeDatabase.getCubeById(int id) Database.getCubeByName(String name) Methods in com.jedox.palojlib.main that return types with arguments of type CubeMethods in com.jedox.palojlib.main with parameters of type CubeModifier and TypeMethodDescriptionvoidCubeHandler.addRule(Database database, Cube cube, String definition, boolean activate, String externalIdentifier, String comment, boolean useIdentifier, double position, String source) voidCubeHandler.changeRuleActivation(Database database, Cube cube, IRule[] rules, boolean activate) voidCubeHandler.copyCell(Database database, Cube cube, IElement[] fromPath, IElement[][] fromArea, IElement[] toPath, IElement[][] lockedPaths, Double likeValue, boolean useRules, boolean wait) Cell[]protected IHold[]Boolean[]protected voidDatabaseHandler.removeCube(int databaseId, Cube c) voidCubeHandler.removeHolds(Database database, Cube cube, IHold[] holds) voidCubeHandler.removeRules(Database database, Cube cube, IRule[] rules) voidCubeHandler.updateRule(Database database, Cube cube, int id, String definition, boolean activate, String externalIdentifier, String comment, boolean useIdentifier, double position, String source)