OSID Logo
OSID Specifications
ontology batch package
Version 3.0.0
Interfaceosid.ontology.batch.OntologyBatchProxyManager
Implementsosid.OsidProxyManager
osid.ontology.batch.OntologyBatchProfile
Used Byosid.ontology.OntologyProxyManager
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 Proxy . The sessions included in this manager are:

  • SubjectBatchAdminSession : a session to create, modify and delete subjects in bulk
  • RelevancyBatchSession : a session to create, modify and delete relevancies in bulk
  • OntologyBatchAdminSession : a session to create, modify and delete ontologies in bulk
MethodgetSubjectBatchAdminSession
Description

Gets the OsidSession associated with the bulk subject administration service.

Parametersosid.proxy.Proxyproxya proxy
Returnosid.ontology.batch.SubjectBatchAdminSessiona SubjectBatchAdminSession
ErrorsNULL_ARGUMENTproxy is null
OPERATION_FAILEDunable to complete request
UNIMPLEMENTEDsupportsSubjectBatchAdmin() is false
ComplianceoptionalThis method must be implemented if supportsSubjectBatchAdmin() is true .
MethodgetSubjectBatchAdminSessionForOntology
Description

Gets the OsidSession associated with the bulk subject administration service for the given ontology.

Parametersosid.id.IdontologyIdthe Id of the Ontology
osid.proxy.Proxyproxya proxy
Returnosid.ontology.batch.SubjectBatchAdminSessiona SubjectBatchAdminSession
ErrorsNOT_FOUNDno Ontology found by the given Id
NULL_ARGUMENTontologyId or proxy is null
OPERATION_FAILEDunable to complete request
UNIMPLEMENTEDsupportsSubjectBatchAdmin() or supportsVisibleFederation() is false
ComplianceoptionalThis method must be implemented if supportsSubjectBatchAdmin() and supportsVisibleFederation() are true
MethodgetRelevancyBatchAdminSession
Description

Gets the OsidSession associated with the bulk relevancy administration service.

Parametersosid.proxy.Proxyproxya proxy
Returnosid.ontology.batch.RelevancyBatchAdminSessiona RelevancyBatchAdminSession
ErrorsNULL_ARGUMENTproxy is null
OPERATION_FAILEDunable to complete request
UNIMPLEMENTEDsupportsRelevancyBatchAdmin() is false
ComplianceoptionalThis method must be implemented if supportsRelevancyBatchAdmin() is true .
MethodgetRelevancyBatchAdminSessionForOntology
Description

Gets the OsidSession associated with the bulk relevancy administration service for the given ontology.

Parametersosid.id.IdontologyIdthe Id of the Ontology
osid.proxy.Proxyproxya proxy
Returnosid.ontology.batch.RelevancyBatchAdminSessiona RelevancyBatchAdminSession
ErrorsNOT_FOUNDno Ontology found by the given Id
NULL_ARGUMENTontologyId or proxy is null
OPERATION_FAILEDunable to complete request
UNIMPLEMENTEDsupportsRelevancyBatchAdmin() or supportsVisibleFederation() is false
ComplianceoptionalThis method must be implemented if supportsRelevancyBatchAdmin() and supportsVisibleFederation() are true
MethodgetOntologyBatchAdminSession
Description

Gets the OsidSession associated with the bulk ontology administration service.

Parametersosid.proxy.Proxyproxya proxy
Returnosid.ontology.batch.OntologyBatchAdminSessionan OntologyBatchAdminSession
ErrorsNULL_ARGUMENTproxy is null
OPERATION_FAILEDunable to complete request
UNIMPLEMENTEDsupportsOntologyBatchAdmin() is false
ComplianceoptionalThis method must be implemented if supportsOntologyBatchAdmin() is true .