| Package | Description |
|---|---|
| org.osid.authorization.batch |
The Open Service Interface Definitions for the org.osid.authorization.batch
service.
|
| Modifier and Type | Method and Description |
|---|---|
FunctionBatchFormList |
FunctionBatchAdminSession.getFunctionFormsForCreate(long number,
Type[] functionRecordTypes)
Gets the function forms for creating a bunch of new functions.
|
FunctionBatchFormList |
FunctionBatchAdminSession.getFunctionFormsForUpdate(IdList functionIds)
Gets the function forms for updating an existing set of functions.
|
| Modifier and Type | Method and Description |
|---|---|
CreateResponseList |
FunctionBatchAdminSession.createFunctions(FunctionBatchFormList functionForms)
Creates a new set of
Functions. |
UpdateResponseList |
FunctionBatchAdminSession.updateFunctions(FunctionBatchFormList functionForms)
Updates existing functions.
|