Uses of Interface
org.osid.ontology.RelevancyList
Packages that use RelevancyList
Package
Description
The Open Service Interface Definitions for the org.osid.ontology
service.
The Open Service Interface Definitions for the org.osid.ontology.rules
service.
-
Uses of RelevancyList in org.osid.ontology
Methods in org.osid.ontology that return RelevancyListModifier and TypeMethodDescriptionRelevancyLookupSession.getRelevancies()Gets all relevancies.RelevancySearchResults.getRelevancies()Gets the relevancy list resulting from the search.RelevancyLookupSession.getRelevanciesByGenusType(Type relevancyGenusType) Gets the relevancies for the given relevancy and genus type.RelevancyLookupSession.getRelevanciesByGenusTypeForMappedId(Id id, Type relevancyGenusType) Gets theRelevancyelements mapped to anIdof the given relevancy genusTypewhich includes derived genusTypes.RelevancyLookupSession.getRelevanciesByGenusTypeForMappedIdOnDate(Id id, Type relevancyGenusType, DateTime from, DateTime to) Gets aRelevancyListof the given genus type for the given mappedIdeffective during the entire given date range inclusive but not confined to the date range.RelevancyLookupSession.getRelevanciesByGenusTypeForSubject(Id subjectId, Type relevancyGenusType) Gets theRelevancymapped to a subjectIdand relevancygenus Type.RelevancyLookupSession.getRelevanciesByGenusTypeForSubjectAndMappedId(Id subjectId, Id id, Type relevancyGenusType) Gets theRelevancyof the given genus type and mapped to a subject and mappedId.RelevancyLookupSession.getRelevanciesByGenusTypeForSubjectAndMappedIdOnDate(Id subjectId, Id id, Type relevancyGenusType, DateTime from, DateTime to) Gets aRelevancyListof the given genus type and related to the given subject and mappedIdeffective during the entire given date range inclusive but not confined to the date range.RelevancyLookupSession.getRelevanciesByGenusTypeForSubjectOnDate(Id subjectId, Type relevancyGenusType, DateTime from, DateTime to) Gets aRelevancyListof the given genus type for the given subject effective during the entire given date range inclusive but not confined to the date range.RelevancyLookupSession.getRelevanciesByGenusTypeOnDate(Type relevancyGenusType, DateTime from, DateTime to) Gets aRelevancyListof the given genus type and effective during the entire given date range inclusive but not confined to the date range.RelevancyLookupSession.getRelevanciesByIds(IdList relevancyIds) Gets aRelevancyListcorresponding to the givenIdList.RelevancyOntologySession.getRelevanciesByOntologies(IdList ontologyIds) Gets the list ofRelevanciescorresponding to a list ofOntologies.RelevancyOntologySession.getRelevanciesByOntology(Id ontologyId) Gets the list ofRelevanciesassociated with anOntology.RelevancyLookupSession.getRelevanciesByParentGenusType(Type relevancyGenusType) Gets the relevancies for the given relevancy genus type and include any relevancies with a genus type derived from the specified genus type.RelevancyQuerySession.getRelevanciesByQuery(RelevancyQuery relevancyQuery) Gets a list of relevancies matching the given relevancy query.RelevancyLookupSession.getRelevanciesByRecordType(Type relevancyRecordType) Gets aRelevancyListcontaining the given relevancy recordType.RelevancyLookupSession.getRelevanciesForMappedId(Id id) Gets theRelevancyelements mapped to anId.RelevancyLookupSession.getRelevanciesForMappedIdOnDate(Id id, DateTime from, DateTime to) Gets aRelevancyListfor the given mappedIdeffective during the entire given date range inclusive but not confined to the date range.RelevancyLookupSession.getRelevanciesForMappedIds(IdList ids) Gets the relevancies for the given mappedIds.RelevancyLookupSession.getRelevanciesForSubject(Id subjectId) Gets theRelevancymapped to a subjectId.RelevancyLookupSession.getRelevanciesForSubjectAndMappedId(Id subjectId, Id id) Gets theRelevancymapped to a subject and mappedId.RelevancyLookupSession.getRelevanciesForSubjectAndMappedIdOnDate(Id subjectId, Id id, DateTime from, DateTime to) Gets aRelevancyListfor the given subject and mappedIdeffective during the entire given date range inclusive but not confined to the date range.RelevancyLookupSession.getRelevanciesForSubjectOnDate(Id subjectId, DateTime from, DateTime to) Gets aRelevancyListfor the given subject effective during the entire given date range inclusive but not confined to the date range.RelevancyLookupSession.getRelevanciesForSubjects(IdList subjectIds) Gets the relevancies for the given subjectIds.RelevancyLookupSession.getRelevanciesOnDate(DateTime from, DateTime to) Gets aRelevancyListeffective during the entire given date range inclusive but not confined to the date range. -
Uses of RelevancyList in org.osid.ontology.rules
Methods in org.osid.ontology.rules that return RelevancyListModifier and TypeMethodDescriptionRelevancyEnablerRuleLookupSession.getRelevanciesForRelevancyEnabler(Id relevancyEnablerId) Gets theRelevanciesmapped to aRelevancyEnabler.