Uses of Class
com.soffid.iam.sync.api.ScheduledTaskLog
Packages that use ScheduledTaskLog
-
Uses of ScheduledTaskLog in com.soffid.iam.sync.api
Methods in com.soffid.iam.sync.api that return types with arguments of type ScheduledTaskLogMethod parameters in com.soffid.iam.sync.api with type arguments of type ScheduledTaskLogModifier and TypeMethodDescriptionvoidScheduledTask.setLogs(List<ScheduledTaskLog> logs) Sets value for attribute logsConstructors in com.soffid.iam.sync.api with parameters of type ScheduledTaskLogConstructor parameters in com.soffid.iam.sync.api with type arguments of type ScheduledTaskLogModifierConstructorDescriptionScheduledTask(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 status, Double percentageDone, Boolean stop, String serverName, List<ScheduledTaskLog> logs)