Uses of Interface
org.osid.provisioning.batch.ProvisionBatchFormList
Packages that use ProvisionBatchFormList
Package
Description
The Open Service Interface Definitions for the org.osid.provisioning.batch
service.
-
Uses of ProvisionBatchFormList in org.osid.provisioning.batch
Methods in org.osid.provisioning.batch that return ProvisionBatchFormListModifier and TypeMethodDescriptionProvisionBatchAdminSession.getProvisionFormsForCreate(long peers, Type[] provisionRecordTypes) Gets the provision forms for creating a bunch of new provisions.ProvisionBatchAdminSession.getProvisionFormsForUpdate(IdList provisionIds) Gets the provision forms for updating an existing set of provisions.Methods in org.osid.provisioning.batch with parameters of type ProvisionBatchFormListModifier and TypeMethodDescriptionProvisionBatchAdminSession.createProvisions(ProvisionBatchFormList provisionForms) Creates a new set ofProvisions.ProvisionBatchAdminSession.updateProvisions(ProvisionBatchFormList provisionForms) Updates existing provisions.