Uses of Interface
org.osid.ontology.SubjectList
Packages that use SubjectList
Package
Description
The Open Service Interface Definitions for the org.osid.ontology
service.
The Open Service Interface Definitions for the org.osid.tracking
service.
-
Uses of SubjectList in org.osid.ontology
Methods in org.osid.ontology that return SubjectListModifier and TypeMethodDescriptionSubjectHierarchySession.getChildSubjects(Id subjectId) Gets the children of the given subject.SubjectHierarchySession.getParentSubjects(Id subjectId) Gets the parents of the given subject.SubjectHierarchySession.getRootSubjects()Gets the root subjects in this subject hierarchy.SubjectLookupSession.getSubjects()Gets allSubjects.SubjectSearchResults.getSubjects()Gets the subject list resulting from the search.SubjectLookupSession.getSubjectsByCode(String code) Gets aSubjectListcontaining the given subject code.SubjectLookupSession.getSubjectsByGenusType(Type subjectGenusType) Gets aSubjectListcorresponding to the given subject genusTypewhich does not include subjects of genus types derived from the specifiedType.In plenary mode, the returned list contains all known subjects or an error results.SubjectLookupSession.getSubjectsByIds(IdList subjectIds) Gets aSubjectListcorresponding to the givenIdList.SubjectOntologySession.getSubjectsByOntologies(IdList ontologyIds) Gets the list ofSubjectscorresponding to a list ofOntologies.SubjectOntologySession.getSubjectsByOntology(Id ontologyId) Gets the list ofSubjectsassociated with anOntology.SubjectLookupSession.getSubjectsByParentGenusType(Type subjectGenusType) Gets aSubjectListcorresponding to the given subject genusTypeand include any additional subject with genus types derived from the specifiedType.In plenary mode, the returned list contains all known terms or an error results.SubjectQuerySession.getSubjectsByQuery(SubjectQuery subjectQuery) Gets a list ofSubjectsmatching the given subject query.SubjectLookupSession.getSubjectsByRecordType(Type subjectRecordType) Gets aSubjectListcontaining the given term recordType. -
Uses of SubjectList in org.osid.tracking
Methods in org.osid.tracking that return SubjectListModifier and TypeMethodDescriptionIssueTriagingSession.getAssignableTopics(Id queueId) Gets a list of assignable topics for a queue.