| Interface | osid.ontology.batch.OntologyBatchProxyManager | ||
|---|---|---|---|
| Implements | osid.OsidProxyManager | ||
osid.ontology.batch.OntologyBatchProfile | |||
| Description |
The ontology batch proxy manager provides access to
ontology batch sessions and provides interoperability tests
for various aspects of this service. Methods in this manager
support the passing of a
| ||
| Method | getSubjectBatchAdminSession | ||
| Description |
Gets the | ||
| Parameters | osid.proxy.Proxy | proxy | a proxy |
| Return | osid.ontology.batch.SubjectBatchAdminSession | a SubjectBatchAdminSession | |
| Errors | NULL_ARGUMENT | proxy is null | |
| 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 |
osid.proxy.Proxy | proxy | a proxy | |
| Return | osid.ontology.batch.SubjectBatchAdminSession | a SubjectBatchAdminSession | |
| Errors | NOT_FOUND | no Ontology found by the given Id | |
| NULL_ARGUMENT | ontologyId or proxy 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 | ||
| Parameters | osid.proxy.Proxy | proxy | a proxy |
| Return | osid.ontology.batch.RelevancyBatchAdminSession | a RelevancyBatchAdminSession | |
| Errors | NULL_ARGUMENT | proxy is null | |
| 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 |
osid.proxy.Proxy | proxy | a proxy | |
| Return | osid.ontology.batch.RelevancyBatchAdminSession | a RelevancyBatchAdminSession | |
| Errors | NOT_FOUND | no Ontology found by the given Id | |
| NULL_ARGUMENT | ontologyId or proxy 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 | ||
| Parameters | osid.proxy.Proxy | proxy | a proxy |
| Return | osid.ontology.batch.OntologyBatchAdminSession | an OntologyBatchAdminSession | |
| Errors | NULL_ARGUMENT | proxy is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsOntologyBatchAdmin() is false | ||
| Compliance | optional | This method must be implemented if supportsOntologyBatchAdmin()
is true. | |