public interface CourseBatchProfile extends OsidProfile
The CourseBatchProfile describes the interoperability
among batch course services.
| Modifier and Type | Method and Description |
|---|---|
boolean |
supportsActivityBatchAdmin()
Tests if bulk administration of activities is available.
|
boolean |
supportsActivityUnitBatchAdmin()
Tests if bulk administration of activity units is available.
|
boolean |
supportsCourseBatchAdmin()
Tests if bulk administration of courses is available.
|
boolean |
supportsCourseCatalogBatchAdmin()
Tests if bulk administration of course catalogs is available.
|
boolean |
supportsCourseOfferingBatchAdmin()
Tests if bulk administration of course offerings is available.
|
boolean |
supportsTermBatchAdmin()
Tests if bulk administration of terms 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 supportsCourseBatchAdmin()
true if a course bulk administrative service is
available, false otherwisemandatory - This method must be implemented. boolean supportsActivityUnitBatchAdmin()
true if an activity unit bulk administrative
service is available, false otherwisemandatory - This method must be implemented. boolean supportsCourseOfferingBatchAdmin()
true if a course offering bulk administrative
service is available, false otherwisemandatory - This method must be implemented. boolean supportsActivityBatchAdmin()
true if an activity bulk administrative service
is available, false otherwisemandatory - This method must be implemented. boolean supportsTermBatchAdmin()
true if a term bulk administrative service is
available, false otherwisemandatory - This method must be implemented. boolean supportsCourseCatalogBatchAdmin()
true if a course catalog bulk administrative
service is available, false otherwisemandatory - This method must be implemented.