Uses of Interface
org.osid.control.DeviceList
Packages that use DeviceList
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 DeviceList in org.osid.control
Methods in org.osid.control that return DeviceListModifier and TypeMethodDescriptionDeviceLookupSession.getDevices()Gets allDevices.DeviceSearchResults.getDevices()Gets the device list resulting from a search.DeviceLookupSession.getDevicesByGenusType(Type deviceGenusType) Gets aDeviceListcorresponding to the given device genusTypewhich does not include devices of genus types derived from the specifiedType.DeviceLookupSession.getDevicesByIds(IdList deviceIds) Gets aDeviceListcorresponding to the givenIdList.DeviceLookupSession.getDevicesByParentGenusType(Type deviceGenusType) Gets aDeviceListcorresponding to the given device genusTypeand include any additional devices with genus types derived from the specifiedType.DeviceQuerySession.getDevicesByQuery(DeviceQuery deviceQuery) Gets a list ofDevicesmatching the given device query,DeviceLookupSession.getDevicesByRecordType(Type deviceRecordType) Gets aDeviceListcontaining the given device recordType.DeviceSystemSession.getDevicesBySystem(Id systemId) Gets the list ofDevicesassociated with aSystem.DeviceSystemSession.getDevicesBySystems(IdList systemIds) Gets the list ofDevicecorresponding to a list ofSystems. -
Uses of DeviceList in org.osid.control.rules
Methods in org.osid.control.rules that return DeviceListModifier and TypeMethodDescriptionDeviceEnablerRuleLookupSession.getDevicesForDeviceEnabler(Id deviceEnablerId) Gets theDevicesmapped to aDeviceEnabler.