public interface CourseProgramBatchProfile extends OsidProfile
The CourseProgramBatchProfile describes the
interoperability among batch program services.
| Modifier and Type | Method and Description |
|---|---|
boolean |
supportsCredentialBatchAdmin()
Tests if bulk administration of credentials is available.
|
boolean |
supportsEnrollmentBatchAdmin()
Tests if bulk administration of enrollments is available.
|
boolean |
supportsProgramBatchAdmin()
Tests if bulk administration of programs is available.
|
boolean |
supportsProgramOfferingBatchAdmin()
Tests if bulk administration of program offerings 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 supportsProgramBatchAdmin()
true if a program bulk administrative service
is available, false otherwisemandatory - This method must be implemented. boolean supportsProgramOfferingBatchAdmin()
true if a program offering bulk administrative
service is available, false otherwisemandatory - This method must be implemented. boolean supportsCredentialBatchAdmin()
true if a credential bulk administrative
service is available, false otherwisemandatory - This method must be implemented. boolean supportsEnrollmentBatchAdmin()
true if an enrollment bulk administrative
service is available, false otherwisemandatory - This method must be implemented.