Interface | osid.control.ActionGroup | ||
---|---|---|---|
Implements | osid.OsidObject | ||
osid.Aggregateable | |||
Description |
An | ||
Method | getActionIds | ||
Description |
Gets the action | ||
Return | osid.id.IdList | the action Ids | |
Compliance | mandatory | This method must be implemented. | |
Method | getActions | ||
Description |
Gets the actions. | ||
Return | osid.control.ActionList | the actions | |
Errors | OPERATION_FAILED | unable to complete request | |
Compliance | mandatory | This method must be implemented. | |
Method | getActionGroupRecord | ||
Description |
Gets the action group record corresponding to the given
| ||
Parameters | osid.type.Type | actionGroupRecordType | the type of action group record to retrieve |
Return | osid.control.records.ActionGroupRecord | the action group record | |
Errors | NULL_ARGUMENT | actionGroupRecordType is null | |
OPERATION_FAILED | unable to complete request | ||
UNSUPPORTED | hasRecordType(actionGroupRecordType) is false | ||
Compliance | mandatory | This method must be implemented. |