| Package | Description |
|---|---|
| org.osid.control |
The Open Service Interface Definitions for the org.osid.control
service.
|
| org.osid.control.batch |
The Open Service Interface Definitions for the org.osid.control.batch
service.
|
| Modifier and Type | Method and Description |
|---|---|
ActionGroupForm |
ActionGroupAdminSession.getActionGroupFormForCreate(Type[] actionGroupRecordTypes)
Gets the action group form for creating new action groups.
|
ActionGroupForm |
ActionGroupAdminSession.getActionGroupFormForUpdate(Id actionGroupId)
Gets the action group form for updating an existing action group.
|
| Modifier and Type | Method and Description |
|---|---|
ActionGroup |
ActionGroupAdminSession.createActionGroup(ActionGroupForm actionGroupForm)
Creates a new
ActionGroup. |
void |
ActionGroupAdminSession.updateActionGroup(ActionGroupForm actionGroupForm)
Updates an existing action group.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ActionGroupBatchForm
This is the form for creating and updating action groups in bulk.
|