Uses of Interface
org.osid.resourcing.batch.WorkBatchFormList
Packages that use WorkBatchFormList
Package
Description
The Open Service Interface Definitions for the org.osid.resourcing.batch
service.
-
Uses of WorkBatchFormList in org.osid.resourcing.batch
Methods in org.osid.resourcing.batch that return WorkBatchFormListModifier and TypeMethodDescriptionWorkBatchAdminSession.getWorkFormsForCreate(long number, Type[] workRecordTypes) Gets the work forms for creating a bunch of new works.WorkBatchAdminSession.getWorkFormsForUpdate(IdList workIds) Gets the work forms for updating an existing set of works.Methods in org.osid.resourcing.batch with parameters of type WorkBatchFormListModifier and TypeMethodDescriptionWorkBatchAdminSession.createWorks(WorkBatchFormList workForms) Creates a new set ofWorks.WorkBatchAdminSession.updateWorks(WorkBatchFormList workForms) Updates existing works.