Uses of Interface
org.osid.control.SceneList
Packages that use SceneList
Package
Description
The Open Service Interface Definitions for the org.osid.control
service.
-
Uses of SceneList in org.osid.control
Methods in org.osid.control that return SceneListModifier and TypeMethodDescriptionSceneLookupSession.getScenes()Gets all scenes.SceneSearchResults.getScenes()Gets the scene list resulting from a search.Trigger.getScenes()Gets theScenesto execute in this trigger.SceneLookupSession.getScenesByGenusType(Type sceneGenusType) Gets aSceneListcorresponding to the given scene genusTypewhich does not include scenes of types derived from the specifiedType.SceneLookupSession.getScenesByIds(IdList sceneIds) Gets aSceneListcorresponding to the givenIdList.SceneLookupSession.getScenesByParentGenusType(Type sceneGenusType) Gets aSceneListcorresponding to the given scene genusTypeand include any additional scenes with genus types derived from the specifiedType.SceneQuerySession.getScenesByQuery(SceneQuery sceneQuery) Gets a list ofScenesmatching the given scene query.SceneLookupSession.getScenesByRecordType(Type sceneRecordType) Gets aSceneListcontaining the given scene recordType.SceneLookupSession.getScenesBySetting(Id settingId) Gets a list of scenes by a setting.SceneSystemSession.getScenesBySystem(Id systemId) Gets the list ofScenesassociated with aSystem.SceneSystemSession.getScenesBySystems(IdList systemIds) Gets the list ofScenescorresponding to a list ofSystems.