Uses of Interface
org.osid.control.rules.ActionEnablerList
Packages that use ActionEnablerList
Package
Description
The Open Service Interface Definitions for the org.osid.control.rules
service.
-
Uses of ActionEnablerList in org.osid.control.rules
Methods in org.osid.control.rules that return ActionEnablerListModifier and TypeMethodDescriptionActionEnablerLookupSession.getActionEnablers()Gets allActionEnablers.ActionEnablerSearchResults.getActionEnablers()Gets theActionEnablerListresulting from a search.ActionEnablerLookupSession.getActionEnablersByGenusType(Type actionEnablerGenusType) Gets anActionEnablerListcorresponding to the given action enabler genusTypewhich does not include action enablers of genus types derived from the specifiedType.ActionEnablerLookupSession.getActionEnablersByIds(IdList actionEnablerIds) Gets anActionEnablerListcorresponding to the givenIdList.ActionEnablerLookupSession.getActionEnablersByParentGenusType(Type actionEnablerGenusType) Gets anActionEnablerListcorresponding to the given action enabler genusTypeand include any additional action enablers with genus types derived from the specifiedType.ActionEnablerQuerySession.getActionEnablersByQuery(ActionEnablerQuery actionEnablerQuery) Gets a list ofActionEnablersmatching the given search.ActionEnablerLookupSession.getActionEnablersByRecordType(Type actionEnablerRecordType) Gets anActionEnablerListcontaining the given action enabler recordType.ActionEnablerSystemSession.getActionEnablersBySystem(Id systemId) Gets the list of action enablers associated with aSystem.ActionEnablerSystemSession.getActionEnablersBySystems(IdList systemIds) Gets the list of action enablers corresponding to a list ofSystems.ActionEnablerRuleLookupSession.getActionEnablersForAction(Id actionId) Gets theActionEnablersassociated with anAction.ActionEnablerLookupSession.getActionEnablersOnDate(DateTime from, DateTime to) Gets anActionEnablerListthat are effective for the entire given date range but not confined to the date range.ActionEnablerLookupSession.getActionEnablersOnDateWithAgent(Id agentId, DateTime from, DateTime to) Gets anActionEnablerListthat are effective for the entire given date range but not confined to the date range and evaluated against the given agent.