Uses of Interface
com.jedox.palojlib.interfaces.IRule
Packages that use IRule
-
Uses of IRule in com.jedox.palojlib.interfaces
Methods in com.jedox.palojlib.interfaces that return IRuleModifier and TypeMethodDescriptiondefault IRule[]
ICube.getRules()
get the list of the rules for this cubeMethods in com.jedox.palojlib.interfaces with parameters of type IRuleModifier and TypeMethodDescriptionvoid
ICube.activateRules
(IRule[] rules) activate a set of rules, the rules will be changed depending on their identifiers.void
ICube.deactivateRules
(IRule[] rules) deactivate a set of rules, the rules will be changed depending on their identifiers.void
ICube.removeRules
(IRule[] rules) remove a set of rules, the rules will be removed depending on their identifiers. -
Uses of IRule in com.jedox.palojlib.main
Classes in com.jedox.palojlib.main that implement IRuleMethods in com.jedox.palojlib.main that return IRuleMethods in com.jedox.palojlib.main with parameters of type IRuleModifier and TypeMethodDescriptionvoid
Cube.activateRules
(IRule[] rules) void
CubeHandler.changeRuleActivation
(Database database, Cube cube, IRule[] rules, boolean activate) void
Cube.deactivateRules
(IRule[] rules) void
Cube.removeRules
(IRule[] rules) void
CubeHandler.removeRules
(Database database, Cube cube, IRule[] rules)