Uses of Interface
org.osid.control.batch.SceneBatchFormList
Packages that use SceneBatchFormList
Package
Description
The Open Service Interface Definitions for the org.osid.control.batch
service.
-
Uses of SceneBatchFormList in org.osid.control.batch
Methods in org.osid.control.batch that return SceneBatchFormListModifier and TypeMethodDescriptionSceneBatchAdminSession.getSceneFormsForCreate(long n, Type[] sceneRecordTypes) Gets the scene forms for creating a bunch of new scenes.SceneBatchAdminSession.getSceneFormsForUpdate(IdList sceneIds) Gets the scene forms for updating an existing set of scenes.Methods in org.osid.control.batch with parameters of type SceneBatchFormListModifier and TypeMethodDescriptionSceneBatchAdminSession.createScenes(SceneBatchFormList sceneForms) Creates a new set ofScenes.SceneBatchAdminSession.updateScenes(SceneBatchFormList sceneForms) Updates existing scenes.