org.pentaho.platform.api.engine
Interface IConditionalExecution

All Known Implementing Classes:
ConditionalExecution

public interface IConditionalExecution


Method Summary
 String getScript()
           
 void setScript(String script)
           
 boolean shouldExecute(Map currentInputs, Log logger)
           
 

Method Detail

getScript

String getScript()

setScript

void setScript(String script)

shouldExecute

boolean shouldExecute(Map currentInputs,
                      Log logger)
                      throws Exception
Throws:
Exception