Uses of Enum Class
com.jedox.palojlib.interfaces.IScriptHandler.ScriptModifyClause
Packages that use IScriptHandler.ScriptModifyClause
-
Uses of IScriptHandler.ScriptModifyClause in com.jedox.palojlib.interfaces
Methods in com.jedox.palojlib.interfaces that return IScriptHandler.ScriptModifyClauseModifier and TypeMethodDescriptionIBaseScriptContext.getModifyClause()
Returns the enum constant of this class with the specified name.static IScriptHandler.ScriptModifyClause[]
IScriptHandler.ScriptModifyClause.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.jedox.palojlib.interfaces with parameters of type IScriptHandler.ScriptModifyClauseModifier and TypeMethodDescriptionvoid
IBaseScriptContext.setModifyClause
(IScriptHandler.ScriptModifyClause modifyClause) -
Uses of IScriptHandler.ScriptModifyClause in com.jedox.palojlib.main
Methods in com.jedox.palojlib.main that return IScriptHandler.ScriptModifyClauseMethods in com.jedox.palojlib.main with parameters of type IScriptHandler.ScriptModifyClauseModifier and TypeMethodDescriptionCubeHandler.generateScript
(int databaseid, int id, boolean complete, IElement[][] area, boolean withAttribute, boolean includeLocalViews, boolean includeGlobalViews, boolean includeCubeRights, IElement[] languages, boolean clear, boolean withRule, IScriptHandler.ScriptCreateClause cClause, IScriptHandler.ScriptModifyClause mClause) 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) DimensionHandler.generateScript
(int databaseid, int id, boolean complete, IElement[] elements, boolean withAttribute, boolean includeLocalSubsets, boolean includeGlobalSubsets, boolean includeDimensionRights, IElement[] languages, boolean clear, IScriptHandler.ScriptCreateClause cClause, IScriptHandler.ScriptModifyClause mClause) void
BaseScriptContext.setModifyClause
(IScriptHandler.ScriptModifyClause modifyClause)