public interface CourseChronicleBatchProfile extends OsidProfile
The CourseChronicleBatchProfile describes the
interoperability among batch chronicle services.
| Modifier and Type | Method and Description |
|---|---|
boolean |
supportsAssessmentEntryBatchAdmin()
Tests if bulk administration of credential entries is available.
|
boolean |
supportsAwardEntryBatchAdmin()
Tests if bulk administration of award entries is available.
|
boolean |
supportsCourseEntryBatchAdmin()
Tests if bulk administration of course entries is available.
|
boolean |
supportsCredentialEntryBatchAdmin()
Tests if bulk administration of credential entries is available.
|
boolean |
supportsProgramEntryBatchAdmin()
Tests if bulk administration of program entries 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 supportsProgramEntryBatchAdmin()
true if a program entry bulk administrative
service is available, false otherwisemandatory - This method must be implemented. boolean supportsCourseEntryBatchAdmin()
true if a course entry bulk administrative
service is available, false otherwisemandatory - This method must be implemented. boolean supportsCredentialEntryBatchAdmin()
true if a credential entry bulk administrative
service is available, false otherwisemandatory - This method must be implemented. boolean supportsAssessmentEntryBatchAdmin()
true if an assessment entry bulk administrative
service is available, false otherwisemandatory - This method must be implemented. boolean supportsAwardEntryBatchAdmin()
true if an award entry bulk administrative
service is available, false otherwisemandatory - This method must be implemented.