Uses of Interface
org.osid.control.rules.InputEnablerList
Packages that use InputEnablerList
Package
Description
The Open Service Interface Definitions for the org.osid.control.rules
service.
-
Uses of InputEnablerList in org.osid.control.rules
Methods in org.osid.control.rules that return InputEnablerListModifier and TypeMethodDescriptionInputEnablerLookupSession.getInputEnablers()Gets allInputEnablers.InputEnablerSearchResults.getInputEnablers()Gets theInputEnablerListresulting from a search.InputEnablerLookupSession.getInputEnablersByGenusType(Type inputEnablerGenusType) Gets anInputEnablerListcorresponding to the given input enabler genusTypewhich does not include input enablers of genus types derived from the specifiedType.InputEnablerLookupSession.getInputEnablersByIds(IdList inputEnablerIds) Gets anInputEnablerListcorresponding to the givenIdList.InputEnablerLookupSession.getInputEnablersByParentGenusType(Type inputEnablerGenusType) Gets anInputEnablerListcorresponding to the given input enabler genusTypeand include any additional input enablers with genus types derived from the specifiedType.InputEnablerQuerySession.getInputEnablersByQuery(InputEnablerQuery inputEnablerQuery) Gets a list ofInputEnablersmatching the given search.InputEnablerLookupSession.getInputEnablersByRecordType(Type inputEnablerRecordType) Gets anInputEnablerListcontaining the given input enabler recordType.InputEnablerSystemSession.getInputEnablersBySystem(Id systemId) Gets the list of input enablers associated with aSystem.InputEnablerSystemSession.getInputEnablersBySystems(IdList systemIds) Gets the list of input enablers corresponding to a list ofSystems.InputEnablerRuleLookupSession.getInputEnablersForInput(Id inputId) Gets theInputEnablerassociated with anInput.InputEnablerLookupSession.getInputEnablersOnDate(DateTime from, DateTime to) Gets anInputEnablerListeffective within the given date range.InputEnablerLookupSession.getInputEnablersOnDateWithAgent(Id agentId, DateTime from, DateTime to) Gets anInputEnablerListeffective during the entire given date range but not confined to the date range and evaluated against the given agent.