-
- All Implemented Interfaces:
public interface RoutineThe routine interface which is needed for all routine jobs.
-
-
Method Summary
Modifier and Type Method Description abstract RoutineAnswerexecute(HashMap<String, Object> objectMap)The maim execute function for this routine job. -
-
Method Detail
-
execute
abstract RoutineAnswer execute(HashMap<String, Object> objectMap)
The maim execute function for this routine job.
- Parameters:
objectMap- The object map from the answer of the last run.
-
-
-
-