Uses of Interface
org.osid.ontology.batch.SubjectBatchFormList
Packages that use SubjectBatchFormList
Package
Description
The Open Service Interface Definitions for the org.osid.ontology.batch
service.
-
Uses of SubjectBatchFormList in org.osid.ontology.batch
Methods in org.osid.ontology.batch that return SubjectBatchFormListModifier and TypeMethodDescriptionSubjectBatchAdminSession.getSubjectFormsForCreate(long number, Type[] subjectRecordTypes) Gets the subject forms for creating a bunch of new subjects.SubjectBatchAdminSession.getSubjectFormsForUpdate(IdList subjectIds) Gets the subject forms for updating an existing set of subjects.Methods in org.osid.ontology.batch with parameters of type SubjectBatchFormListModifier and TypeMethodDescriptionSubjectBatchAdminSession.createSubjects(SubjectBatchFormList subjectForms) Creates a new set ofSubjects.SubjectBatchAdminSession.updateSubjects(SubjectBatchFormList subjectForms) Updates existing subjects.