Uses of Interface
org.osid.repository.batch.CompositionBatchFormList
Packages that use CompositionBatchFormList
Package
Description
The Open Service Interface Definitions for the org.osid.repository.batch
service.
-
Uses of CompositionBatchFormList in org.osid.repository.batch
Methods in org.osid.repository.batch that return CompositionBatchFormListModifier and TypeMethodDescriptionCompositionBatchAdminSession.getCompositionFormsForCreate(long number, Type[] compositionRecordTypes) Gets the composition forms for creating a bunch of new compositions.CompositionBatchAdminSession.getCompositionFormsForUpdate(IdList compositionIds) Gets the composition forms for updating an existing set of compositions.Methods in org.osid.repository.batch with parameters of type CompositionBatchFormListModifier and TypeMethodDescriptionCompositionBatchAdminSession.createCompositions(CompositionBatchFormList compositionForms) Creates a new set ofCompositions.CompositionBatchAdminSession.updateCompositions(CompositionBatchFormList compositionForms) Updates existing compositions.