Interface | osid.grading.transform.GradeSystemTransformLookupSession | ||
---|---|---|---|
Implements | osid.OsidSession | ||
Description |
The session defines methods for retrieving Two views are defined in this session:
Grades system transformations may have an additional records indicated by their respective record types. The record may not be accessed through a cast of the object. | ||
Method | getGradebookId | ||
Description |
Gets the | ||
Return | osid.id.Id | the Gradebook Id associated with this session | |
Compliance | mandatory | This method must be implemented. | |
Method | getGradebook | ||
Description |
Gets the | ||
Return | osid.grading.Gradebook | the Gradebook associated with this session | |
Errors | OPERATION_FAILED | unable to complete request | |
PERMISSION_DENIED | authorization failure | ||
Compliance | mandatory | This method must be implemented. | |
Method | canLookupGradeSystemTransforms | ||
Description |
Tests if this user can lookup grade articulations. A
return of true does not guarantee successful
authorization. A return of false indicates that it is
known all methods in this session will result in a | ||
Return | boolean | false if articulation lookup methods are not authorized,
true otherwise | |
Compliance | mandatory | This method must be implemented. | |
Method | useFederatedGradebookView | ||
Description |
Federates the view for methods in this session. A federated view will include notifications for grade system transformations in gradebooks which are children of this gradebook in the gradebook hierarchy. | ||
Compliance | mandatory | This method is must be implemented. | |
Method | useIsolatedGradebookView | ||
Description |
Isolates the view for methods in this session. An isolated view restricts grade system transformations to this gradebook only. | ||
Compliance | mandatory | This method is must be implemented. | |
Method | useComparativeGradeSystemTransformView | ||
Description |
The returns from the lookup methods may omit or translate elements based on this session, such as authorization, and not result in an error. This view is used when greater interoperability is desired at the expense of precision. | ||
Compliance | mandatory | This method is must be implemented. | |
Method | usePlenaryGradeSystemTransformView | ||
Description |
A complete view of the | ||
Compliance | mandatory | This method is must be implemented. | |
Method | useActiveGradeSystemTransformView | ||
Description |
Only active grade system transformations are returned by methods in this session. | ||
Compliance | mandatory | This method is must be implemented. | |
Method | useAnyStatusGradeSystemTransformView | ||
Description |
All active and inactive grade system transformations are returned by methods in this session. | ||
Compliance | mandatory | This method is must be implemented. | |
Method | getGradeSystemTransform | ||
Description |
Gets the | ||
Parameters | osid.id.Id | gradeSystemTransformId | Id of the GradeSystemTransform |
Return | osid.grading.transform.GradeSystemTransform | the grade system transorm | |
Errors | NOT_FOUND | gradeSystemTransformId not found | |
NULL_ARGUMENT | gradeSystemTransformId is null | ||
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure | ||
Compliance | mandatory | This method is must be implemented. | |
Method | getGradeSystemTransformsByIds | ||
Description |
Gets a | ||
Parameters | osid.id.IdList | gradeSystemTransformIdList | the list of Ids to retrieve |
Return | osid.grading.transform.GradeSystemTransformList | the returned GradeSystemTransform list | |
Errors | NOT_FOUND | an Id was not found | |
NULL_ARGUMENT | gradeSystemTransformIdList is null | ||
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure | ||
Compliance | mandatory | This method must be implemented. | |
Method | getGradeSystemTransformsByGenusType | ||
Description |
Gets a | ||
Parameters | osid.type.Type | gradeSystemTransformGenusType | a grade system transform genus type |
Return | osid.grading.transform.GradeSystemTransformList | the returned GradeSystemTransform list | |
Errors | NULL_ARGUMENT | gradeSystemTransformGenusType is null | |
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure | ||
Compliance | mandatory | This method must be implemented. | |
Method | getGradeSystemTransformsByParentGenusType | ||
Description |
Gets a | ||
Parameters | osid.type.Type | gradeSystemTransformGenusType | a grade system transform genus type |
Return | osid.grading.transform.GradeSystemTransformList | the returned GradeSystemTransform list | |
Errors | NULL_ARGUMENT | gradeSystemTransformGenusType is null | |
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure | ||
Compliance | mandatory | This method must be implemented. | |
Method | getGradeSystemTransformsByRecordType | ||
Description |
Gets a | ||
Parameters | osid.type.Type | gradeSystemTransformRecordType | a grade system transform record type |
Return | osid.grading.transform.GradeSystemTransformList | the returned GradeSystemTransform list | |
Errors | NULL_ARGUMENT | gradeSystemTransformGenusType is null | |
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure | ||
Compliance | mandatory | This method must be implemented. | |
Method | getGradeSystemTransformsBySource | ||
Description |
Gets the grade system transforms from the source grade system. In plenary mode, the returned list contains all known grade system transforms or an error results. Otherwise, the returned list may contain only those grade system transforms that are accessible through this session. | ||
Parameters | osid.id.Id | sourceGradeSystemId | the source grade system |
Return | osid.grading.transform.GradeSystemTransformList | the returned GradeSystemTransform list | |
Errors | NOT_FOUND | sourceGradeSystemId not found | |
NULL_ARGUMENT | sourceGradeSystemId is null | ||
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure | ||
Compliance | mandatory | This method must be implemented. | |
Method | getGradeSystemTransformBySystems | ||
Description |
Gets a grade system transform by its source and target grade systems. In plenary mode, the returned list contains all known grade system transforms or an error results. Otherwise, the returned list may contain only those grade system transforms that are accessible through this session. | ||
Parameters | osid.id.Id | sourceGradeSystemId | the source grade system |
osid.id.Id | targetGradeSystemId | the target grade system | |
Return | osid.grading.transform.GradeSystemTransform | the returned GradeSystemTransform | |
Errors | NOT_FOUND | transform not found | |
NULL_ARGUMENT | sourceGradeSystemId or targetGradeSystemId is
null | ||
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure | ||
Compliance | mandatory | This method must be implemented. | |
Method | getGradeSystemTransforms | ||
Description |
Gets all | ||
Return | osid.grading.transform.GradeSystemTransformList | a GradeSystemTransformList | |
Errors | OPERATION_FAILED | unable to complete request | |
PERMISSION_DENIED | authorization failure | ||
Compliance | mandatory | This method must be implemented. |