Interface | osid.authorization.Function | ||
---|---|---|---|
Implements | osid.OsidRule | ||
Description |
A | ||
Method | getQualifierHierarchyId | ||
Description |
Gets the qualifier hierarchy | ||
Return | osid.id.Id | the qualifier hierarchy Id | |
Compliance | mandatory | This method must be implemented. | |
Method | getQualifierHierarchy | ||
Description |
Gets the qualifier hierarchy for this function. | ||
Return | osid.hierarchy.Hierarchy | the qualifier hierarchy | |
Errors | OPERATION_FAILED | unable to complete request | |
Compliance | mandatory | This method must be implemented. | |
Method | getFunctionRecord | ||
Description |
Gets the function record corresponding to the given
| ||
Parameters | osid.type.Type | functionRecordType | the type of the record to retrieve |
Return | osid.authorization.records.FunctionRecord | the function 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. |