public class SeedSitesAndUsersJob extends Object implements org.quartz.Job
This job will create a default number of sites, students, instructors. It will then enroll all instructors to each site and randomly enroll students to each site.
Finally it will randomly create text documents and add them randomly to the newly created sites.
| Constructor and Description |
|---|
SeedSitesAndUsersJob() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(org.quartz.JobExecutionContext context) |
void |
init() |
Copyright © 2003–2017 University of Michigan. All rights reserved.