public interface GradingTransformProfile extends OsidProfile
The GradingTransformProfile describes the
interoperability among grading transform services.
| Modifier and Type | Method and Description |
|---|---|
TypeList |
getGradeSystemTransformRecordTypes()
Gets the supported
GradeSystemTransform record types. |
boolean |
supportsGradeSystemTransformAdmin()
Tests if a grade system transform admin service is supported.
|
boolean |
supportsGradeSystemTransformation()
Tests if a grade system transformation service is supported.
|
boolean |
supportsGradeSystemTransformLookup()
Tests if a grade system transform lookup service is supported.
|
boolean |
supportsGradeSystemTransformNotification()
Tests if a grade system transform notification service is supported.
|
boolean |
supportsGradeSystemTransformRecordType(Type gradeSystemTransformRecordType)
Tests if the given
GradeSystemTransform record type is
supported. |
boolean |
supportsVisibleFederation()
Tests if federation is visible.
|
getBranch, getBranchId, getDescription, getDisplayName, getId, getLocales, getProxyRecordTypes, getReleaseDate, getVersion, supportsJournalBranching, supportsJournalRollback, supportsOSIDVersion, supportsProxyRecordTypegetBranding, getBrandingIds, getLicense, getProvider, getProviderIdboolean supportsVisibleFederation()
true if visible federation is supported
, false otherwisemandatory - This method must be implemented. boolean supportsGradeSystemTransformation()
mandatory - This method must be implemented. boolean supportsGradeSystemTransformLookup()
mandatory - This method must be implemented. boolean supportsGradeSystemTransformAdmin()
true if grade system transform admin is
supported, false otherwisemandatory - This method must be implemented. boolean supportsGradeSystemTransformNotification()
true if grade system transform notification is
supported, false otherwisemandatory - This method must be implemented. TypeList getGradeSystemTransformRecordTypes()
GradeSystemTransform record types. GradeSystemTransform
record typesmandatory - This method must be implemented. boolean supportsGradeSystemTransformRecordType(Type gradeSystemTransformRecordType)
GradeSystemTransform record type is
supported.gradeSystemTransformRecordType - a Type
indicating a GradeSystemTransform record type true if the given Type is supported,
false otherwiseNullArgumentException -
gradeSystemTransformRecordType is null mandatory - This method must be implemented.