| Package | Description |
|---|---|
| org.osid.control.batch |
The Open Service Interface Definitions for the org.osid.control.batch
service.
|
| Modifier and Type | Method and Description |
|---|---|
SystemBatchFormList |
SystemBatchAdminSession.getSystemFormsForCreate(long number,
Type[] systemRecordTypes)
Gets the system forms for creating a bunch of new systems.
|
SystemBatchFormList |
SystemBatchAdminSession.getSystemFormsForUpdate(IdList systemIds)
Gets the system forms for updating an existing set of systems.
|
| Modifier and Type | Method and Description |
|---|---|
CreateResponseList |
SystemBatchAdminSession.createSystems(SystemBatchFormList systemForms)
Creates a new set of
Systems. |
UpdateResponseList |
SystemBatchAdminSession.updateSystems(SystemBatchFormList systemForms)
Updates existing system.
|