Uses of Class
com.soffid.iam.api.ScheduledTaskLog
-
Packages that use ScheduledTaskLog Package Description com.soffid.iam.api -
-
Uses of ScheduledTaskLog in com.soffid.iam.api
Methods in com.soffid.iam.api that return types with arguments of type ScheduledTaskLog Modifier and Type Method Description List<ScheduledTaskLog>
ScheduledTask. getLogs()
Gets value for attribute logsMethod parameters in com.soffid.iam.api with type arguments of type ScheduledTaskLog Modifier and Type Method Description void
ScheduledTask. setLogs(List<ScheduledTaskLog> logs)
Sets value for attribute logsConstructors in com.soffid.iam.api with parameters of type ScheduledTaskLog Constructor Description ScheduledTaskLog(ScheduledTaskLog otherBean)
Constructor parameters in com.soffid.iam.api with type arguments of type ScheduledTaskLog Constructor Description ScheduledTask(Long id, String tenant, String name, String params, String handlerName, Calendar nextExecution, Calendar lastExecution, Calendar lastEnd, String logReferenceID, String dayPattern, String hoursPattern, String monthsPattern, String dayOfWeekPattern, String minutesPattern, boolean error, boolean active, boolean enabled, String serverName, List<ScheduledTaskLog> logs)
-