class ScheduledTasks: Any
Fields
| Name | Description |
|---|---|
val LOG: LoggerFactory.getLogger(this.javaClass.name)
|
|
val submissionRepository: SubmissionRepository
|
Constructors
<init>
constructor(submissionRepository: SubmissionRepository)
Contains functionality related with scheduled tasks (tasks that are executed with a certain regularity; for example, cleaning expired submissions).
Parameters
| Name | Description |
|---|---|
submissionRepository: SubmissionRepository
|
Methods
cleanExpiredSubmissions
fun cleanExpiredSubmissions()
ReturnValue
| Name | Description |
|---|---|
Unit
|
Contains functionality related with scheduled tasks (tasks that are executed with a certain regularity; for example, cleaning expired submissions).