Uses of Interface
org.osid.control.TriggerList
Packages that use TriggerList
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 TriggerList in org.osid.control
Methods in org.osid.control that return TriggerListModifier and TypeMethodDescriptionTriggerLookupSession.getTriggers()Gets allTriggers.TriggerSearchResults.getTriggers()Gets the trigger list resulting from a search.TriggerLookupSession.getTriggersByGenusType(Type triggerGenusType) Gets aTriggerListcorresponding to the given trigger genusTypewhich does not include triggers of genus types derived from the specifiedType.TriggerLookupSession.getTriggersByIds(IdList triggerIds) Gets aTriggerListcorresponding to the givenIdList.TriggerLookupSession.getTriggersByParentGenusType(Type triggerGenusType) Gets aTriggerListcorresponding to the given trigger genusTypeand include any additional triggers with genus types derived from the specifiedType.TriggerQuerySession.getTriggersByQuery(TriggerQuery triggerQuery) Gets a list ofTriggersmatching the given trigger query.TriggerLookupSession.getTriggersByRecordType(Type triggerRecordType) Gets aTriggerListcontaining the given trigger recordType.TriggerSystemSession.getTriggersBySystem(Id systemId) Gets the list ofTriggersassociated with aSystem.TriggerSystemSession.getTriggersBySystems(IdList systemIds) Gets the list ofTriggercorresponding to a list ofSystems.TriggerLookupSession.getTriggersForController(Id controllerId) Gets a list of triggers for the given controller. -
Uses of TriggerList in org.osid.control.rules
Methods in org.osid.control.rules that return TriggerListModifier and TypeMethodDescriptionTriggerEnablerRuleLookupSession.getTriggersForTriggerEnabler(Id triggerEnablerId) Gets theTriggersmapped to aTriggerEnabler.