Uses of Interface
org.osid.provisioning.batch.RequestBatchFormList
Packages that use RequestBatchFormList
Package
Description
The Open Service Interface Definitions for the org.osid.provisioning.batch
service.
-
Uses of RequestBatchFormList in org.osid.provisioning.batch
Methods in org.osid.provisioning.batch that return RequestBatchFormListModifier and TypeMethodDescriptionRequestBatchAdminSession.getRequestFormsForCreate(RequestPeerList peers, Type[] requestRecordTypes) Gets the request forms for creating a bunch of new requests.RequestBatchAdminSession.getRequestFormsForUpdate(IdList requestIds) Gets the request forms for updating an existing set of requests.Methods in org.osid.provisioning.batch with parameters of type RequestBatchFormListModifier and TypeMethodDescriptionRequestBatchAdminSession.createRequests(RequestBatchFormList requestForms) Creates a new set ofRequests.RequestBatchAdminSession.updateRequests(RequestBatchFormList requestForms) Updates existing requests.