| Name | Description | Type | Package | Framework |
| JobConfig | Class | org.exist.scheduler | ExistDB | |
| JobDescription | Interface defined requirements for a Scheduleable job. | Interface | org.exist.scheduler | ExistDB |
| JobException | Exception class can be thrown by implementations of org. | Class | org.exist.scheduler | ExistDB |
| JobException .JobExceptionAction | Class | org.exist.scheduler | ExistDB | |
| JobType | enum JobTypeextends Enum | Class | org.exist.scheduler | ExistDB |
| QuartzSchedulerImpl | A Scheduler to trigger Startup, System and User defined jobs. | Class | org.exist.scheduler.impl | ExistDB |
| ScheduledJobInfo | Information about a Scheduled Job. | Class | org.exist.scheduler | ExistDB |
| ScheduledJobInfo .TriggerState | Class | org.exist.scheduler | ExistDB | |
| Scheduler | A Scheduler to trigger Startup, System and User defined jobs. | Interface | org.exist.scheduler | ExistDB |
| SystemTaskJob | Interface | org.exist.scheduler | ExistDB | |
| SystemTaskJobImpl | Class to represent a SystemTask Job Can be used by SystemTasks to schedule themselves as job's. | Class | org.exist.scheduler.impl | ExistDB |
| UserJavaJob | Class to represent a User's Java Job. | Class | org.exist.scheduler | ExistDB |
| UserJob | Class to represent a User's Job Should be extended by all classes wishing to schedule as a Job that perform user defined functions. | Class | org.exist.scheduler | ExistDB |
| UserXQueryJob | Class to represent a User's XQuery Job Extends UserJob. | Class | org.exist.scheduler | ExistDB |