public interface OfferingBatchProfile extends OsidProfile
The OfferingBatchProfile describes the interoperability
among batch offering services.
| Modifier and Type | Method and Description |
|---|---|
boolean |
supportsCanonicalUnitBatchAdmin()
Tests if bulk administration of canonical units is available.
|
boolean |
supportsCatalogueBatchAdmin()
Tests if bulk administration of catalogues is available.
|
boolean |
supportsOfferingBatchAdmin()
Tests if bulk administration of offerings is available.
|
boolean |
supportsParticipantBatchAdmin()
Tests if bulk administration of participants is available.
|
boolean |
supportsResultBatchAdmin()
Tests if bulk administration of results 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 supportsCanonicalUnitBatchAdmin()
true if a canonical unit bulk administrative
service is available, false otherwisemandatory - This method must be implemented. boolean supportsOfferingBatchAdmin()
true if an offering bulk administrative service
is available, false otherwisemandatory - This method must be implemented. boolean supportsParticipantBatchAdmin()
true if a participant bulk administrative
service is available, false otherwisemandatory - This method must be implemented. boolean supportsResultBatchAdmin()
true if a result bulk administrative service is
available, false otherwisemandatory - This method must be implemented. boolean supportsCatalogueBatchAdmin()
true if a catalogue bulk administrative service
is available, false otherwisemandatory - This method must be implemented.