Package | Description |
---|---|
org.osid.ontology |
The Open Service Interface Definitions for the org.osid.ontology
service.
|
org.osid.tracking |
The Open Service Interface Definitions for the org.osid.tracking
service.
|
Modifier and Type | Method and Description |
---|---|
Subject |
SubjectAdminSession.createSubject(SubjectForm subjectForm)
Creates a new
Subject. |
Subject |
SubjectList.getNextSubject()
Gets the next
Subject in this list. |
Subject[] |
SubjectList.getNextSubjects(long n)
Gets the next set of
Subject elements in this list
which must be less than or equal to the number returned from
available(). |
Subject |
Relevancy.getSubject()
Gets the
Subject. |
Subject |
SubjectNode.getSubject()
Gets the
Subject at this node. |
Subject |
SubjectLookupSession.getSubject(Id subjectId)
Gets the
Subject specified by its Id. |
Modifier and Type | Method and Description |
---|---|
Subject |
Issue.getTopic()
Gets the topic.
|