public interface CourseSyllabusBatchProfile extends OsidProfile
The CourseSyllabusBatchProfile describes the
interoperability among batch syllabus services.
| Modifier and Type | Method and Description |
|---|---|
boolean |
supportsDocetBatchAdmin()
Tests if bulk administration of docets is available.
|
boolean |
supportsModuleBatchAdmin()
Tests if bulk administration of modules is available.
|
boolean |
supportsSyllabusBatchAdmin()
Tests if bulk administration of syllabi 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 supportsSyllabusBatchAdmin()
true if a syllabus bulk administrative service
is available, false otherwisemandatory - This method must be implemented. boolean supportsModuleBatchAdmin()
true if a module bulk administrative service is
available, false otherwisemandatory - This method must be implemented. boolean supportsDocetBatchAdmin()
true if a docet bulk administrative service is
available, false otherwisemandatory - This method must be implemented.