Interface GradingTransformProfile
- All Superinterfaces:
OsidProfile, Sourceable
- All Known Subinterfaces:
GradingTransformManager, GradingTransformProxyManager
The GradingTransformProfile describes the interoperability
among grading transform services.
-
Method Summary
Modifier and TypeMethodDescriptionGets the supportedGradeSystemTransformrecord types.booleanTests if a grade system transform admin service is supported.booleanTests if a grade system transformation service is supported.booleanTests if a grade system transform lookup service is supported.booleanTests if a grade system transform notification service is supported.booleansupportsGradeSystemTransformRecordType(Type gradeSystemTransformRecordType) Tests if the givenGradeSystemTransformrecord type is supported.booleanTests if federation is visible.Methods inherited from interface OsidProfile
getBranch, getBranchId, getDescription, getDisplayName, getId, getLocales, getProxyRecordTypes, getReleaseDate, getVersion, supportsJournalBranching, supportsJournalRollback, supportsOSIDVersion, supportsProxyRecordTypeModifier and TypeMethodDescriptionGets this service branch.Gets theBranch Idrepresenting this service branch.Gets a description of this service implementation.Gets a display name for this service implementation.getId()Gets an identifier for this service implementation.Gets the locales supported in this service.Gets the proxy recordTypessupported in this service.Gets the date this service implementation was released.Gets the version of this service implementation.booleanTest for support of a journal branching service.booleanTest for support of a journaling rollback service.booleansupportsOSIDVersion(Version version) Test for support of an OSID specification version.booleansupportsProxyRecordType(Type proxyRecordType) Test for support of a proxy type.Methods inherited from interface Sourceable
getBranding, getBrandingIds, getLicense, getProvider, getProviderIdModifier and TypeMethodDescriptionGets a branding, such as an image or logo, expressed using theAssetinterface.Gets the branding assetIds.Gets the terms of usage.Gets theResourcerepresenting the provider.Gets theIdof the provider.
-
Method Details
-
supportsVisibleFederation
boolean supportsVisibleFederation()Tests if federation is visible.- Returns:
trueif visible federation is supported,falseotherwise- Compliance:
mandatory- This method must be implemented.
-
supportsGradeSystemTransformation
boolean supportsGradeSystemTransformation()Tests if a grade system transformation service is supported.- Returns:
- true if grade system transformation is supported, false otherwise
- Compliance:
mandatory- This method must be implemented.
-
supportsGradeSystemTransformLookup
boolean supportsGradeSystemTransformLookup()Tests if a grade system transform lookup service is supported.- Returns:
- true if grade system transform lookup is supported, false otherwise
- Compliance:
mandatory- This method must be implemented.
-
supportsGradeSystemTransformAdmin
boolean supportsGradeSystemTransformAdmin()Tests if a grade system transform admin service is supported.- Returns:
trueif grade system transform admin is supported,falseotherwise- Compliance:
mandatory- This method must be implemented.
-
supportsGradeSystemTransformNotification
boolean supportsGradeSystemTransformNotification()Tests if a grade system transform notification service is supported.- Returns:
trueif grade system transform notification is supported,falseotherwise- Compliance:
mandatory- This method must be implemented.
-
getGradeSystemTransformRecordTypes
TypeList getGradeSystemTransformRecordTypes()Gets the supportedGradeSystemTransformrecord types.- Returns:
- a list containing the supported
GradeSystemTransformrecord types - Compliance:
mandatory- This method must be implemented.
-
supportsGradeSystemTransformRecordType
Tests if the givenGradeSystemTransformrecord type is supported.- Parameters:
gradeSystemTransformRecordType- aTypeindicating aGradeSystemTransformrecord type- Returns:
trueif the given Type is supported,falseotherwise- Throws:
NullArgumentException-gradeSystemTransformRecordTypeisnull- Compliance:
mandatory- This method must be implemented.
-