Uses of Interface
org.osid.control.SystemList
Packages that use SystemList
Package
Description
The Open Service Interface Definitions for the org.osid.control
service.
The Open Service Interface Definitions for the org.osid.control.rules
service.
-
Uses of SystemList in org.osid.control
Methods in org.osid.control that return SystemListModifier and TypeMethodDescriptionSystemHierarchySession.getChildSystems(Id systemId) Gets the children of the given system.SystemHierarchySession.getParentSystems(Id systemId) Gets the parents of the given system.SystemHierarchySession.getRootSystems()Gets the root system in the system hierarchy.SystemLookupSession.getSystems()Gets allSystems.SystemSearchResults.getSystems()Gets the system list resulting from a search.ActionGroupSystemSession.getSystemsByActionGroup(Id actionGroupId) Gets theSystemsmapped to anActionGroup.ControllerSystemSession.getSystemsByController(Id controllerId) Gets theSystemsmapped to aController.DeviceSystemSession.getSystemsByDevice(Id deviceId) Gets theSystemsmapped to aDevice.SystemLookupSession.getSystemsByGenusType(Type systemGenusType) Gets aSystemListcorresponding to the given system genusTypewhich does not include systems of types derived from the specifiedType.SystemLookupSession.getSystemsByIds(IdList systemIds) Gets aSystemListcorresponding to the givenIdList.InputSystemSession.getSystemsByInput(Id inputId) Gets theSystemsmapped to aInput.SystemLookupSession.getSystemsByParentGenusType(Type systemGenusType) Gets aSystemListcorresponding to the given system genusTypeand include any additional systems with genus types derived from the specifiedType.SystemLookupSession.getSystemsByProvider(Id resourceId) Gets aSystemListfor the given provider.SystemQuerySession.getSystemsByQuery(SystemQuery systemQuery) Gets a list ofSystemsmatching the given system query.SystemLookupSession.getSystemsByRecordType(Type systemRecordType) Gets aSystemListcontaining the given system recordType.SceneSystemSession.getSystemsByScene(Id sceneId) Gets theSystemsmapped to aScene.SettingSystemSession.getSystemsBySetting(Id settingId) Gets theSystemsmapped to aSetting.TriggerSystemSession.getSystemsByTrigger(Id triggerId) Gets theSystemsmapped to aTrigger. -
Uses of SystemList in org.osid.control.rules
Methods in org.osid.control.rules that return SystemListModifier and TypeMethodDescriptionActionEnablerSystemSession.getSystemsByActionEnabler(Id actionEnablerId) Gets theSystemsmapped to anActionEnabler.DeviceEnablerSystemSession.getSystemsByDeviceEnabler(Id deviceEnablerId) Gets theSystemsmapped to aDeviceEnabler.InputEnablerSystemSession.getSystemsByInputEnabler(Id inputEnablerId) Gets theSystemsmapped to anInputEnabler.TriggerEnablerSystemSession.getSystemsByTriggerEnabler(Id triggerEnablerId) Gets theSystemsmapped to aTriggerEnabler.