| Interface | osid.id.batch.IdBatchAdminSession | ||
|---|---|---|---|
| Implements | osid.id.IdAdminSession | ||
| Description | 
                 This session creates   Create operations differ in their usage. To create an 
                  The   Once a batch of   | ||
| Method | getIdFormsForCreate | ||
| Description | 
                     Gets the   | ||
| Parameters | cardinal | number | ther number of forms to request | 
| Return | osid.id.batch.IdBatchFormList | the  Id  forms  | |
| Errors | OPERATION_FAILED | unable to complete request | |
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | createIds | ||
| Description | 
                     Creates a new set of   | ||
| Parameters | osid.id.batch.IdBatchFormList | idForms | the  Id  forms  | 
| Return | osid.transaction.batch.CreateResponseList | the create responses | |
| Errors | NULL_ARGUMENT |  idForms  is  null   |                 |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | aliasIds | ||
| Description | 
                     Makes a set of   | ||
| Parameters | osid.transaction.batch.AliasRequestList | aliasRequests | the alias requests | 
| Return | osid.transaction.batch.AliasResponseList | the alias responses | |
| Errors | NULL_ARGUMENT |  aliasRequests  is  null   |                 |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |