Package com.jedox.palojlib.interfaces
Interface IDatabaseCubeScriptContext
- All Known Subinterfaces:
ICubeScriptContext
,IDatabaseScriptContext
- All Known Implementing Classes:
CubeScriptContext
,DatabaseScriptContext
public interface IDatabaseCubeScriptContext
- Author:
- khaddadin
-
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
boolean
boolean
void
setIncludeCubeRights
(boolean includeCubeRights) void
setIncludeGlobalViews
(boolean includeGlobalViews) void
setIncludeLocalViews
(boolean includeLocalViews) void
setWithRule
(boolean withRule)
-
Method Details
-
isIncludeLocalViews
boolean isIncludeLocalViews() -
setIncludeLocalViews
void setIncludeLocalViews(boolean includeLocalViews) -
isIncludeGlobalViews
boolean isIncludeGlobalViews() -
setIncludeGlobalViews
void setIncludeGlobalViews(boolean includeGlobalViews) -
isIncludeCubeRights
boolean isIncludeCubeRights() -
setIncludeCubeRights
void setIncludeCubeRights(boolean includeCubeRights) -
isWithRule
boolean isWithRule() -
setWithRule
void setWithRule(boolean withRule)
-