Interface | osid.grading.transform.GradingTransformProxyManager | ||
---|---|---|---|
Implements | osid.OsidProxyManager | ||
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. Methods in this manager
accept a
| ||
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 | |
osid.proxy.Proxy | proxy | a proxy | |
Return | osid.grading.transform.GradeSystemTransformationSession | a GradeSystemTransformationSession | |
Errors | NOT_FOUND | no transform exists between souceGradebookId and
targetGradeSystemId | |
NULL_ARGUMENT | sourceGradeSystemId, targetGradeSystemIdId or proxy
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 | ||
Parameters | osid.proxy.Proxy | proxy | a proxy |
Return | osid.grading.transform.GradeSystemTransformLookupSession | a GradeSystemTransformLookupSession | |
Errors | NULL_ARGUMENT | proxy is null | |
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 |
osid.proxy.Proxy | proxy | a proxy | |
Return | osid.grading.transform.GradeSystemTransformLookupSession | a GradeSystemTransformLookupSession | |
Errors | NOT_FOUND | gradebookId not found | |
NULL_ARGUMENT | gradebookId or proxy 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 | ||
Parameters | osid.proxy.Proxy | proxy | a proxy |
Return | osid.grading.transform.GradeSystemTransformAdminSession | a GradeSystemTransformAdminSession | |
Errors | NULL_ARGUMENT | proxy is null | |
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 |
osid.proxy.Proxy | proxy | a proxy | |
Return | osid.grading.transform.GradeSystemTransformAdminSession | a GradeSystemTransformAdminSession | |
Errors | NOT_FOUND | gradebookId not found | |
NULL_ARGUMENT | gradebookId or proxy 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 |
osid.proxy.Proxy | proxy | a proxy | |
Return | osid.grading.transform.GradeSystemTransformNotificationSession | a GradeSystemTransformNotificationSession | |
Errors | NULL_ARGUMENT | gradeSystemReceiver or proxy 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 | |
osid.proxy.Proxy | proxy | a proxy | |
Return | osid.grading.transform.GradeSystemTransformNotificationSession | a GradeSystemTransformNotificationSession | |
Errors | NOT_FOUND | gradebookId not found | |
NULL_ARGUMENT | gradeSystemReceiver, gradebookId or proxy 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. |