Interface | Description |
---|---|
RepositoryJob |
Interface to implement to perform the work to be scheduled.
|
RepositoryScheduler |
Repository service for scheduling jobs.
|
Class | Description |
---|---|
RepositoryJobCronTrigger |
Repository job trigger that operates on a cron expression.
|
RepositoryJobExecutionContext |
Context object containing operational information and helper objects for use by
RepositoryJob s to do their job. |
RepositoryJobInfo |
Captures information about a repository job.
|
RepositoryJobSimpleTrigger |
Repository job trigger that allows to schedule a repository job either once at
a given date, or repeatedly from a given date onwards.
|
RepositoryJobTrigger |
Base class for information about when to schedule a job with the repository.
|
Copyright © 2007–2017 Hippo B.V. (http://www.onehippo.com). All rights reserved.