Uses of Interface
org.osid.course.batch.ActivityBatchFormList
Packages that use ActivityBatchFormList
Package
Description
The Open Service Interface Definitions for the org.osid.course.batch
service.
-
Uses of ActivityBatchFormList in org.osid.course.batch
Methods in org.osid.course.batch that return ActivityBatchFormListModifier and TypeMethodDescriptionActivityBatchAdminSession.getActivityFormsForCreate(ActivityPeerList peers, Type[] activityRecordTypes) Gets the activity forms for creating a bunch of new activities.ActivityBatchAdminSession.getActivityFormsForUpdate(IdList activityIds) Gets the activity forms for updating an existing set of activities.Methods in org.osid.course.batch with parameters of type ActivityBatchFormListModifier and TypeMethodDescriptionActivityBatchAdminSession.createActivities(ActivityBatchFormList activityForms) Creates a new set ofActivities.ActivityBatchAdminSession.updateActivities(ActivityBatchFormList activityForms) Updates existing activities.