Uses of Interface
org.osid.control.rules.TriggerEnablerList
Packages that use TriggerEnablerList
Package
Description
The Open Service Interface Definitions for the org.osid.control.rules
service.
-
Uses of TriggerEnablerList in org.osid.control.rules
Methods in org.osid.control.rules that return TriggerEnablerListModifier and TypeMethodDescriptionTriggerEnablerLookupSession.getTriggerEnablers()Gets allTriggerEnablers.TriggerEnablerSearchResults.getTriggerEnablers()Gets theTriggerEnablerListresulting from a search.TriggerEnablerLookupSession.getTriggerEnablersByGenusType(Type triggerEnablerGenusType) Gets aTriggerEnablerListcorresponding to the given trigger enabler genusTypewhich does not include trigger enablers of genus types derived from the specifiedType.TriggerEnablerLookupSession.getTriggerEnablersByIds(IdList triggerEnablerIds) Gets aTriggerEnablerListcorresponding to the givenIdList.TriggerEnablerLookupSession.getTriggerEnablersByParentGenusType(Type triggerEnablerGenusType) Gets aTriggerEnablerListcorresponding to the given trigger enabler genusTypeand include any additional trigger enablers with genus types derived from the specifiedType.TriggerEnablerQuerySession.getTriggerEnablersByQuery(TriggerEnablerQuery triggerEnablerQuery) Gets a list ofTriggerEnablersmatching the given search.TriggerEnablerLookupSession.getTriggerEnablersByRecordType(Type triggerEnablerRecordType) Gets aTriggerEnablerListcontaining the given trigger enabler recordType.TriggerEnablerSystemSession.getTriggerEnablersBySystem(Id systemId) Gets the list of trigger enablers associated with aSystem.TriggerEnablerSystemSession.getTriggerEnablersBySystems(IdList systemIds) Gets the list of trigger enablers corresponding to a list ofSystemsTriggerEnablerRuleLookupSession.getTriggerEnablersForTrigger(Id triggerId) Gets theTriggerEnablersassociated with aTrigger.TriggerEnablerLookupSession.getTriggerEnablersOnDate(DateTime from, DateTime to) Gets aTriggerEnablerListthat are effective for the entire given date range but not confined to the date range.TriggerEnablerLookupSession.getTriggerEnablersOnDateWithAgent(Id agentId, DateTime from, DateTime to) Gets aTriggerEnablerListthat are effective for the entire given date range but not confined to the date range and evaluated against the given agent.