Uses of Interface
org.osid.control.SceneForm
Packages that use SceneForm
Package
Description
The Open Service Interface Definitions for the org.osid.control
service.
The Open Service Interface Definitions for the org.osid.control.batch
service.
-
Uses of SceneForm in org.osid.control
Methods in org.osid.control that return SceneFormModifier and TypeMethodDescriptionSceneAdminSession.getSceneFormForCreate(Type[] sceneRecordTypes) Gets the scene form for creating new scenes.SceneAdminSession.getSceneFormForUpdate(Id sceneId) Gets the scene form for updating an existing scene.Methods in org.osid.control with parameters of type SceneFormModifier and TypeMethodDescriptionSceneAdminSession.createScene(SceneForm sceneForm) Creates a newScene.voidSceneAdminSession.updateScene(SceneForm sceneForm) Updates an existing scene. -
Uses of SceneForm in org.osid.control.batch
Subinterfaces of SceneForm in org.osid.control.batchModifier and TypeInterfaceDescriptioninterfaceThis is the form for creating and updating scenes in bulk.