Uses of Interface
org.osid.recipe.batch.ProcedureBatchFormList
Packages that use ProcedureBatchFormList
Package
Description
The Open Service Interface Definitions for the org.osid.recipe.batch
service.
-
Uses of ProcedureBatchFormList in org.osid.recipe.batch
Methods in org.osid.recipe.batch that return ProcedureBatchFormListModifier and TypeMethodDescriptionProcedureBatchAdminSession.getProcedureFormsForCreate(long number, Type[] procedureRecordTypes) Gets the procedure forms for creating a bunch of new procedures.ProcedureBatchAdminSession.getProcedureFormsForUpdate(IdList procedureIds) Gets the procedure forms for updating an existing set of procedures.Methods in org.osid.recipe.batch with parameters of type ProcedureBatchFormListModifier and TypeMethodDescriptionProcedureBatchAdminSession.createProcedures(ProcedureBatchFormList procedureForms) Creates a new set ofProcedures.ProcedureBatchAdminSession.updateProcedures(ProcedureBatchFormList procedureForms) Updates existing procedures.