Uses of Interface
org.osid.mapping.path.rules.SignalEnablerList
Packages that use SignalEnablerList
Package
Description
The Open Service Interface Definitions for the org.osid.mapping.path.rules
service.
-
Uses of SignalEnablerList in org.osid.mapping.path.rules
Methods in org.osid.mapping.path.rules that return SignalEnablerListModifier and TypeMethodDescriptionSignalEnablerLookupSession.getSignalEnablers()Gets allSignalEnablers.SignalEnablerSearchResults.getSignalEnablers()Gets theSignalEnablerListresulting from a search.SignalEnablerLookupSession.getSignalEnablersByGenusType(Type signalEnablerGenusType) Gets aSignalEnablerListcorresponding to the given signal enabler genusTypewhich does not include signal enabler of genus types derived from the specifiedType.SignalEnablerLookupSession.getSignalEnablersByIds(IdList signalEnablerIds) Gets aSignalEnablerListcorresponding to the givenIdList.SignalEnablerMapSession.getSignalEnablersByMap(Id mapId) Gets the list of signal enabler associated with anMap.SignalEnablerMapSession.getSignalEnablersByMaps(IdList mapIds) Gets the list of signal enabler corresponding to a list ofMaps.SignalEnablerLookupSession.getSignalEnablersByParentGenusType(Type signalEnablerGenusType) Gets aSignalEnablerListcorresponding to the given signal enabler genusTypeand include any additional signal enabler with genus types derived from the specifiedType.SignalEnablerQuerySession.getSignalEnablersByQuery(SignalEnablerQuery signalEnablerQuery) Gets a list ofSignalEnablersmatching the given signal enabler query.SignalEnablerLookupSession.getSignalEnablersByRecordType(Type signalEnablerRecordType) Gets aSignalEnablerListcontaining the given signal enabler recordType.SignalEnablerRuleLookupSession.getSignalEnablersForSignal(Id signalId) Gets theSignalEnablerassociated with aSignal.SignalEnablerLookupSession.getSignalEnablersOnDate(DateTime from, DateTime to) Gets aSignalEnablerListthat are effective for the entire given date range inclusive but not confined to the date range for any agent.SignalEnablerLookupSession.getSignalEnablersOnDateWithAgent(Id agentId, DateTime from, DateTime to) Gets aSignalEnablerListthat are effective for the entire given date range inclusive but not confined to the date range and evaluated against the given agent.