public interface LearningBatchProfile extends OsidProfile
The LearningBatchProfile describes the interoperability
among batch learning services.
| Modifier and Type | Method and Description |
|---|---|
boolean |
supportsActivityBatchAdmin()
Tests if bulk administration of activities is available.
|
boolean |
supportsObjectiveBankBatchAdmin()
Tests if bulk administration of objective banks is available.
|
boolean |
supportsObjectiveBatchAdmin()
Tests if bulk administration of availabilities is available.
|
boolean |
supportsProficiencyBatchAdmin()
Tests if bulk administration of proficiencies 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 supportsObjectiveBatchAdmin()
true if an objective 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 supportsProficiencyBatchAdmin()
true if a proficiency bulk administrative
service is available, false otherwisemandatory - This method must be implemented. boolean supportsObjectiveBankBatchAdmin()
true if an objective bank bulk administrative
service is available, false otherwisemandatory - This method must be implemented.