Setting up schedules for jobs
You can set up schedules to run jobs such as report jobs, export jobs, and import jobs.
Procedure
Set up a schedule. Use any one of the following methods:
user interface, Java™ API, or
script API.
Option | Description |
---|---|
User interface |
|
Java API | Sample 1: The following sample Java API sets ups a schedule for a job. Java API has only one method of
setting up a schedule for any kind of job (import, export or report).
Sample
2: The following sample Java API
sets up an immediate schedule for a job by taking the job name from
job description.
Sample 3:
The following sample Java API
sets up a job schedule of given type using current time as the next
running time.
|
Script API | Sample 1: The following sample script API starts
a schedule for running a report job.
Sample 2: The following sample script starts
a schedule for running an export job.
Sample 3: The following sample script starts
a schedule for running an import job.
|