Uses of Interface
org.osid.control.rules.DeviceEnablerList
Packages that use DeviceEnablerList
Package
Description
The Open Service Interface Definitions for the org.osid.control.rules
service.
-
Uses of DeviceEnablerList in org.osid.control.rules
Methods in org.osid.control.rules that return DeviceEnablerListModifier and TypeMethodDescriptionDeviceEnablerLookupSession.getDeviceEnablers()Gets allDeviceEnablers.DeviceEnablerSearchResults.getDeviceEnablers()Gets theDeviceEnablerListresulting from a search.DeviceEnablerLookupSession.getDeviceEnablersByGenusType(Type deviceEnablerGenusType) Gets aDeviceEnablerListcorresponding to the given device enabler genusTypewhich does not include device enablers of genus types derived from the specifiedType.DeviceEnablerLookupSession.getDeviceEnablersByIds(IdList deviceEnablerIds) Gets aDeviceEnablerListcorresponding to the givenIdList.DeviceEnablerLookupSession.getDeviceEnablersByParentGenusType(Type deviceEnablerGenusType) Gets aDeviceEnablerListcorresponding to the given device enabler genusTypeand include any additional device enablers with genus types derived from the specifiedType.DeviceEnablerQuerySession.getDeviceEnablersByQuery(DeviceEnablerQuery deviceEnablerQuery) Gets a list ofDeviceEnablersmatching the given search.DeviceEnablerLookupSession.getDeviceEnablersByRecordType(Type deviceEnablerRecordType) Gets aDeviceEnablerListcontaining the given device enabler recordType.DeviceEnablerSystemSession.getDeviceEnablersBySystem(Id systemId) Gets the list of device enablers associated with aSystem.DeviceEnablerSystemSession.getDeviceEnablersBySystems(IdList systemIds) Gets the list of device enablers corresponding to a list ofSystems.DeviceEnablerRuleLookupSession.getDeviceEnablersForDevice(Id deviceId) Gets theDeviceEnablersassociated with aDevice.DeviceEnablerLookupSession.getDeviceEnablersOnDate(DateTime from, DateTime to) Gets aDeviceEnablerListthat are effective for the entire given date range but not confined to the date range.DeviceEnablerLookupSession.getDeviceEnablersOnDateWithAgent(Id agentId, DateTime from, DateTime to) Gets aDeviceEnablerListthat are effective for the entire given date range but not confined to the date range and evaluated against the given agent.