| Interface | osid.authorization.FunctionForm | ||
|---|---|---|---|
| Implements | osid.OsidRuleForm | ||
| Description |
This is the form for creating and updating | ||
| Method | getQualifierHierarchyMetadata | ||
| Description |
Gets the metadata for a qualifier hierarchy. | ||
| Return | osid.Metadata | metadata for the qualifier hierarchy | |
| Compliance | mandatory | This method must be implemented. | |
| Method | setQualifierHierarchy | ||
| Description |
Sets the qualifier hierarchy. | ||
| Parameters | osid.id.Id | qualifierHierarchyId | the new qualifier hierarchy |
| Errors | INVALID_ARGUMENT | qualifierHierarchyId is invalid | |
| NO_ACCESS | Metadata.isReadOnly() is true | ||
| NULL_ARGUMENT | qualifierHierarchyId is null | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | clearQualifierHierarchy | ||
| Description |
Clears the qualifier hierarchy. | ||
| Errors | NO_ACCESS | Metadata.isRequired() or Metadata.isReadOnly()
is true | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getFunctionFormRecord | ||
| Description |
Gets the | ||
| Parameters | osid.type.Type | functionRecordType | the function record type |
| Return | osid.authorization.records.FunctionFormRecord | the function form record | |
| Errors | NULL_ARGUMENT | functionRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED | hasRecordType(functionRecordType) is false | ||
| Compliance | mandatory | This method must be implemented. | |