-
- All Implemented Interfaces:
public interface Routine
The routine interface which is needed for all routine jobs.
-
-
Method Summary
Modifier and Type Method Description abstract RoutineAnswer
execute(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.
-
-
-
-