public interface OntologyBatchProfile extends OsidProfile
The OntologyBatchProfile describes the interoperability
among batch ontology services.
| Modifier and Type | Method and Description |
|---|---|
boolean |
supportsOntologyBatchAdmin()
Tests if bulk administration of ontologies is available.
|
boolean |
supportsRelevancyBatchAdmin()
Tests if bulk administration of relevancies is available.
|
boolean |
supportsSubjectBatchAdmin()
Tests if bulk administration of subjects 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 supportsSubjectBatchAdmin()
true if a subject bulk administrative service
is available, false otherwisemandatory - This method must be implemented. boolean supportsRelevancyBatchAdmin()
true if a relevancy bulk administrative service
is available, false otherwisemandatory - This method must be implemented. boolean supportsOntologyBatchAdmin()
true if an ontology bulk administrative service
is available, false otherwisemandatory - This method must be implemented.