|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectit.eng.spagobi.analiticalmodel.document.handlers.ExecutionController
public class ExecutionController
Constructor Summary | |
---|---|
ExecutionController()
|
Method Summary | |
---|---|
boolean |
directExecution()
Check if the document can be executed (all parameters must be filled). |
BIObject |
getBiObject()
Gets the bi object. |
void |
refreshParameters(BIObject biobj,
java.util.Map confPars)
Refresh parameters. |
void |
refreshParameters(BIObject obj,
java.lang.String userProvidedParametersStr)
Refresh parameters. |
void |
setBiObject(BIObject biObject)
Sets the bi object. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ExecutionController()
Method Detail |
---|
public boolean directExecution()
ExecuteBIDocumentJob
).
public void refreshParameters(BIObject obj, java.lang.String userProvidedParametersStr)
obj
- the objuserProvidedParametersStr
- the user provided parameters strpublic BIObject getBiObject()
public void setBiObject(BIObject biObject)
biObject
- the new bi objectpublic void refreshParameters(BIObject biobj, java.util.Map confPars) throws java.lang.Exception
biobj
- the biobjconfPars
- the conf pars
java.lang.Exception
- the exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |