Package com.jedox.palojlib.main
Class BaseScriptContext
java.lang.Object
com.jedox.palojlib.main.BaseScriptContext
- Direct Known Subclasses:
CubeScriptContext
,DatabaseScriptContext
,DimensionScriptContext
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionIElement[]
boolean
isClear()
boolean
boolean
void
setClear
(boolean clear) void
setComplete
(boolean complete) void
setCreateClause
(IScriptHandler.ScriptCreateClause createClause) void
setLanguages
(IElement[] languages) void
setModifyClause
(IScriptHandler.ScriptModifyClause modifyClause) void
setWithAttribute
(boolean withAttribute)
-
Constructor Details
-
BaseScriptContext
public BaseScriptContext()
-
-
Method Details
-
isComplete
public boolean isComplete() -
setComplete
public void setComplete(boolean complete) -
isWithAttribute
public boolean isWithAttribute() -
setWithAttribute
public void setWithAttribute(boolean withAttribute) -
getLanguages
-
setLanguages
-
isClear
public boolean isClear() -
setClear
public void setClear(boolean clear) -
getCreateClause
-
setCreateClause
-
getModifyClause
-
setModifyClause
-