Uses of Interface
org.osid.control.InputList
Packages that use InputList
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 InputList in org.osid.control
Methods in org.osid.control that return InputListModifier and TypeMethodDescriptionInputLookupSession.getInputs()Gets allInputs.InputSearchResults.getInputs()Gets the input list resulting from a search.InputLookupSession.getInputsByGenusType(Type inputGenusType) Gets aInputListcorresponding to the given input genusTypewhich does not include inputs of genus types derived from the specifiedType.InputLookupSession.getInputsByIds(IdList inputIds) Gets aInputListcorresponding to the givenIdList.InputLookupSession.getInputsByParentGenusType(Type inputGenusType) Gets aInputListcorresponding to the given input genusTypeand include any additional inputs with genus types derived from the specifiedType.InputQuerySession.getInputsByQuery(InputQuery inputQuery) Gets a list ofInputsmatching the given input query.InputLookupSession.getInputsByRecordType(Type inputRecordType) Gets aInputListcontaining the given input recordType.InputSystemSession.getInputsBySystem(Id systemId) Gets the list ofInputsassociated with aSystem.InputSystemSession.getInputsBySystems(IdList systemIds) Gets the list ofInputcorresponding to a list ofSystems.InputLookupSession.getInputsForController(Id controllerId) Gets a list of inputs for a controller.InputLookupSession.getInputsForControllerOnDate(Id controllerId, DateTime from, DateTime to) Gets a list of inputs for a controller and effective during the entire given date range inclusive but not confined to the date range.InputLookupSession.getInputsForDevice(Id deviceId) Gets a list of inputs for a device.InputLookupSession.getInputsForDeviceAndController(Id deviceId, Id controllerId) Gets a list of inputs for a device and controller.InputLookupSession.getInputsForDeviceAndControllerOnDate(Id deviceId, Id controllerId, DateTime from, DateTime to) Gets a list of inputs for the device and controller and effective during the entire given date range inclusive but not confined to the date range.InputLookupSession.getInputsForDeviceOnDate(Id deviceId, DateTime from, DateTime to) Gets a list of inputs for a device and effective during the entire given date range inclusive but not confined to the date range.InputLookupSession.getInputsOnDate(DateTime from, DateTime to) Gets a list of inputs effective during the entire given date range inclusive but not confined to the date range. -
Uses of InputList in org.osid.control.rules
Methods in org.osid.control.rules that return InputListModifier and TypeMethodDescriptionInputEnablerRuleLookupSession.getInputsForInputEnabler(Id inputEnablerId) Gets theInputsmapped to anInputEnabler.