Package | Description |
---|---|
com.suncode.pwfl.administration.scheduledtask.info |
Modifier and Type | Method and Description |
---|---|
ScheduledTaskInfo |
ScheduledTaskInfoService.getInfo(Long taskId)
Pobiera informacja o zadaniu zaplanowanym
|
Modifier and Type | Method and Description |
---|---|
Optional<ScheduledTaskInfo> |
ScheduledTaskInfoService.findInfo(Long taskId)
Pobiera informacja o zadaniu zaplanowanym
|
List<ScheduledTaskInfo> |
ScheduledTaskInfoService.getAll(String className,
String methodName)
Pobiera listę zawierającą informacje o zadaniach zaplanowanych danego typu
|
Optional<ScheduledTaskInfo> |
ScheduledTaskInfoService.getByLastRun(String className,
String methodName)
Pobiera informacje o ostatnio uruchomionym zadaniu danego typu
|
Copyright © 2023 Suncode. All rights reserved.