Interface OntologyBatchProfile
- All Superinterfaces:
OsidProfile, Sourceable
- All Known Subinterfaces:
OntologyBatchManager, OntologyBatchProxyManager
The OntologyBatchProfile describes the interoperability among
batch ontology services.
-
Method Summary
Modifier and TypeMethodDescriptionbooleanTests if bulk administration of ontologies is available.booleanTests if bulk administration of relevancies is available.booleanTests if bulk administration of subjects 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.
-
supportsSubjectBatchAdmin
boolean supportsSubjectBatchAdmin()Tests if bulk administration of subjects is available.- Returns:
trueif a subject bulk administrative service is available,falseotherwise- Compliance:
mandatory- This method must be implemented.
-
supportsRelevancyBatchAdmin
boolean supportsRelevancyBatchAdmin()Tests if bulk administration of relevancies is available.- Returns:
trueif a relevancy bulk administrative service is available,falseotherwise- Compliance:
mandatory- This method must be implemented.
-
supportsOntologyBatchAdmin
boolean supportsOntologyBatchAdmin()Tests if bulk administration of ontologies is available.- Returns:
trueif an ontology bulk administrative service is available,falseotherwise- Compliance:
mandatory- This method must be implemented.
-