Interface CourseProgramBatchProfile
- All Superinterfaces:
OsidProfile, Sourceable
- All Known Subinterfaces:
CourseProgramBatchManager, CourseProgramBatchProxyManager
The CourseProgramBatchProfile describes the interoperability
among batch program services.
-
Method Summary
Modifier and TypeMethodDescriptionbooleanTests if bulk administration of credentials is available.booleanTests if bulk administration of enrollments is available.booleanTests if bulk administration of programs is available.booleanTests if bulk administration of program offerings is available.booleanTests if federation is visible.Methods inherited from interface OsidProfile
getBranch, getBranchId, getDescription, getDisplayName, getId, getLocales, getReleaseDate, getVersion, supportsJournalBranching, supportsJournalRollback, supportsOSIDVersionMethods inherited from interface Sourceable
getBranding, getBrandingIds, getLicense, getProvider, getProviderId
-
Method Details
-
supportsVisibleFederation
boolean supportsVisibleFederation()Tests if federation is visible.- Returns:
trueif visible federation is supported,falseotherwise- Compliance:
mandatory- This method must be implemented.
-
supportsProgramBatchAdmin
boolean supportsProgramBatchAdmin()Tests if bulk administration of programs is available.- Returns:
trueif a program bulk administrative service is available,falseotherwise- Compliance:
mandatory- This method must be implemented.
-
supportsProgramOfferingBatchAdmin
boolean supportsProgramOfferingBatchAdmin()Tests if bulk administration of program offerings is available.- Returns:
trueif a program offering bulk administrative service is available,falseotherwise- Compliance:
mandatory- This method must be implemented.
-
supportsCredentialBatchAdmin
boolean supportsCredentialBatchAdmin()Tests if bulk administration of credentials is available.- Returns:
trueif a credential bulk administrative service is available,falseotherwise- Compliance:
mandatory- This method must be implemented.
-
supportsEnrollmentBatchAdmin
boolean supportsEnrollmentBatchAdmin()Tests if bulk administration of enrollments is available.- Returns:
trueif an enrollment bulk administrative service is available,falseotherwise- Compliance:
mandatory- This method must be implemented.
-