|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface FlowEventJob
Interface for objects that respond to Flow events
| Method Summary | |
|---|---|
void |
execute(String location,
String moduleName,
String flowName,
Event event,
Map<String,String> params)
Execute the Flow Event Job |
List<String> |
getParameters()
Returns a List of all specifiable parameters that will be respected when passed in on execute |
Map<String,String> |
validateParameters(Map<String,String> params)
Validates a map of parameters that may be later used as arguments to the the execute method |
| Method Detail |
|---|
void execute(String location,
String moduleName,
String flowName,
Event event,
Map<String,String> params)
location - - The location of the FlowEventmoduleName - - The name of the moduleflowName - - The name of the flowevent - - The Eventparams - - The parameters for the JobList<String> getParameters()
Map<String,String> validateParameters(Map<String,String> params)
params - - The parameters to validate
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||