public interface RecognitionBatchProfile extends OsidProfile
The RecognitionBatchProfile describes the
interoperability among recognition batch services.
| Modifier and Type | Method and Description |
|---|---|
boolean |
supportsAcademyBatchAdmin()
Tests if bulk administration of academy is available.
|
boolean |
supportsAwardBatchAdmin()
Tests if bulk administration of awards is available.
|
boolean |
supportsConferralBatchAdmin()
Tests if bulk administration of conferrals is available.
|
boolean |
supportsConvocationBatchAdmin()
Tests if bulk administration of convocations 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 supportsConferralBatchAdmin()
true if a conferral bulk administrative service
is available, false otherwisemandatory - This method must be implemented. boolean supportsAwardBatchAdmin()
true if an award bulk administrative service is
available, false otherwisemandatory - This method must be implemented. boolean supportsConvocationBatchAdmin()
true if a convocation bulk administrative
service is available, false otherwisemandatory - This method must be implemented. boolean supportsAcademyBatchAdmin()
true if a academy bulk administrative service
is available, false otherwisemandatory - This method must be implemented.