Uses of Interface
org.osid.resourcing.batch.JobBatchFormList
Packages that use JobBatchFormList
Package
Description
The Open Service Interface Definitions for the org.osid.resourcing.batch
service.
-
Uses of JobBatchFormList in org.osid.resourcing.batch
Methods in org.osid.resourcing.batch that return JobBatchFormListModifier and TypeMethodDescriptionJobBatchAdminSession.getJobFormsForCreate(long number, Type[] jobRecordTypes) Gets the job forms for creating a bunch of new jobs.JobBatchAdminSession.getJobFormsForUpdate(IdList jobIds) Gets the job forms for updating an existing set of jobs.Methods in org.osid.resourcing.batch with parameters of type JobBatchFormListModifier and TypeMethodDescriptionJobBatchAdminSession.createJobs(JobBatchFormList jobForms) Creates a new set ofJobs.JobBatchAdminSession.updateJobs(JobBatchFormList jobForms) Updates existing jobs.