| Interface | osid.ontology.OntologyReceiver | ||
|---|---|---|---|
| Implements | osid.OsidReceiver | ||
| Description |
The vault receiver is the consumer supplied interface for
receiving notifications pertaining to new, updated or deleted
| ||
| Method | newOntologies | ||
| Description |
The callback for notifications of new ontologies. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | ontologyIds | the Ids of the new Ontologies | |
| Compliance | mandatory | This method must be implemented. | |
| Method | changedOntologies | ||
| Description |
The callback for notification of updated ontologies. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | ontologyIds | the Ids of the updated Ontologies | |
| Compliance | mandatory | This method must be implemented. | |
| Method | deletedOntologies | ||
| Description |
The callback for notification of deleted ontologies. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | ontologyIds | the Ids of the deleted Ontologies | |
| Compliance | mandatory | This method must be implemented. | |
| Method | changedChildOfOntologies | ||
| Description |
The callback for notifications of changes to children of ontologies hierarchy nodes. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | ontologyIds | the Ids of the Ontologies whose children have
changed | |
| Compliance | mandatory | This method must be implemented. | |