Interface | osid.grading.transform.GradingTransformManager | ||
---|---|---|---|
Implements | osid.OsidManager | ||
osid.grading.transform.GradingTransformProfile | |||
Description |
The grading transform manager provides access to grading transform sessions and provides interoperability tests for various aspects of this service. The sessions included in this manager are:
| ||
Method | getGradeSystemTransformationSession | ||
Description |
Gets the session for transforming grades among grade
systems. The available transformations can be examined
through the | ||
Parameters | osid.id.Id | sourceGradeSystemId | the Id of the source grade system |
osid.id.Id | targetGradeSystemId | the Id of the target grade system | |
Return | osid.grading.transform.GradeSystemTransformationSession | a GradeSystemTransformationSession | |
Errors | NOT_FOUND | no transform exists between souceGradebookId and
targetGradeSystemId | |
NULL_ARGUMENT | sourceGradeSystemId or targetGradeSystemIdId
is null | ||
OPERATION_FAILED | unable to complete request | ||
UNIMPLEMENTED | supportsGradeSystemTransformation() is false | ||
Compliance | optional | This method must be implemented if
supportsGradeSystemTransformation() is true. | |
Method | getGradeSystemTransformLookupSession | ||
Description |
Gets the | ||
Return | osid.grading.transform.GradeSystemTransformLookupSession | a GradeSystemTransformLookupSession | |
Errors | OPERATION_FAILED | unable to complete request | |
UNIMPLEMENTED | supportsGradeSystemTransformLookup() is false | ||
Compliance | optional | This method must be implemented if
supportsGradeSystemTransformLookup() is true. | |
Method | getGradeSystemTransformLookupSessionForGradebook | ||
Description |
Gets the | ||
Parameters | osid.id.Id | gradebookId | the Id of the gradebook |
Return | osid.grading.transform.GradeSystemTransformLookupSession | a GradeSystemTransformLookupSession | |
Errors | NOT_FOUND | gradebookId not found | |
NULL_ARGUMENT | gradebookId is null | ||
OPERATION_FAILED | unable to complete request | ||
UNIMPLEMENTED | supportsGradeSystemTransformLookup() or
supportsVisibleFederation() is false | ||
Compliance | optional | This method must be implemented if
supportsGradeSystemTransformLookup() and
supportsVisibleFederation() are true. | |
Method | getGradeSystemTransformAdminSession | ||
Description |
Gets the | ||
Return | osid.grading.transform.GradeSystemTransformAdminSession | a GradeSystemTransformAdminSession | |
Errors | OPERATION_FAILED | unable to complete request | |
UNIMPLEMENTED | supportsGradeSystemTransformAdmin() is false | ||
Compliance | optional | This method must be implemented if
supportsGradeSystemTransformAdmin() is true. | |
Method | getGradeSystemTransformAdminSessionForGradebook | ||
Description |
Gets the | ||
Parameters | osid.id.Id | gradebookId | the Id of the gradebook |
Return | osid.grading.transform.GradeSystemTransformAdminSession | a GradeSystemTransformAdminSession | |
Errors | NOT_FOUND | gradebookId not found | |
NULL_ARGUMENT | gradebookId is null | ||
OPERATION_FAILED | unable to complete request | ||
UNIMPLEMENTED | supportsGradeSystemTransformAdmin() or
supportsVisibleFederation() is false | ||
Compliance | optional | This method must be implemented if
supportsGradeSystemTransformAdmin() and
supportsVisibleFederation() are true. | |
Method | getGradeSystemTransformNotificationSession | ||
Description |
Gets the notification session for notifications pertaining to grade system transform changes. | ||
Parameters | osid.grading.transform.GradeSystemTransformReceiver | gradeSystemTransformReceiver | the grade system transform receiver interface |
Return | osid.grading.transform.GradeSystemTransformNotificationSession | a GradeSystemTransformNotificationSession | |
Errors | NULL_ARGUMENT | gradeSystemReceiver is null | |
OPERATION_FAILED | unable to complete request | ||
UNIMPLEMENTED | supportsGradeSystemTransformNotification() is false
| ||
Compliance | optional | This method must be implemented if
supportsGradeSystemTransformNotification() is true. | |
Method | getGradeSystemTransformNotificationSessionForGradebook | ||
Description |
Gets the | ||
Parameters | osid.grading.transform.GradeSystemTransformReceiver | gradeSystemTransformReceiver | the grade system transform receiver interface |
osid.id.Id | gradebookId | the Id of the gradebook | |
Return | osid.grading.transform.GradeSystemTransformNotificationSession | a GradeSystemTransformNotificationSession | |
Errors | NOT_FOUND | gradebookId not found | |
NULL_ARGUMENT | gradeSystemReceiver or gradebookId is
null | ||
OPERATION_FAILED | unable to complete request | ||
UNIMPLEMENTED | supportsGradeSystemTransformNotification() or
supportsVisibleFederation() is false | ||
Compliance | optional | This method must be implemented if
supportsGradeSystemTransformNotification() and
supportsVisibleFederation() are true. |