Uses of Interface
org.osid.workflow.batch.OfficeBatchFormList
Packages that use OfficeBatchFormList
Package
Description
The Open Service Interface Definitions for the org.osid.workflow.batch
service.
-
Uses of OfficeBatchFormList in org.osid.workflow.batch
Methods in org.osid.workflow.batch that return OfficeBatchFormListModifier and TypeMethodDescriptionOfficeBatchAdminSession.getOfficeFormsForCreate(long number, Type[] officeRecordTypes) Gets the office forms for creating a bunch of new offices.OfficeBatchAdminSession.getOfficeFormsForUpdate(IdList officeIds) Gets the office forms for updating an existing set of offices.Methods in org.osid.workflow.batch with parameters of type OfficeBatchFormListModifier and TypeMethodDescriptionOfficeBatchAdminSession.createOffices(OfficeBatchFormList officeForms) Creates a new set ofOffices.OfficeBatchAdminSession.updateOffices(OfficeBatchFormList officeForms) Updates existing offices.