Package | Description |
---|---|
org.osid.resourcing.batch |
The Open Service Interface Definitions for the org.osid.resourcing.batch
service.
|
Modifier and Type | Method and Description |
---|---|
JobBatchFormList |
JobBatchAdminSession.getJobFormsForCreate(long number,
Type[] jobRecordTypes)
Gets the job forms for creating a bunch of new jobs.
|
JobBatchFormList |
JobBatchAdminSession.getJobFormsForUpdate(IdList jobIds)
Gets the job forms for updating an existing set of jobs.
|
Modifier and Type | Method and Description |
---|---|
CreateResponseList |
JobBatchAdminSession.createJobs(JobBatchFormList jobForms)
Creates a new set of
Jobs. |
UpdateResponseList |
JobBatchAdminSession.updateJobs(JobBatchFormList jobForms)
Updates existing jobs.
|