public interface CustomScheduledTaskService extends CRUDService<CustomScheduledTaskDTO,CustomScheduledTaskData,java.lang.Void>
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CustomScheduledTaskDetailedVO> |
list()
Lists all available custom operations
|
void |
runNow(CustomScheduledTaskVO task)
Triggers a manual execution of the given task
|
Page<CustomScheduledTaskLogVO> |
searchLogs(CustomScheduledTaskLogQuery params)
Searches for a task execution logs
|
getData, getDataForNew, load, remove, removeAll, savejava.util.List<CustomScheduledTaskDetailedVO> list() throws FrameworkException
FrameworkExceptionvoid runNow(CustomScheduledTaskVO task) throws FrameworkException
FrameworkExceptionPage<CustomScheduledTaskLogVO> searchLogs(@NotNull CustomScheduledTaskLogQuery params) throws FrameworkException
FrameworkException