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
|
Page<CustomScheduledTaskLogVO> |
searchLogs(CustomScheduledTaskLogQuery params)
Searches for a task execution logs
|
getData, getDataForNew, load, remove, removeAll, savejava.util.List<CustomScheduledTaskDetailedVO> list() throws FrameworkException
FrameworkExceptionPage<CustomScheduledTaskLogVO> searchLogs(CustomScheduledTaskLogQuery params) throws FrameworkException
FrameworkException