| Interface | osid.ontology.batch.OntologyBatchManager | ||
|---|---|---|---|
| Implements | osid.OsidManager | ||
osid.ontology.batch.OntologyBatchProfile | |||
| Description |
The ontology batch manager provides access to ontology batch sessions and provides interoperability tests for various aspects of this service. The sessions included in this manager are:
| ||
| Method | getSubjectBatchAdminSession | ||
| Description |
Gets the | ||
| Return | osid.ontology.batch.SubjectBatchAdminSession | a SubjectBatchAdminSession | |
| Errors | OPERATION_FAILED | unable to complete request | |
| UNIMPLEMENTED | supportsSubjectBatchAdmin() is false | ||
| Compliance | optional | This method must be implemented if supportsSubjectBatchAdmin()
is true. | |
| Method | getSubjectBatchAdminSessionForOntology | ||
| Description |
Gets the | ||
| Parameters | osid.id.Id | ontologyId | the Id of the Ontology |
| Return | osid.ontology.batch.SubjectBatchAdminSession | a SubjectBatchAdminSession | |
| Errors | NOT_FOUND | no Ontology found by the given Id | |
| NULL_ARGUMENT | ontologyId is null | ||
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsSubjectBatchAdmin() or
supportsVisibleFederation() is false | ||
| Compliance | optional | This method must be implemented if supportsSubjectBatchAdmin()
and supportsVisibleFederation() are true | |
| Method | getRelevancyBatchAdminSession | ||
| Description |
Gets the | ||
| Return | osid.ontology.batch.RelevancyBatchAdminSession | a RelevancyBatchAdminSession | |
| Errors | OPERATION_FAILED | unable to complete request | |
| UNIMPLEMENTED | supportsRelevancyBatchAdmin() is false | ||
| Compliance | optional | This method must be implemented if supportsRelevancyBatchAdmin()
is true. | |
| Method | getRelevancyBatchAdminSessionForOntology | ||
| Description |
Gets the | ||
| Parameters | osid.id.Id | ontologyId | the Id of the Ontology |
| Return | osid.ontology.batch.RelevancyBatchAdminSession | a RelevancyBatchAdminSession | |
| Errors | NOT_FOUND | no Ontology found by the given Id | |
| NULL_ARGUMENT | ontologyId is null | ||
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsRelevancyBatchAdmin() or
supportsVisibleFederation() is false | ||
| Compliance | optional | This method must be implemented if supportsRelevancyBatchAdmin()
and supportsVisibleFederation() are true | |
| Method | getOntologyBatchAdminSession | ||
| Description |
Gets the | ||
| Return | osid.ontology.batch.OntologyBatchAdminSession | an OntologyBatchAdminSession | |
| Errors | OPERATION_FAILED | unable to complete request | |
| UNIMPLEMENTED | supportsOntologyBatchAdmin() is false | ||
| Compliance | optional | This method must be implemented if supportsOntologyBatchAdmin()
is true. | |