| | |
| | | |
| | | /** |
| | | * Issue wayline mission to the dock. |
| | | * 向机场发出航线任务(重复任务和定时任务) |
| | | * @param param |
| | | * @param customClaim user info |
| | | * @return |
| | | */ |
| | | ResponseResult publishFlightTaskCondition(CreateJobParam param, CustomClaim customClaim) throws SQLException; |
| | | |
| | | /** |
| | | * Issue wayline mission to the dock. |
| | | * 向机场添加航线任务指令 |
| | | * @param waylineJob |
| | | * @return |
| | | * @throws SQLException |
| | | */ |
| | | ResponseResult publishOneFlightTask(WaylineJobDTO waylineJob) throws SQLException; |
| | | |
| | | /** |
| | | * 发布飞行任务 |
| | | * @return |
| | | */ |
| | | Boolean publishFlightTask(WaylineJobEntity waylineJobEntity); |
| | | |
| | | /** |
| | | * Execute the task immediately. |