public interface GradingCalculationProfile extends OsidProfile
The GradingCalculationProfile describes the
interoperability among grading calculation services.
| Modifier and Type | Method and Description |
|---|---|
TypeList |
getGradebookColumnCalculationRecordTypes()
Gets the supported
GradebookColumnCalculation record
types. |
boolean |
supportsGradebookColumnCalculationAdmin()
Tests if a gradebook column calculation administrative service is
supported.
|
boolean |
supportsGradebookColumnCalculationLookup()
Tests if a gradebook column calculation lookup service is supported.
|
boolean |
supportsGradebookColumnCalculationRecordType(Type gradebookColumnCalculationRecordType)
Tests if the given
GradebookColumnCalculation 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 supportsGradebookColumnCalculationLookup()
true if gradebook column calculation lookup is
supported, false otherwisemandatory - This method must be implemented. boolean supportsGradebookColumnCalculationAdmin()
true if gradebook column calculation admin is
supported, false otherwisemandatory - This method must be implemented. TypeList getGradebookColumnCalculationRecordTypes()
GradebookColumnCalculation record
types.
GradebookColumnCalculation record typesmandatory - This method must be implemented. boolean supportsGradebookColumnCalculationRecordType(Type gradebookColumnCalculationRecordType)
GradebookColumnCalculation record
type is supported.gradebookColumnCalculationRecordType - a Type
indicating a GradebookColumnCalculation type true if the given gradebook column calculation
record Type is supported, false
otherwiseNullArgumentException -
gradebookColumnCalculationRecordType is null
mandatory - This method must be implemented.