Uses of Interface
org.osid.topology.rules.EdgeEnablerList
Packages that use EdgeEnablerList
Package
Description
The Open Service Interface Definitions for the org.osid.topology.rules
service.
-
Uses of EdgeEnablerList in org.osid.topology.rules
Methods in org.osid.topology.rules that return EdgeEnablerListModifier and TypeMethodDescriptionEdgeEnablerLookupSession.getEdgeEnablers()Gets allEdgeEnablers.EdgeEnablerSearchResults.getEdgeEnablers()Gets theEdgeEnablerListresulting from a search.EdgeEnablerLookupSession.getEdgeEnablersByGenusType(Type edgeEnablerGenusType) Gets anEdgeEnablerListcorresponding to the given edge enabler genusTypewhich does not include edge enablers of genus types derived from the specifiedType.EdgeEnablerGraphSession.getEdgeEnablersByGraph(Id graphId) Gets the list of edge enablers associated with aGraph.EdgeEnablerLookupSession.getEdgeEnablersByIds(IdList edgeEnablerIds) Gets anEdgeEnablerListcorresponding to the givenIdList.EdgeEnablerGraphSession.getEdgeEnablersByOntologies(IdList graphIds) Gets the list of edge enablers corresponding to a list ofOntologies.EdgeEnablerLookupSession.getEdgeEnablersByParentGenusType(Type edgeEnablerGenusType) Gets anEdgeEnablerListcorresponding to the given edge enabler genusTypeand include any additional edge enablers with genus types derived from the specifiedType.EdgeEnablerQuerySession.getEdgeEnablersByQuery(EdgeEnablerQuery edgeEnablerQuery) Gets a list ofEdgeEnablersmatching the given edge enabler query.EdgeEnablerLookupSession.getEdgeEnablersByRecordType(Type edgeEnablerRecordType) Gets anEdgeEnablerListcontaining the given edge enabler recordType.EdgeEnablerRuleLookupSession.getEdgeEnablersForEdge(Id edgeId) Gets theEdgeEnablerassociated with anEdge.EdgeEnablerLookupSession.getEdgeEnablersOnDate(DateTime from, DateTime to) Gets anEdgeEnablerListwhich are effective for the entire given date range inclusive but not confined to the date range for any agent.EdgeEnablerLookupSession.getEdgeEnablersOnDateWithAgent(Id agentId, DateTime from, DateTime to) Gets anEdgeEnablerListwhich are effective for the entire given date range inclusive but not confined to the date range and evaluated against the given agent.