Interface | osid.grading.transform.GradingTransformProfile | ||
---|---|---|---|
Implements | osid.OsidProfile | ||
Description |
The | ||
Method | supportsVisibleFederation | ||
Description |
Tests if federation is visible. | ||
Return | boolean | true if visible federation is supported ,
false otherwise | |
Compliance | mandatory | This method must be implemented. | |
Method | supportsGradeSystemTransformation | ||
Description |
Tests if a grade system transformation service is supported. | ||
Return | boolean | true if grade system transformation is supported, false otherwise | |
Compliance | mandatory | This method must be implemented. | |
Method | supportsGradeSystemTransformLookup | ||
Description |
Tests if a grade system transform lookup service is supported. | ||
Return | boolean | true if grade system transform lookup is supported, false otherwise | |
Compliance | mandatory | This method must be implemented. | |
Method | supportsGradeSystemTransformAdmin | ||
Description |
Tests if a grade system transform admin service is supported. | ||
Return | boolean | true if grade system transform admin is supported,
false otherwise | |
Compliance | mandatory | This method must be implemented. | |
Method | supportsGradeSystemTransformNotification | ||
Description |
Tests if a grade system transform notification service is supported. | ||
Return | boolean | true if grade system transform notification is supported,
false otherwise | |
Compliance | mandatory | This method must be implemented. | |
Method | getGradeSystemTransformRecordTypes | ||
Description |
Gets the supported | ||
Return | osid.type.TypeList | a list containing the supported GradeSystemTransform record
types | |
Compliance | mandatory | This method must be implemented. | |
Method | supportsGradeSystemTransformRecordType | ||
Description |
Tests if the given | ||
Parameters | osid.type.Type | gradeSystemTransformRecordType | a Type indicating a GradeSystemTransform
record type |
Return | boolean | true if the given Type is supported, false
otherwise | |
Errors | NULL_ARGUMENT | gradeSystemTransformRecordType is null | |
Compliance | mandatory | This method must be implemented. |