Package | Description |
---|---|
org.osid.personnel.batch |
The Open Service Interface Definitions for the org.osid.personnel.batch
service.
|
Modifier and Type | Method and Description |
---|---|
PersonBatchFormList |
PersonBatchAdminSession.getPersonFormsForCreate(long number,
Type[] personRecordTypes)
Gets the person forms for creating a bunch of new persons.
|
PersonBatchFormList |
PersonBatchAdminSession.getPersonFormsForUpdate(IdList personIds)
Gets the person forms for updating an existing set of persons.
|
Modifier and Type | Method and Description |
---|---|
CreateResponseList |
PersonBatchAdminSession.createPersons(PersonBatchFormList personForms)
Creates a new set of
Persons. |
UpdateResponseList |
PersonBatchAdminSession.updatePersons(PersonBatchFormList personForms)
Updates existing persons.
|