public interface AssessmentBatchProfile extends OsidProfile
The AssessmentBatchProfile describes the
interoperability among batch assessment services.
| Modifier and Type | Method and Description |
|---|---|
boolean |
supportsAssessmentBatchAdmin()
Tests if bulk administration of assessments is available.
|
boolean |
supportsAssessmentOfferedBatchAdmin()
Tests if bulk administration of assessments offered is available.
|
boolean |
supportsAssessmentTakenBatchAdmin()
Tests if bulk administration of assessments taken is available.
|
boolean |
supportsBankBatchAdmin()
Tests if bulk administration of banks is available.
|
boolean |
supportsItemBatchAdmin()
Tests if bulk administration of items 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 supportsItemBatchAdmin()
true if an item bulk administrative service is
available, false otherwisemandatory - This method must be implemented. boolean supportsAssessmentBatchAdmin()
true if an assessment bulk administrative
service is available, false otherwisemandatory - This method must be implemented. boolean supportsAssessmentOfferedBatchAdmin()
true if an assessment offered bulk
administrative service is available, false
otherwisemandatory - This method must be implemented. boolean supportsAssessmentTakenBatchAdmin()
true if anassessment taken bulk administrative
service is available, false otherwisemandatory - This method must be implemented. boolean supportsBankBatchAdmin()
true if a bank bulk administrative service is
available, false otherwisemandatory - This method must be implemented.