|
||||||||||
| 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 | |
|---|---|
java.lang.String |
getScript()
|
void |
setScript(java.lang.String script)
Sets the script that will be executed in shouldExecute to evaluate condition |
boolean |
shouldExecute(java.util.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 |
|---|
java.lang.String getScript()
void setScript(java.lang.String script)
script -
boolean shouldExecute(java.util.Map currentInputs,
org.apache.commons.logging.Log logger)
throws java.lang.Exception
currentInputs - logger -
java.lang.Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||