| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IConditionalExecution
This interface supports conditional execution of action sequence 'actions' blocks
| Method Summary | |
|---|---|
 String | 
getScript()
 | 
 void | 
setScript(String script)
Sets the script that will be executed in shouldExecute to evaluate condition  | 
 boolean | 
shouldExecute(Map currentInputs,
              org.apache.commons.logging.Log logger)
Uses current inputs, and the set script to "decide" whether to execute the current block of actions.  | 
| Method Detail | 
|---|
String getScript()
void setScript(String script)
script - 
boolean shouldExecute(Map currentInputs,
                      org.apache.commons.logging.Log logger)
                      throws Exception
currentInputs - logger - 
Exception
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||