OSID Logo
OSID Specifications
ontology package
Version 3.1.0
Interfaceosid.ontology.OntologyReceiver
Implementsosid.OsidReceiver
Description

The vault receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted Ontology objects.

MethodnewOntologies
Description

The callback for notifications of new ontologies.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListontologyIds the Ids of the new Ontologies
Compliancemandatory This method must be implemented.
MethodchangedOntologies
Description

The callback for notification of updated ontologies.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListontologyIds the Ids of the updated Ontologies
Compliancemandatory This method must be implemented.
MethoddeletedOntologies
Description

The callback for notification of deleted ontologies.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListontologyIds the Ids of the deleted Ontologies
Compliancemandatory This method must be implemented.
MethodchangedChildOfOntologies
Description

The callback for notifications of changes to children of ontologies hierarchy nodes.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListontologyIds the Ids of the Ontologies whose children have changed
Compliancemandatory This method must be implemented.