类 ScheduledTaskControllerRegister
java.lang.Object
io.github.mangocrisp.spring.taybct.module.scheduling.controller.impl.ScheduledTaskControllerRegister
- 所有已实现的接口:
IScheduledTaskController
,io.github.mangocrisp.spring.taybct.tool.core.bean.controller.BaseController<ScheduledTask,
,IScheduledTaskService> io.github.mangocrisp.spring.taybct.tool.core.bean.controller.FullBaseController<ScheduledTask,
,IScheduledTaskService, Long, ScheduledTask, ScheduledTask, ScheduledTask> io.github.mangocrisp.spring.taybct.tool.core.bean.ITypeConvert
-
字段概要
字段修饰符和类型字段说明protected IScheduledLogService
protected IScheduledTaskService
protected io.github.mangocrisp.spring.taybct.tool.scheduling.service.ISchedulingService
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明io.github.mangocrisp.spring.taybct.tool.scheduling.service.ISchedulingService
io.github.mangocrisp.spring.taybct.tool.core.result.R<?>
logClear()
io.github.mangocrisp.spring.taybct.tool.core.result.R<com.baomidou.mybatisplus.core.metadata.IPage<ScheduledLog>>
io.github.mangocrisp.spring.taybct.tool.core.result.R<?>
根据任务 key 重启任务io.github.mangocrisp.spring.taybct.tool.core.result.R<?>
根据任务 key 启动任务io.github.mangocrisp.spring.taybct.tool.core.result.R<?>
根据任务 key 停止任务io.github.mangocrisp.spring.taybct.tool.core.result.R<?>
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
从接口继承的方法 io.github.mangocrisp.spring.taybct.tool.core.bean.controller.FullBaseController
add, delete, deleteBatch, detail, getResource, list, list, page, page, saveBatch, updateAllField, updateAllFieldBatch, updateAssignField, updateAssignFieldBatch
从接口继承的方法 io.github.mangocrisp.spring.taybct.module.scheduling.controller.IScheduledTaskController
taskPage
从接口继承的方法 io.github.mangocrisp.spring.taybct.tool.core.bean.ITypeConvert
convert2SomeResult, convert2SomeResultCollection, convert2SomeResultPage, entityCollectionConvert2SomeCollection, entityConvert2Some, entityPageConvert2OutPage, someCollectionConvert2EntityCollection, someConvert2Entity
-
字段详细资料
-
scheduledLogService
-
schedulingService
@Autowired(required=false) protected io.github.mangocrisp.spring.taybct.tool.scheduling.service.ISchedulingService schedulingService -
scheduledTaskService
-
-
构造器详细资料
-
ScheduledTaskControllerRegister
public ScheduledTaskControllerRegister()
-
-
方法详细资料
-
getScheduledLogService
-
getSchedulingService
public io.github.mangocrisp.spring.taybct.tool.scheduling.service.ISchedulingService getSchedulingService() -
getBaseService
- 指定者:
getBaseService
在接口中io.github.mangocrisp.spring.taybct.tool.core.bean.controller.BaseController<ScheduledTask,
IScheduledTaskService> - 指定者:
getBaseService
在接口中io.github.mangocrisp.spring.taybct.tool.core.bean.controller.FullBaseController<ScheduledTask,
IScheduledTaskService, Long, ScheduledTask, ScheduledTask, ScheduledTask>
-
tryOnce
public io.github.mangocrisp.spring.taybct.tool.core.result.R<?> tryOnce(String key, Map<String, Object> params) - 指定者:
tryOnce
在接口中IScheduledTaskController
-
start
public io.github.mangocrisp.spring.taybct.tool.core.result.R<?> start(@RequestParam Set<String> keySet) 根据任务 key 启动任务- 指定者:
start
在接口中IScheduledTaskController
-
stop
public io.github.mangocrisp.spring.taybct.tool.core.result.R<?> stop(@RequestParam Set<String> keySet) 根据任务 key 停止任务- 指定者:
stop
在接口中IScheduledTaskController
-
restart
public io.github.mangocrisp.spring.taybct.tool.core.result.R<?> restart(@RequestParam Set<String> keySet) 根据任务 key 重启任务- 指定者:
restart
在接口中IScheduledTaskController
-
logPage
@WebLog public io.github.mangocrisp.spring.taybct.tool.core.result.R<com.baomidou.mybatisplus.core.metadata.IPage<ScheduledLog>> logPage(@RequestParam(required=false) Map<String, Object> sqlQueryParams) - 指定者:
logPage
在接口中IScheduledTaskController
-
logClear
@WebLog @ApiLog(title="\u6e05\u7a7a\u65e5\u5fd7\u8bb0\u5f55", description="\u6e05\u7a7a\u65e5\u5fd7\u8bb0\u5f55", type="DELETE") public io.github.mangocrisp.spring.taybct.tool.core.result.R<?> logClear()- 指定者:
logClear
在接口中IScheduledTaskController
-