OSID Logo
OSID Specifications
grading transform package
Version 3.0.0
Release Candidate Preview
Interfaceosid.grading.transform.GradingTransformProfile
Implementsosid.OsidProfile
Description

The GradingTransformProfile describes the interoperability among grading transform services.

MethodsupportsVisibleFederation
Description

Tests if federation is visible.

Returnboolean true if visible federation is supported , false otherwise
CompliancemandatoryThis method must be implemented.
MethodsupportsGradeSystemTransformation
Description

Tests if a grade system transformation service is supported.

Returnbooleantrue if grade system transformation is supported, false otherwise
CompliancemandatoryThis method must be implemented.
MethodsupportsGradeSystemTransformLookup
Description

Tests if a grade system transform lookup service is supported.

Returnbooleantrue if grade system transform lookup is supported, false otherwise
CompliancemandatoryThis method must be implemented.
MethodsupportsGradeSystemTransformAdmin
Description

Tests if a grade system transform admin service is supported.

Returnboolean true if grade system transform admin is supported, false otherwise
CompliancemandatoryThis method must be implemented.
MethodsupportsGradeSystemTransformNotification
Description

Tests if a grade system transform notification service is supported.

Returnboolean true if grade system transform notification is supported, false otherwise
CompliancemandatoryThis method must be implemented.
MethodgetGradeSystemTransformRecordTypes
Description

Gets the supported GradeSystemTransform record types.

Returnosid.type.TypeLista list containing the supported GradeSystemTransform record types
CompliancemandatoryThis method must be implemented.
MethodsupportsGradeSystemTransformRecordType
Description

Tests if the given GradeSystemTransform record type is supported.

Parametersosid.type.TypegradeSystemTransformRecordTypea Type indicating a GradeSystemTransform record type
Returnboolean true if the given Type is supported, false otherwise
ErrorsNULL_ARGUMENT gradeSystemTransformRecordType is null
CompliancemandatoryThis method must be implemented.