Uses of Interface
org.osid.mapping.path.rules.ObstacleEnablerList
Packages that use ObstacleEnablerList
Package
Description
The Open Service Interface Definitions for the org.osid.mapping.path.rules
service.
-
Uses of ObstacleEnablerList in org.osid.mapping.path.rules
Methods in org.osid.mapping.path.rules that return ObstacleEnablerListModifier and TypeMethodDescriptionObstacleEnablerLookupSession.getObstacleEnablers()Gets allObstacleEnablers.ObstacleEnablerSearchResults.getObstacleEnablers()Gets theObstacleEnablerListresulting from a search.ObstacleEnablerLookupSession.getObstacleEnablersByGenusType(Type obstacleEnablerGenusType) Gets anObstacleEnablerListcorresponding to the given obstacle enabler genusTypewhich does not include obstacle enabler of genus types derived from the specifiedType.ObstacleEnablerLookupSession.getObstacleEnablersByIds(IdList obstacleEnablerIds) Gets anObstacleEnablerListcorresponding to the givenIdList.ObstacleEnablerMapSession.getObstacleEnablersByMap(Id mapId) Gets the list of obstacle enabler associated with anMap.ObstacleEnablerMapSession.getObstacleEnablersByMaps(IdList mapIds) Gets the list of obstacle enabler corresponding to a list ofMaps.ObstacleEnablerLookupSession.getObstacleEnablersByParentGenusType(Type obstacleEnablerGenusType) Gets anObstacleEnablerListcorresponding to the given obstacle enabler genusTypeand include any additional obstacle enabler with genus types derived from the specifiedType.ObstacleEnablerQuerySession.getObstacleEnablersByQuery(ObstacleEnablerQuery obstacleEnablerQuery) Gets a list ofObstacleEnablersmatching the given obstacle enabler query.ObstacleEnablerLookupSession.getObstacleEnablersByRecordType(Type obstacleEnablerRecordType) Gets anObstacleEnablerListcontaining the given obstacle enabler recordType.ObstacleEnablerRuleLookupSession.getObstacleEnablersForObstacle(Id obstacleId) Gets theObstacleEnablerassociated with anObstacle.ObstacleEnablerLookupSession.getObstacleEnablersOnDate(DateTime from, DateTime to) Gets anObstacleEnablerListthat are effective for the entire given date range inclusive but not confined to the date range for any agent.ObstacleEnablerLookupSession.getObstacleEnablersOnDateWithAgent(Id agentId, DateTime from, DateTime to) Gets anObstacleEnablerListthat are effective for the entire given date range inclusive but not confined to the date range and evaluated against the given agent.