Uses of Interface
org.osid.ontology.SubjectForm
Packages that use SubjectForm
Package
Description
The Open Service Interface Definitions for the org.osid.ontology
service.
The Open Service Interface Definitions for the org.osid.ontology.batch
service.
-
Uses of SubjectForm in org.osid.ontology
Methods in org.osid.ontology that return SubjectFormModifier and TypeMethodDescriptionSubjectAdminSession.getSubjectFormForCreate(Type[] subjectRecordTypes) Gets the subject form for creating new subjects.SubjectAdminSession.getSubjectFormForUpdate(Id subjectId) Gets the subject form for updating an existing subject.Methods in org.osid.ontology with parameters of type SubjectFormModifier and TypeMethodDescriptionSubjectAdminSession.createSubject(SubjectForm subjectForm) Creates a newSubject.voidSubjectAdminSession.updateSubject(SubjectForm subjectForm) Updates an existing subject. -
Uses of SubjectForm in org.osid.ontology.batch
Subinterfaces of SubjectForm in org.osid.ontology.batchModifier and TypeInterfaceDescriptioninterfaceThis is the form for creating and updating subjects in bulk.