public interface CourseRegistrationBatchProfile extends OsidProfile
The ResourcingBatchProfile describes the
interoperability among batch resourcing services.
| Modifier and Type | Method and Description |
|---|---|
boolean |
supportsActivityBundleBatchAdmin()
Tests if bulk administration of actvity bundles is available.
|
boolean |
supportsActivityRegistrationBatchAdmin()
Tests if bulk administration of activity registrations is available.
|
boolean |
supportsRegistrationBatchAdmin()
Tests if bulk administration of registrations 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 supportsActivityBundleBatchAdmin()
true if an activity bundle bulk administrative
service is available, false otherwisemandatory - This method must be implemented. boolean supportsRegistrationBatchAdmin()
true if a registration bulk administrative
service is available, false otherwisemandatory - This method must be implemented. boolean supportsActivityRegistrationBatchAdmin()
true if an activity registration bulk
administrative service is available, false
otherwisemandatory - This method must be implemented.