public interface GradingBatchProfile extends OsidProfile
The GradingBatchProfile describes the interoperability
among batch grading services.
| Modifier and Type | Method and Description |
|---|---|
boolean |
supportsGradebookBatchAdmin()
Tests if bulk administration of gradebooks is available.
|
boolean |
supportsGradebookColumnBatchAdmin()
Tests if bulk administration of gradebook columns is available.
|
boolean |
supportsGradeEntryBatchAdmin()
Tests if bulk administration of grade entries is available.
|
boolean |
supportsGradeSystemBatchAdmin()
Tests if bulk administration of grade systems is available.
|
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 supportsGradeSystemBatchAdmin()
true if a grade system bulk administrative
service is available, false otherwisemandatory - This method must be implemented. boolean supportsGradeEntryBatchAdmin()
true if a grade entry bulk administrative
service is available, false otherwisemandatory - This method must be implemented. boolean supportsGradebookColumnBatchAdmin()
true if a gradebook columnbulk administrative
service is available, false otherwisemandatory - This method must be implemented. boolean supportsGradebookBatchAdmin()
true if a gradebook bulk administrative service
is available, false otherwisemandatory - This method must be implemented.