Uses of Interface
org.osid.ontology.rules.RelevancyEnablerList
Packages that use RelevancyEnablerList
Package
Description
The Open Service Interface Definitions for the org.osid.ontology.rules
service.
-
Uses of RelevancyEnablerList in org.osid.ontology.rules
Methods in org.osid.ontology.rules that return RelevancyEnablerListModifier and TypeMethodDescriptionRelevancyEnablerLookupSession.getRelevancyEnablers()Gets allRelevancyEnablers.RelevancyEnablerSearchResults.getRelevancyEnablers()Gets theRelevancyEnablerListresulting from a search.RelevancyEnablerLookupSession.getRelevancyEnablersByGenusType(Type relevancyEnablerGenusType) Gets aRelevancyEnablerListcorresponding to the given relevancy enabler genusTypewhich does not include relevancy enablers of genus types derived from the specifiedType.RelevancyEnablerLookupSession.getRelevancyEnablersByIds(IdList relevancyEnablerIds) Gets aRelevancyEnablerListcorresponding to the givenIdList.RelevancyEnablerOntologySession.getRelevancyEnablersByOntologies(IdList ontologyIds) Gets the list of relevancy enablers corresponding to a list ofOntologies.RelevancyEnablerOntologySession.getRelevancyEnablersByOntology(Id ontologyId) Gets the list of relevancy enablers associated with anOntology.RelevancyEnablerLookupSession.getRelevancyEnablersByParentGenusType(Type relevancyEnablerGenusType) Gets aRelevancyEnablerListcorresponding to the given relevancy enabler genusTypeand include any additional relevancy enablers with genus types derived from the specifiedType.RelevancyEnablerQuerySession.getRelevancyEnablersByQuery(RelevancyEnablerQuery relevancyEnablerQuery) Gets a list ofRelevancyEnablersmatching the given relevancy enabler query.RelevancyEnablerLookupSession.getRelevancyEnablersByRecordType(Type relevancyEnablerRecordType) Gets aRelevancyEnablerListcontaining the given relevancy enabler recordType.RelevancyEnablerRuleLookupSession.getRelevancyEnablersForRelevancy(Id relevancyId) Gets theRelevancyEnablerassociated with aRelevancy.RelevancyEnablerLookupSession.getRelevancyEnablersOnDate(DateTime from, DateTime to) Gets aRelevancyEnablerListthate are effective for the entire given date range inclusive but not confined to the date range for any agent.RelevancyEnablerLookupSession.getRelevancyEnablersOnDateWithAgent(Id agentId, DateTime from, DateTime to) Gets aRelevancyEnablerListthate are effective for the entire given date range inclusive but not confined to the date range and evaluated against the given agent.